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 c296bbf01ada386d15201d5a6f41cb1ae12ed2e9 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c296bbf01ada386d15201d5a6f41cb1ae12ed2e9 # timeout=10 Commit message: "disable cmake coloring to disable ANSI escape codes (#12918)" > git rev-list --no-walk e9e3dc1832221ea89cd7f38a3d123ffaabd6a593 # 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\jenkins8355421635594425704.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/cc5QoH8e /c/Users/OPENMO~1/AppData/Local/Temp/cccEm566 /c/Users/OPENMO~1/AppData/Local/Temp/ccGS76Yc /c/Users/OPENMO~1/AppData/Local/Temp/ccIYnJFn /c/Users/OPENMO~1/AppData/Local/Temp/ccJAaL45 /c/Users/OPENMO~1/AppData/Local/Temp/ccqpoZN9 /c/Users/OPENMO~1/AppData/Local/Temp/cc5QoH8e /c/Users/OPENMO~1/AppData/Local/Temp/cccEm566 /c/Users/OPENMO~1/AppData/Local/Temp/ccGS76Yc /c/Users/OPENMO~1/AppData/Local/Temp/ccIYnJFn /c/Users/OPENMO~1/AppData/Local/Temp/ccJAaL45 /c/Users/OPENMO~1/AppData/Local/Temp/ccqpoZN9 + 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='#3958' BUILD_ID=3958 BUILD_NUMBER=3958 BUILD_TAG=jenkins-Windows-OM_Win-3958 BUILD_URL=https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3958/ 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=c296bbf01ada386d15201d5a6f41cb1ae12ed2e9 GIT_COMMITTER_EMAIL=openmodelica@ida.liu.se GIT_COMMITTER_NAME='OpenModelica Hudson' GIT_PREVIOUS_COMMIT=e9e3dc1832221ea89cd7f38a3d123ffaabd6a593 GIT_URL=https://github.com/OpenModelica/OpenModelica.git GROUPS=() HOME=/c/dev/ HOSTNAME=R7950-WIN-1 HOSTTYPE=x86_64 HUDSON_COOKIE=d6c42122-177b-4f1e-b711-aa73c536636f 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=1828 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/3958/display/redirect?page=artifacts' RUN_CHANGES_DISPLAY_URL='https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3958/display/redirect?page=changes' RUN_DISPLAY_URL=https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3958/display/redirect RUN_TESTS_DISPLAY_URL='https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win/3958/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 rm -f *.lo 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 *.tab.c 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 cordtest gctest leaktest middletest smashtest hugetest realloc_test staticrootstest test_atomic_ops threadleaktest threadkey_test subthreadcreate_test initsecondarythread_test disclaim_test disclaim_bench rm -f lsolve.exe esolve.exe spmvtest1.exe spmvtest2.exe spmvtest3.exe spmvtest4.exe spmvtest5.exe rm -f *.o rm -rf libatomic_ops/src/.libs libatomic_ops/src/_libs rm -f *.lo test -z "bdw-gc.pc" || rm -f bdw-gc.pc rm -f cord/*.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 tests/.libs tests/_libs rm -f include/config.h include/stamp-h1 rm -f ./so_locations test -z "test-suite.log" || rm -f test-suite.log rm -f ./so_locations rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 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 . = "." || test -z "" || rm -f rm -f cscope.out cscope.in.out cscope.po.out cscope.files rm -f test1 test2 test3 test4 test5 test6 etest1 etest2 etest3 etest4 etest5 etest6 spmvtest1 spmvtest2 spmvtest3 spmvtest4 spmvtest5 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/test' Making clean in include rm -f cord/.deps/.dirstamp #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 extra/*.o rm -R -f Build_static; rm -R -f Build_dynamic; rm -f cord/.dirstamp rm -f cord/tests/.deps/.dirstamp 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 #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi rm -f cord/tests/.dirstamp rm -f extra/.deps/.dirstamp make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/include' Making clean in src rm -f libatomic_ops/src/*.o #rm -f 3rdParty/CMinpack/build/Makefile rm -f extra/.dirstamp rm -f libatomic_ops/src/.deps/.dirstamp rm -f libatomic_ops/src/*.lo make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' rm -f libatomic_ops/src/.dirstamp rm -rf 3rdParty/CMinpack/build rm -f tests/.deps/.dirstamp cd 3rdParty/Cdaskr/solver && make -f Makefile clean rm -f tests/*.o rm -f tests/.dirstamp 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/*.lo Making clean in precision 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 rm -f ./.deps/blacklst.Plo make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build rm -f ./.deps/checksums.Plo rm -f ./.deps/darwin_stop_world.Plo make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' rm -f *.o libcdaskr.a *~ #*# rm -f "./so_locations" rm -f ./.deps/dbg_mlc.Plo rm -f ./.deps/dyn_load.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/finalize.Plo make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' rm -f ./.deps/fnlz_mlc.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 rm -rf .libs _libs rm -f ./.deps/gc_dlopen.Plo test -z "libsystem.la" || rm -f libsystem.la rm -f *.o rm -f ./.deps/gcj_mlc.Plo rm -f *.lo rm -f ./.deps/headers.Plo test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true rm -f ./.deps/libgccpp.Plo make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' rm -f ./.deps/mach_dep.Plo rm -f ./.deps/malloc.Plo rm -f ./.deps/mallocx.Plo rm -f ./.deps/mark.Plo rm -f "./so_locations" rm -f ./.deps/mark_rts.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/misc.Plo # OpenBLAS make clean actually gives error-messages. Let it do it, but silently rm -rf "build/" rm -f ./.deps/new_hblk.Plo make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/cpp' 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 rm -f ./.deps/obj_map.Plo rm -f 3rdParty/msgpack-0.5.8/Makefile test -z "libesolver.la" || rm -f libesolver.la rm -f *.o rm -f ./.deps/os_dep.Plo rm -f *.lo 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 rm -f "./so_locations" rm -f ./.deps/sparc_mach_dep.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/specific.Plo make -C 3rdParty/SuiteSparse-5.8.1 distclean rm -f ./.deps/thread_local_alloc.Plo rm -f ./.deps/typd_mlc.Plo test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 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 ./.deps/win32_threads.Plo test -z "libsolver.la" || rm -f libsolver.la rm -f *.o rm -f cord/.deps/libcord_la-cordbscs.Plo rm -f *.lo rm -f cord/.deps/libcord_la-cordprnt.Plo rm -f cord/.deps/libcord_la-cordxtra.Plo rm -f cord/tests/.deps/cordtest.Po rm -f extra/.deps/gc.Plo rm -f libatomic_ops/src/.deps/atomic_ops.Plo 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 "./so_locations" rm -f libatomic_ops/src/.deps/atomic_ops_sysdeps.Plo rm -f tests/.deps/disclaim_bench.Po make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1' rm -f tests/.deps/disclaim_test.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/huge_test.Po rm -f tests/.deps/initsecondarythread.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 ( cd SuiteSparse_config && make purge ) rm -rf .libs _libs rm -f tests/.deps/leak_test.Po test -z "libprecon.la" || rm -f libprecon.la rm -f *.o rm -f tests/.deps/libstaticrootslib2_test_la-staticrootslib.Plo rm -f *.lo rm -f tests/.deps/middle.Po make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config' rm -f tests/.deps/realloc_test.Po 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/smash_test.Po rm -f tests/.deps/staticrootslib.Plo rm -f tests/.deps/staticrootstest-staticrootstest.Po ( cd xerbla ; make clean ) rm -f "./so_locations" 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/subthread_create.Po 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/test.Po rm -f tests/.deps/test_atomic_ops.Po rm -f tests/.deps/test_cpp.Po rm -f tests/.deps/thread_leak_test.Po rm -f tests/.deps/threadkey_test.Po 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/3rdParty/lis-1.4.12/src/matvec' test -z "*.il" || rm -f *.il rm -rf .libs _libs rm -f tests/.deps/trace_test.Po test -z "libmatvec.la" || rm -f libmatvec.la rm -f *.o rm -f Makefile rm -f *.lo make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' rm -f 3rdParty/gc/Makefile if test -f 3rdParty/libffi/Makefile; then make -C "3rdParty/libffi" clean; fi 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 uninstall 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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla' 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[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 "./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 /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 ( cd xerbla ; make purge ) make -f CMakeFiles/Makefile2 uninstall make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all 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 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 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 test -z "libvector.la" || rm -f libvector.la make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config/xerbla' rm -f *.o rm -f *.lo if test -f 3rdParty/Ipopt-3.13.4/build/Makefile; then make -C 3rdParty/Ipopt-3.13.4/build/ clean; fi 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=" /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 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[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all 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 rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f "./so_locations" 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' Making clean in matrix rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends 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/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. rm -f patches/*.patch 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 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 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config' ( cd metis-5.1.0 && make distclean ) rm -rf .libs _libs -- 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. test -z "libmatrix.la" || rm -f libmatrix.la 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 rm -f *.o rm -f *.lo make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' -- 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. /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 ) 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/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[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 -- 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. -- 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 -f CMakeFiles/Nightly.dir/build.make CMakeFiles/Nightly.dir/clean make -f CMakeFiles/Continuous.dir/build.make CMakeFiles/Continuous.dir/clean make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD' make -f CMakeFiles/NightlyMemoryCheck.dir/build.make CMakeFiles/NightlyMemoryCheck.dir/clean -- 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. make -f CMakeFiles/NightlyStart.dir/build.make CMakeFiles/NightlyStart.dir/clean -- 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. make -f CMakeFiles/NightlyUpdate.dir/build.make CMakeFiles/NightlyUpdate.dir/clean rm -f "./so_locations" make -f CMakeFiles/NightlyConfigure.dir/build.make CMakeFiles/NightlyConfigure.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/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. make -f CMakeFiles/NightlyBuild.dir/build.make CMakeFiles/NightlyBuild.dir/clean -- 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 -f CMakeFiles/NightlyTest.dir/build.make CMakeFiles/NightlyTest.dir/clean 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/NightlyStart.dir/cmake_clean.cmake make -f CMakeFiles/NightlyMemCheck.dir/build.make CMakeFiles/NightlyMemCheck.dir/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. make -f CMakeFiles/NightlySubmit.dir/build.make CMakeFiles/NightlySubmit.dir/clean ( cd Lib ; make purge ) make -f CMakeFiles/ExperimentalStart.dir/build.make CMakeFiles/ExperimentalStart.dir/clean if test -f 3rdParty/zlib/build/Makefile; then make -C 3rdParty/zlib/build/ clean; fi 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/NightlyBuild.dir/cmake_clean.cmake make -f CMakeFiles/ExperimentalUpdate.dir/build.make CMakeFiles/ExperimentalUpdate.dir/clean -- 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. make -f CMakeFiles/ExperimentalConfigure.dir/build.make CMakeFiles/ExperimentalConfigure.dir/clean -- 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' make -f CMakeFiles/ExperimentalBuild.dir/build.make CMakeFiles/ExperimentalBuild.dir/clean Making clean in . make -f CMakeFiles/ExperimentalTest.dir/build.make CMakeFiles/ExperimentalTest.dir/clean -- 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[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 -- 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. make -f CMakeFiles/ExperimentalMemCheck.dir/build.make CMakeFiles/ExperimentalMemCheck.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 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]: 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 -f CMakeFiles/ExperimentalSubmit.dir/build.make CMakeFiles/ExperimentalSubmit.dir/clean rm -rf .libs _libs make -f CMakeFiles/ContinuousStart.dir/build.make CMakeFiles/ContinuousStart.dir/clean -- 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. rm -f *.o -- 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. make -f CMakeFiles/ContinuousUpdate.dir/build.make CMakeFiles/ContinuousUpdate.dir/clean rm -f *.lo make -f CMakeFiles/ContinuousConfigure.dir/build.make CMakeFiles/ContinuousConfigure.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/ExperimentalBuild.dir/cmake_clean.cmake make -f CMakeFiles/ContinuousBuild.dir/build.make CMakeFiles/ContinuousBuild.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/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[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Lib' make -f CMakeFiles/ContinuousTest.dir/build.make CMakeFiles/ContinuousTest.dir/clean 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/ExperimentalTest.dir/cmake_clean.cmake make[5]: 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/ContinuousCoverage.dir/build.make CMakeFiles/ContinuousCoverage.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/ContinuousStart.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' -- 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/ContinuousMemCheck.dir/build.make CMakeFiles/ContinuousMemCheck.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/ExperimentalSubmit.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/ContinuousUpdate.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/ExperimentalMemCheck.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/NightlyMemoryCheck.dir/cmake_clean.cmake make -f CMakeFiles/ContinuousSubmit.dir/build.make CMakeFiles/ContinuousSubmit.dir/clean MAKE x86_64-pc-mingw64 : 0 * 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/NightlyUpdate.dir/cmake_clean.cmake make -f ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/build.make ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/clean 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 -- 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]: 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/ContinuousTest.dir/cmake_clean.cmake make -f CMakeFiles/ModelicaExternalC_shared.dir/build.make CMakeFiles/ModelicaExternalC_shared.dir/clean make -f Ipopt/CMakeFiles/ipopt.dir/build.make Ipopt/CMakeFiles/ipopt.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/ContinuousCoverage.dir/cmake_clean.cmake Built target uninstall 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 make -f CMakeFiles/ModelicaMatIO.dir/build.make CMakeFiles/ModelicaMatIO.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' -- 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. /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]: 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 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]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -f CMakeFiles/ModelicaMatIO_shared.dir/build.make CMakeFiles/ModelicaMatIO_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/ContinuousMemCheck.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/ModelicaIO.dir/build.make CMakeFiles/ModelicaIO.dir/clean make -f CMakeFiles/ModelicaIO_shared.dir/build.make CMakeFiles/ModelicaIO_shared.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. make -f CMakeFiles/ModelicaStandardTables.dir/build.make CMakeFiles/ModelicaStandardTables.dir/clean make[3]: 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/Ipopt-3.13.4/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' 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/NightlySubmit.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/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/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]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' -- 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[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[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_static' 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/ContinuousSubmit.dir/cmake_clean.cmake make[4]: 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/Ipopt-3.13.4/build' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' Making clean in . 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 rm -f -r *.so* *.a *.dll *.dylib *.dSYM 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' -- 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[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/ExperimentalStart.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/ExperimentalUpdate.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 src/omsu/CMakeFiles/OMSIC_static.dir/build.make src/omsu/CMakeFiles/OMSIC_static.dir/clean make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' rm -f *.lo 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[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_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]: 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Lib' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' ( cd Demo ; make purge ) 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' -- 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/SimulationRuntime/ModelicaExternalC/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaIO.dir/cmake_clean.cmake make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' make -f CMakeFiles/Makefile2 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[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' 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 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[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/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 -- 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[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[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Demo' -- 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/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 -P CMakeFiles/ModelicaExternalC.dir/cmake_clean.cmake -- 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/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' -- 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[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 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/3rdParty/zlib/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/zlib.dir/cmake_clean.cmake 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' 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 -- 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]: 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_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]: 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_shared.dir/cmake_clean.cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' rm -f amd_demo my_amd_demo.out 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]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/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/ModelicaStandardTables_shared.dir/cmake_clean.cmake -- Uninstalling C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/omsi/base/uthash.h make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' 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/ModelicaExternalC_shared.dir/cmake_clean.cmake make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' rm -rf 3rdParty/zlib/build rm -f amd_l_demo my_amd_l_demo.out make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' rm -f amd_demo2 my_amd_demo2.out make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' 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[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' rm -f amd_simple my_amd_simple.out rm -rf 3rdParty/Ipopt-3.13.4/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[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 rm -f amd_f77demo my_amd_f77demo.out 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 rm -f amd_f77simple my_amd_f77simple.out 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 rm -f amd_f77cross my_amd_f77cross.out rm -f -r *.so* *.a *.dll *.dylib *.dSYM 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 -f CMakeFiles/Makefile2 uninstall 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/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* ) 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]: 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 -f solver/CMakeFiles/OMSISolver_static.dir/build.make solver/CMakeFiles/OMSISolver_static.dir/clean make -f base/CMakeFiles/OMSIBase_static.dir/build.make base/CMakeFiles/OMSIBase_static.dir/clean 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 /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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' ( cd Doc ; make purge ) 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]: 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[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[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[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Doc' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' Making clean in include 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' 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 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/3rdParty/libffi/x86_64-w64-mingw32/include' rm -rf .libs _libs rm -f *.lo 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 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 -r *.so* *.a *.dll *.dylib *.dSYM make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/include' Making clean in testsuite -- 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[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 ) make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make -f CMakeFiles/Makefile2 uninstall 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[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 /bin/sh: line 1: cd: GraphBLAS: No such file or directory make[2]: [Makefile:185: purge] Error 1 (ignored) ( cd Mongoose && make purge ) 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' Making clean in man /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 /bin/sh: line 1: cd: Mongoose: No such file or directory make[2]: [Makefile:186: purge] Error 1 (ignored) ( cd CAMD && make purge ) 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' make -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' rm -rf .libs _libs /bin/sh: line 1: cd: CAMD: No such file or directory make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make -f CMakeFiles/Makefile2 clean make[2]: [Makefile:187: purge] Error 1 (ignored) ( cd COLAMD && make purge ) rm -f *.lo 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[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 src/omsu/CMakeFiles/OMSIC.dir/build.make src/omsu/CMakeFiles/OMSIC.dir/clean 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]: 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/SimulationRuntime/OMSIC/Build_dynamic' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/uninstall.dir/cmake_clean.cmake make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD' 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[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' rm -rf .libs _libs 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 test -z "libffi_convenience.la" || rm -f libffi_convenience.la test -z "libffi.la" || rm -f libffi.la rm -rf src/.libs src/_libs 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 ( cd Lib ; make purge ) rm -f *.o rm -f *.lo rm -rf src/aarch64/.libs src/aarch64/_libs 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 -rf src/alpha/.libs src/alpha/_libs rm -f src/*.o -- 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. rm -rf src/arc/.libs src/arc/_libs make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Lib' -- 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 -rf src/arm/.libs src/arm/_libs rm -rf src/avr32/.libs src/avr32/_libs -- 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 -f ./so_locations rm -f ./so_locations rm -rf src/bfin/.libs src/bfin/_libs 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/*.lo -- 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 -rf src/cris/.libs src/cris/_libs rm -rf src/csky/.libs src/csky/_libs make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -rf src/frv/.libs src/frv/_libs rm -rf src/ia64/.libs src/ia64/_libs rm -f src/aarch64/*.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/kvx/.libs src/kvx/_libs Built target uninstall make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/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 rm -rf src/m32r/.libs src/m32r/_libs rm -f src/aarch64/*.lo rm -rf src/m68k/.libs src/m68k/_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' rm -rf src/m88k/.libs src/m88k/_libs make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Demo' rm -f src/alpha/*.o make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_dynamic' make -f CMakeFiles/Makefile2 clean rm -rf src/metag/.libs src/metag/_libs rm -rf src/microblaze/.libs src/microblaze/_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 -f src/alpha/*.lo make -f base/CMakeFiles/OMSIBase.dir/build.make base/CMakeFiles/OMSIBase.dir/clean rm -rf src/mips/.libs src/mips/_libs 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 -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/moxie/.libs src/moxie/_libs rm -f src/arc/*.o rm -rf src/nios2/.libs src/nios2/_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/solver && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/OMSISolver.dir/cmake_clean.cmake 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 colamd_example colamd_l_example rm -rf src/or1k/.libs src/or1k/_libs rm -f src/arc/*.lo rm -f my_colamd_example.out my_colamd_l_example.out rm -rf src/pa/.libs src/pa/_libs rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -rf src/powerpc/.libs src/powerpc/_libs rm -f src/arm/*.o rm -rf src/riscv/.libs src/riscv/_libs 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' 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 -rf src/s390/.libs src/s390/_libs rm -f src/arm/*.lo rm -rf SimulationRuntime/OMSI/Build_static; rm -rf SimulationRuntime/OMSI/Build_dynamic; rm -rf src/sh/.libs src/sh/_libs rm -rf src/sh64/.libs src/sh64/_libs rm -f src/avr32/*.o rm -rf src/sparc/.libs src/sparc/_libs make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD' rm -rf src/tile/.libs src/tile/_libs ( cd BTF && make purge ) rm -f src/avr32/*.lo rm -rf src/vax/.libs src/vax/_libs rm -rf src/x86/.libs src/x86/_libs rm -f src/bfin/*.o make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF' rm -rf src/xtensa/.libs src/xtensa/_libs rm -f src/bfin/*.lo ( cd Lib ; make distclean ) rm -f src/cris/*.o 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/cris/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Lib' rm -f src/csky/*.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/csky/*.lo rm -f src/frv/*.o rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/frv/*.lo 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/ia64/*.o rm -f src/ia64/*.lo 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/kvx/*.o make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU' rm -f src/kvx/*.lo rm -f src/m32r/*.o ( cd Demo ; make distclean ) rm -f src/m32r/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Demo' rm -f src/m68k/*.o rm -f src/m68k/*.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/m88k/*.o rm -f kludemo kluldemo klu_simple rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/m88k/*.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/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/Lib' rm -f src/microblaze/*.o rm -f src/microblaze/*.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/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/Lib' ( cd Tcov ; 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/Tcov' 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 klutest klultest *.out cov_*.c rm -f src/or1k/*.o rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/or1k/*.lo 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/pa/*.o rm -f src/pa/*.lo make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/User' rm -f src/powerpc/*.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/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/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/riscv/*.lo rm -f src/s390/*.o 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/s390/*.lo /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/sh/*.o make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD' rm -f src/sh/*.lo rm -f src/sh64/*.o ( cd Lib ; make purge ) rm -f src/sh64/*.lo rm -f src/sparc/*.o make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/CCOLAMD/Lib' rm -f src/sparc/*.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/tile/*.o rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/tile/*.lo 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/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/Demo' 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 ccolamd_example ccolamd_l_example rm -f my_ccolamd_example.out my_ccolamd_l_example.out rm -f src/xtensa/*.o rm -f -r *.so* *.a *.dll *.dylib *.dSYM rm -f src/xtensa/*.lo 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[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[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_plot_rescaler.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_polar_canvas.cpp moc/moc_qwt_polar_magnifier.cpp moc/moc_qwt_polar_panner.cpp moc/moc_qwt_polar_picker.cpp moc/moc_qwt_polar_plot.cpp moc/moc_qwt_polar_renderer.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_plot_rescaler.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_polar_canvas.cpp moc/moc_qwt_polar_magnifier.cpp moc/moc_qwt_polar_panner.cpp moc/moc_qwt_polar_picker.cpp moc/moc_qwt_polar_plot.cpp moc/moc_qwt_polar_renderer.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_abstract_legend.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_plot_renderer.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_plot_panner.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_plot_rescaler.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_sampling_thread.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_scale_widget.cpp': Permission denied rm: cannot remove 'moc/moc_qwt_abstract_scale.cpp': Permission denied make[5]: [Makefile.Debug:589: compiler_moc_header_clean] Error 1 (ignored) make[5]: [Makefile.Release:589: compiler_moc_header_clean] Error 1 (ignored) rm -f release/qwt.o release/qwt_abstract_scale_draw.o release/qwt_bezier.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_scale_engine.o release/qwt_spline.o release/qwt_spline_basis.o release/qwt_spline_parametrization.o release/qwt_spline_local.o release/qwt_spline_cubic.o release/qwt_spline_pleasing.o release/qwt_spline_polynomial.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_spline_curve_fitter.o release/qwt_weeding_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_axis.o release/qwt_plot_curve.o release/qwt_plot_dict.o release/qwt_plot_directpainter.o release/qwt_plot_graphicitem.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_vectorfield.o release/qwt_plot_marker.o rm -f debug/qwt.o debug/qwt_abstract_scale_draw.o debug/qwt_bezier.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_scale_engine.o debug/qwt_spline.o debug/qwt_spline_basis.o debug/qwt_spline_parametrization.o debug/qwt_spline_local.o debug/qwt_spline_cubic.o debug/qwt_spline_pleasing.o debug/qwt_spline_polynomial.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_spline_curve_fitter.o debug/qwt_weeding_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_axis.o debug/qwt_plot_curve.o debug/qwt_plot_dict.o debug/qwt_plot_directpainter.o debug/qwt_plot_graphicitem.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_vectorfield.o debug/qwt_plot_marker.o debug/qwt_plot_textlabel.o debug/qwt_plot_layout.o debug/qwt_plot_abstract_canvas.o debug/qwt_plot_canvas.o debug/qwt_plot_panner.o debug/qwt_plot_rasteritem.o rm -f release/qwt_plot_textlabel.o release/qwt_plot_layout.o release/qwt_plot_abstract_canvas.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 release/qwt_vectorfield_symbol.o 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_polar_canvas.o release/qwt_polar_curve.o release/qwt_polar_fitter.o release/qwt_polar_grid.o release/qwt_polar_item.o release/qwt_polar_itemdict.o release/qwt_polar_layout.o release/qwt_polar_magnifier.o release/qwt_polar_marker.o release/qwt_polar_panner.o release/qwt_polar_picker.o release/qwt_polar_plot.o release/qwt_polar_renderer.o release/qwt_polar_spectrogram.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 rm -f 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_vectorfield_symbol.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_polar_canvas.o debug/qwt_polar_curve.o debug/qwt_polar_fitter.o debug/qwt_polar_grid.o debug/qwt_polar_item.o debug/qwt_polar_itemdict.o debug/qwt_polar_layout.o debug/qwt_polar_magnifier.o debug/qwt_polar_marker.o debug/qwt_polar_panner.o debug/qwt_polar_picker.o debug/qwt_polar_plot.o debug/qwt_polar_renderer.o debug/qwt_polar_spectrogram.o debug/qwt_abstract_slider.o 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 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 release/rc_omplot_res.o release/main.o release/qrc_resource_omplot.o rm -f debug/rc_omplot_res.o debug/main.o debug/qrc_resource_omplot.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: cannot remove '../generatedfiles/moc/moc_PlotZoomer.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_PlotApplication.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_PlotMainWindow.cpp': Permission denied make[4]: [Makefile.lib.Release:188: compiler_moc_header_clean] Error 1 (ignored) make[4]: [Makefile.lib.Debug:188: compiler_moc_header_clean] Error 1 (ignored) 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_OutputPlainTextEdit.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_LibraryTreeWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_SearchWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_TextEditor.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_OMSimulatorEditor.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_ElementProperties.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_FetchInterfaceDataThread.cpp': Permission denied make[4]: [Makefile.Release:1012: compiler_moc_header_clean] Error 1 (ignored) rm -f generatedfiles/moc/moc_ImportFMUDialog.cpp generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp generatedfiles/moc/moc_FMUExportOutputWidget.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.Debug:1011: compiler_moc_header_clean] Error 1 (ignored) rm -f generatedfiles/moc/moc_ImportFMUDialog.cpp generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp generatedfiles/moc/moc_FMUExportOutputWidget.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_DebuggerConfigurationsDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_CleanDialog.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp': Permission denied rm: cannot remove 'generatedfiles/moc/moc_FMUSettingsDialog.cpp': Permission denied make[4]: [Makefile.Release:1013: compiler_moc_header_clean] Error 1 (ignored) make[4]: [Makefile.Debug:1012: compiler_moc_header_clean] Error 1 (ignored) 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/FMUExportOutputWidget.o release/VariablesWidget.o release/DiagramWindow.o 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/FMUExportOutputWidget.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 rm -f debug/GDBAdapter.o 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 rm -f debug/moc_EllipseAnnotation.o 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_FMUExportOutputWidget.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/NotificationsDialog.o 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 rm -f release/moc_CompositeModelEditor.o 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_FMUExportOutputWidget.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 rm -f release/moc_NetworkAccessManager.o release/moc_AbstractAnimationWindow.o 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 generatedfiles/moc/moc_predefs.h make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' rm -f generatedfiles/moc/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/ui/ui_OtherDlg.h': Permission denied rm: cannot remove '../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp': Permission denied make[3]: [Makefile.Release:652: compiler_uic_clean] Error 1 (ignored) rm: cannot remove '../generatedfiles/moc/moc_celldocument.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_documentview.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_cellgroup.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_cell.cpp': Permission denied rm: cannot remove '../generatedfiles/moc/moc_notebook.cpp': Permission denied make[3]: [Makefile.Debug:361: compiler_moc_header_clean] Error 1 (ignored) make[3]: [Makefile.Release:361: compiler_moc_header_clean] Error 1 (ignored) 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 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 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 -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 debug/commandcompletion.o debug/omcinteractiveenvironment.o debug/oms.o debug/main.o debug/qrc_oms.o debug/moc_commandcompletion.o debug/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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' 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 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 rm -f release/generatedfiles/rc_omoptim_res.o make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' 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 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/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 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/FrontEndCpp/Absyn/Algorithm.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Annotation.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Class.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ClassDef.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Comment.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Component.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ComponentRef.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ConstrainingClass.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/DefineUnit.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Element.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ElementAttributes.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ElementPrefixes.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Equation.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Expression.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Extends.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ExternalDecl.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/FunctionArgs.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/FunctionArgsIter.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/FunctionArgsList.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Import.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/ImportPath.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Iterator.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Modifier.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Operator.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Statement.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/Subscript.o Removing OMCompiler/Compiler/FrontEndCpp/Absyn/TypeSpec.o Removing OMCompiler/Compiler/FrontEndCpp/Inst.o Removing OMCompiler/Compiler/FrontEndCpp/MetaModelica.o Removing OMCompiler/Compiler/FrontEndCpp/Path.o Removing OMCompiler/Compiler/FrontEndCpp/Prefixes.o Removing OMCompiler/Compiler/FrontEndCpp/Restriction.o Removing OMCompiler/Compiler/FrontEndCpp/SourceInfo.o Removing OMCompiler/Compiler/FrontEndCpp/libomcfrontendcpp.a 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/OMEditGUI/generatedfiles/ 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.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.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.result.xml 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.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.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.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.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.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.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.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.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.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/Constant11.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.result.xml Removing testsuite/flattening/modelica/equations/TwoRateSampler.mo.result.xml 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.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.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.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.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.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.result.xml 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.result.xml 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.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.result.xml Removing testsuite/flattening/modelica/operators/Pow.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.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.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.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.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.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.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.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/CevalBinding6.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.result.xml 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.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/DimUnknown16.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.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.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/ExpandableConnector14.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.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/ForStatementAssign1.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/FuncBuiltinScalar.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.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.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.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.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.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.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/ImportUnqualified4.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.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.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.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.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.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.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.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.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/RecordOrder1.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordOrder2.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/RecordOrder3.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.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.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/RedeclareEnum3.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.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/ReinitInvalid8.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.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.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.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.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/UnboundParameter5.mo.result.xml Removing testsuite/flattening/modelica/scodeinst/UnboundParameter6.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.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.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.result.xml 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.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.result.xml Removing testsuite/metamodelica/meta/ArraySubscripting.mos.result.xml Removing testsuite/metamodelica/meta/AssignMatchVar.mos.result.xml Removing testsuite/metamodelica/meta/AssignMetaRecordField.mos.result.xml 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.result.xml Removing testsuite/metamodelica/meta/List3.mos.result.xml 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.fail_log Removing testsuite/metamodelica/meta/ListReductionCodegen.mo.result.xml 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.result.xml 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.result.xml Removing testsuite/metamodelica/meta/MatchCase15.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase16.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase17.mo.result.xml Removing testsuite/metamodelica/meta/MatchCase2.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase3.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase4.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase5.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase6.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase7.mos.result.xml Removing testsuite/metamodelica/meta/MatchCase8.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/metamodelica/meta/PartialFn15.mo.result.xml 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.result.xml Removing testsuite/metamodelica/meta/PartialFn5.mo.result.xml 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.result.xml Removing testsuite/metamodelica/meta/SwitchString.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/metamodelica/meta/TupleInteractive.mos.result.xml Removing testsuite/metamodelica/meta/UnboundLocal.mo.result.xml Removing testsuite/metamodelica/meta/UnboxCond.mo.result.xml 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.result.xml Removing testsuite/metamodelica/meta/Uniontype6.mos.result.xml 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.result.xml Removing testsuite/metamodelica/meta/UniontypeConst3.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeFunc1.mos.result.xml Removing testsuite/metamodelica/meta/UniontypeNestedSingelton.mos.result.xml Removing testsuite/metamodelica/meta/cref.mos.result.xml Removing testsuite/omsimulator/DualMassOscillator.mos.result.xml Removing testsuite/omsimulator/DualMassOscillator_cs.mos.result.xml Removing testsuite/omsimulator/DualMassOscillator_me.mos.result.xml 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_temp8000/ 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.result.xml Removing testsuite/omsimulator/experimentAnnotation.mos.result.xml Removing testsuite/omsimulator/fmiBlackBox.mos.result.xml Removing testsuite/omsimulator/fmiProtected.mos.result.xml 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.result.xml 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.result.xml 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_temp9100/ 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.result.xml Removing testsuite/openmodelica/basemodelica/ArrayBinding1.mo.result.xml Removing testsuite/openmodelica/basemodelica/Comments.mo.result.xml 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/MoveBindings1.mo.result.xml Removing testsuite/openmodelica/basemodelica/NonScalarizedWithRecords1.mo.result.xml Removing testsuite/openmodelica/basemodelica/NonScalarizedWithoutRecords1.mo.result.xml Removing testsuite/openmodelica/basemodelica/PartiallyScalarizedWithRecords1.mo.result.xml Removing testsuite/openmodelica/basemodelica/PartiallyScalarizedWithoutRecords1.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/Scalarize1.mo.result.xml Removing testsuite/openmodelica/basemodelica/Scalarize2.mo.result.xml Removing testsuite/openmodelica/basemodelica/Scalarize3.mo.result.xml Removing testsuite/openmodelica/basemodelica/Scalarize4.mo.result.xml Removing testsuite/openmodelica/basemodelica/Scalarize5.mo.result.xml Removing testsuite/openmodelica/basemodelica/Scalarize6.mo.result.xml Removing testsuite/openmodelica/basemodelica/Scalarize7.mo.result.xml Removing testsuite/openmodelica/basemodelica/ScalarizedWithRecords1.mo.result.xml Removing testsuite/openmodelica/basemodelica/ScalarizedWithoutRecords1.mo.result.xml Removing testsuite/openmodelica/basemodelica/SimpleCoolingCycle.mo.result.xml Removing testsuite/openmodelica/basemodelica/Tables.mos.result.xml Removing testsuite/openmodelica/basemodelica/Tuple1.mo.result.xml Removing testsuite/openmodelica/basemodelica/Tuple2.mo.result.xml 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.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.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.result.xml Removing testsuite/openmodelica/cppruntime/RefArrayDim2.mos.result.xml Removing testsuite/openmodelica/cppruntime/WhenInitialTerminal.mos.result.xml Removing testsuite/openmodelica/cppruntime/WhenStatement1.mos.result.xml Removing testsuite/openmodelica/cppruntime/WhenTuple.mos.result.xml Removing testsuite/openmodelica/cppruntime/arrayCatTest.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/exposeLocalIOsArray.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.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCSTR.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testClockDescription.mos.result.xml Removing testsuite/openmodelica/cppruntime/fmu/modelExchange/2.0/testCombiTable2D.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/openmodelica/cppruntime/hardcodedStartValues/Modelica.Fluid.Examples.BranchingDynamicPipes_hardcodedStartValues.mos.result.xml 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_temp2490/ 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.result.xml 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_temp9410/ 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_temp9566/ 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.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.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.result.xml 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.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.result.xml Removing testsuite/openmodelica/cppruntime/mslElectricalMachinesTest.mos.result.xml 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.result.xml Removing testsuite/openmodelica/cppruntime/solveTest.mos.result.xml Removing testsuite/openmodelica/cppruntime/tearnonlin1.mos.result.xml Removing testsuite/openmodelica/cppruntime/testArrayEquations.mos.result.xml Removing testsuite/openmodelica/cppruntime/testDAE.mos.result.xml Removing testsuite/openmodelica/cppruntime/testMatrixIO.mos.result.xml Removing testsuite/openmodelica/cppruntime/testMatrixState.mos.result.xml Removing testsuite/openmodelica/cppruntime/testRecordStartValue.mos.result.xml Removing testsuite/openmodelica/cppruntime/testReduction.mos.result.xml 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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BR.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRcon.mos.result.xml 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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BReqcon.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/BRinitialGuess.mos.fail_log 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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/CM.mos.result.xml 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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LRB2.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LV.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/LoopTest.mos.result.xml 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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/SC.mos.result.xml 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.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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/TT.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/ocpWithInputs.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/openmodelica/cruntime/optimization/basic/testSimpliCon1.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/benchmark/runDrumBoiler.mos.result.xml Removing testsuite/openmodelica/cruntime/optimization/benchmark/runExReduceDrumBoiler.mos.result.xml 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.result.xml Removing testsuite/openmodelica/cruntime/sensitivities/testWorldScenario1.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/nlssMinSize.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSL.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLsteps.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalDASSLstepsnoEquidistant.mos.result.xml Removing testsuite/openmodelica/cruntime/simoptions/testOutputIntervalEuler.mos.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/openmodelica/debugDumps/optSimpleSolveDAEdump.mos.result.xml 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.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.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/ExportCvodeFmu_cmake.mos.result.xml 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.result.xml Removing testsuite/openmodelica/fmi/CoSimulation/2.0/issue10523.mos.result.xml 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.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmiFilterTest.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.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.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/fmi_attributes_21.mos.result.xml 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/fmi_attributes_24.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2764.mos.result.xml Removing testsuite/openmodelica/fmi/ModelExchange/2.0/testBug2765.mos.result.xml 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.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.result.xml 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/GetModelInstanceDim3.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.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/GetModelInstanceProtected1.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.result.xml Removing testsuite/openmodelica/interactive-API/ArraySlicing.mos.result.xml Removing testsuite/openmodelica/interactive-API/Bug2871.mos.result.xml 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.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.result.xml Removing testsuite/openmodelica/interactive-API/Bug4248.mos.result.xml 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.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.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.result.xml 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.result.xml Removing testsuite/openmodelica/interactive-API/Ticket5571.mos.result.xml 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.result.xml 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.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.result.xml 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.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/getSimulationOptions3.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.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.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.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.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.result.xml Removing testsuite/openmodelica/linearization/simLotkaVolterra.mos.result.xml Removing testsuite/openmodelica/linearization/simNonlinear.mos.result.xml Removing testsuite/openmodelica/linearization/simTwoTank.mos.result.xml Removing testsuite/openmodelica/linearization/simVanDerPol.mos.result.xml Removing testsuite/openmodelica/linearization/simextfunction.mos.result.xml Removing testsuite/openmodelica/linearization/smallValues.mos.result.xml Removing testsuite/openmodelica/linearization/testArrayAlg.mos.result.xml Removing testsuite/openmodelica/linearization/testDrumBoiler.mos.result.xml Removing testsuite/openmodelica/linearization/testMathFuncs.mos.result.xml Removing testsuite/openmodelica/linearization/testRecordDiff.mos.result.xml Removing testsuite/openmodelica/linearization/testSortFunction.mos.result.xml Removing testsuite/openmodelica/linearization/testSteamPipe.mos.result.xml 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.result.xml Removing testsuite/openmodelica/linearization/test_04.mos.result.xml 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.result.xml Removing testsuite/openmodelica/linearization/test_dump_languages.mos.result.xml Removing testsuite/openmodelica/linearization/testknownvar.mos.result.xml Removing testsuite/openmodelica/linearization/ticket3701.mos.result.xml Removing testsuite/openmodelica/modelicaML/bouncingball.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/openmodelica/parser/SimpleIntegrator4.mo.result.xml Removing testsuite/openmodelica/parser/WildLexerMetaModelica.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.result.xml 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.result.xml Removing testsuite/openmodelica/xml/SimpleTriggeredTrapezoid.mos.result.xml Removing testsuite/openmodelica/xml/XmlDumpComment.mos.result.xml Removing testsuite/openmodelica/xml/testMSD.mos.result.xml Removing testsuite/partest/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.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Activate.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AddSub1.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ArrayDim3.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTest3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.AssertTestInst.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ConcatArr4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.CondAssign.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.ElementWiseMultiplication.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.FilterBlock1.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.MultFuncCall.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Step.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumVector.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.SumZ.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.Test.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.VanDerPol.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WatchDogSystem1.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenSet.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.WhenStat.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.fCall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/DrModelica/DrModelicaForTesting.getPerson.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/Aufgabe1_2.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem1.Aufgabe3_3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe3_3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_1.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_2.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/HumMod/buildHumModOMC.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/HumMod/checkHumModOMC.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/02_BouncingBall.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/03_CurtissHirschfelder.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/04_HandleEvents.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/08_Test3PhaseSystemsInitParam.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/09_Test3PhaseSystemsStateSelect.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/10_Test3PhaseSystemsDummyInit.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/MathematicalAspects/17_TestSwitch.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager.mos.fail_log 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/Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mos_temp4750/ Removing testsuite/simulation/libraries/3rdParty/PNlib/Test10.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/PNlib/Test1b.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.FreeBody.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.InvertedCraneCrab.mos.result.xml 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_temp5628/ 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_temp2265/ 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.result.xml Removing testsuite/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.TestIdealWheel.mos.result.xml 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.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.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test3.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.ColdWater.Test4.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/TestMediaFrancesco/TestMedia.TestModels.WaterIF97.Test5.mos.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos.fail_log Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mos_temp2451/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestJunctions4.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestMassFlowMultiplier.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestPipePressureLoss.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestRefP.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp1345/ 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_temp4036/ 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_temp9574/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp4130/ Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestThreeWayValve.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestVolumes2.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/Xogeny/TestSine.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/siemens/testSolidComponents.mos.result.xml Removing testsuite/simulation/libraries/3rdParty/siemens/testSolidComponentsJac.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/SignConvention2.mos.result.xml Removing testsuite/simulation/libraries/msl22/Mechanics/WhyArrows2.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.CombiTables.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.BusUsage.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Blocks.Examples.InverseModel.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.CompareTransformers.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingRectifier.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Electrical.Analog.Examples.HeatingResistor.mos.result.xml 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.result.xml 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.result.xml 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.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.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_temp4443/ 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.result.xml 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.result.xml 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.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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.Rotational3DEffects.MovingActuatedDrive.mos_temp6843/ 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.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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.SignConvention.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Mechanics.Translational.Examples.WhyArrows.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mos.result.xml Removing testsuite/simulation/libraries/msl31/Modelica.Thermal.HeatTransfer.Examples.Motor.mos.result.xml 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.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.result.xml 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.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.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_temp6753/ 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_temp8580/ 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.result.xml 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.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.result.xml 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.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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.IntegerNetwork1.mos.fail_log 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.LogicalNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.PID_Controller.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.RealNetwork1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Blocks.Examples.ShowLogicalSources.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mos.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.BUF3S.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREG.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mos.result.xml 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.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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Digital.Examples.INV3S.mos.result.xml 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.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.result.xml 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_Initialize.mos_temp6193/ 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_temp1077/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp329/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp181/ 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_temp7064/ Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp1570/ 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_temp3165/ 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.result.xml 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.result.xml 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.result.xml 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_temp7368/ 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_temp1145/ 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_temp7183/ 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_temp1437/ 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_temp5232/ 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mos.result.xml 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.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.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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nand.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Electrical.Spice3.Examples.Nor.mos.result.xml 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.result.xml 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.result.xml 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.result.xml 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.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.result.xml 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.result.xml 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.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.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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mos.result.xml 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.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.ForceCurrentBehaviour.mos_temp8571/ 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.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.ComparisonQuasiStationary.mos.fail_log Removing testsuite/simulation/libraries/msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mos_temp6807/ 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.AIMC_DOL_MultiPhase.mos_temp6056/ 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_temp2048/ 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_temp8195/ 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_temp5096/ 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_temp3174/ 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.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.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.result.xml 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.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.result.xml 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.result.xml 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.result.xml 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.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.PointGravityWithPointMasses.mos_temp8757/ 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_temp2267/ 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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mos.result.xml 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_temp6429/ 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Backlash.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.First.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.Friction.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Brake.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Damper.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Friction.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.HeatLosses.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.Sensors.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.SignConvention.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Mechanics.Translational.Examples.WhyArrows.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.IdealGasH2O.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.R134a.R134a2.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir1.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.ReferenceAir.MoistAir2.mos.result.xml 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_temp7435/ 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.TestOnly.IdealGasN2Mix.mos.result.xml 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.result.xml 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.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.result.xml 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_temp7101/ 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.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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Media.Examples.WaterIF97.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample.mos.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mos.result.xml 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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/libraries/msl32/Modelica.Utilities.Examples.readRealParameterModel.mos.result.xml 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.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_temp5549/ Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HarmonicOscillator.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HarmonicOscillatorNetwork.mos.result.xml Removing testsuite/simulation/modelica/NBackend/ScalableTestsuite/HeatingSystem.mos.fail_log 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.result.xml 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.result.xml 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.result.xml 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/alias/Alias.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/Alias2.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/Alias_test1.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/Alias_test2.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/Alias_test3.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/Alias_test4.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/Alias_test5.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/ArrayAlias1.mos.result.xml Removing testsuite/simulation/modelica/NBackend/alias/ArrayAlias2.mos.result.xml Removing testsuite/simulation/modelica/NBackend/array_handling/diagonal_slice_for.mos.result.xml 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.result.xml 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.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/emptyModel.mos.result.xml Removing testsuite/simulation/modelica/NBackend/basics/enumeration.mos.result.xml 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/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.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/clocked/backSample1.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/eventConstructor.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/holdVar.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/inferredConstructor2.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/inferredSampleVar.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/rationalConstructor1.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/sampleVar.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/shiftSample1.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/subSample.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/subSuperSample1.mos.result.xml Removing testsuite/simulation/modelica/NBackend/clocked/subSuperSample2.mos.result.xml Removing testsuite/simulation/modelica/NBackend/event_handling/compositeEvent.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/NBackend/records/NonTopLevelInputs.mos.result.xml 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.result.xml 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.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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/algorithms_functions/FunctionInReinit.mos.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/algorithms_functions/algorithms.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/algorithms_functions/ticket-3477.mos.result.xml Removing testsuite/simulation/modelica/algorithms_functions/val.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/arrays/ABCDsystem.csv.mos.result.xml Removing testsuite/simulation/modelica/arrays/ABCDsystem.empty.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/arrays/ArrayParameterSize.mos.result.xml Removing testsuite/simulation/modelica/arrays/ArrayReduce.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/arrays/AsubCrefExpType.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/arrays/Bug3187.mos.result.xml Removing testsuite/simulation/modelica/arrays/Bug3916.mos.result.xml Removing testsuite/simulation/modelica/arrays/ConstructFunc.mos.result.xml Removing testsuite/simulation/modelica/arrays/DimConvert.mos.result.xml Removing testsuite/simulation/modelica/arrays/NPendulum.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluatorA.mos.result.xml Removing testsuite/simulation/modelica/arrays/PolynomialEvaluatorB.mos.result.xml Removing testsuite/simulation/modelica/arrays/VariableRangeSubscript.mos.result.xml Removing testsuite/simulation/modelica/arrays/VectorizeOneReturnValue.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/arrays/bug_3184.mos.result.xml Removing testsuite/simulation/modelica/arrays/crefIndex.mos.result.xml Removing testsuite/simulation/modelica/arrays/gc.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest3.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest4.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest5.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest6.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest7.mos.result.xml Removing testsuite/simulation/modelica/asserts/AssertTest8.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/built_in_functions/BuiltinMath.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/built_in_functions/DummyDerMatching.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/Epidemics1.mos.result.xml 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.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.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.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.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/pulseInput.mos.result.xml Removing testsuite/simulation/modelica/built_in_functions/spatialDistribution/test1.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall1.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseFunctionCall5.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall2.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/commonSubExp/cseTestCall7.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/simulation/modelica/commonSubExp/wrapFunctionCalls5.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/connectors/StepAdvanced.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/connectors/TankPID.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/simulation/modelica/daemode/testDAEp8.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/enums/TestPosture.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/equations/BouncingBall2.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/equations/FiveForEquations.mos.result.xml Removing testsuite/simulation/modelica/equations/FlatTank.mos.result.xml Removing testsuite/simulation/modelica/equations/HelloWorld.mos.result.xml Removing testsuite/simulation/modelica/equations/HideVariableForEquations.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation2.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation3.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation4.mos.result.xml Removing testsuite/simulation/modelica/equations/IfEquation5.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/equations/WatchDog2EquationWhen.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/equations/ticket-2337.mos.result.xml Removing testsuite/simulation/modelica/equations/ticket-5206.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/events/EventTests2.mos.result.xml Removing testsuite/simulation/modelica/events/EventTests3.mos.result.xml Removing testsuite/simulation/modelica/events/IntegerZeroCrossings.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/events/bug3358.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/external_functions/Matrix.mos.result.xml 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.result.xml 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.result.xml 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.result.xml 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.result.xml 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.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_temp2076/ 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.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.result.xml 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.result.xml Removing testsuite/simulation/modelica/inStream/Test13.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test2.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test3.mos.result.xml Removing testsuite/simulation/modelica/inStream/Test4.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/simulation/modelica/inheritances/MoonLanding.mos.result.xml Removing testsuite/simulation/modelica/inheritances/OneArgBaseFunction.mos.result.xml Removing testsuite/simulation/modelica/inheritances/Ticket4258a.mos.result.xml Removing testsuite/simulation/modelica/inheritances/Ticket4258b.mos.result.xml Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Electrical.Test3PhaseSystemsFullInitial.mos.result.xml 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_temp9823/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos.fail_log Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesLargeNSteadyStateInitial.mos_temp5033/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.DynamicPipesSeriesSteadyStateInitial.mos.result.xml 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_temp7067/ Removing testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesFullInitial.mos.result.xml 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.TwoMassesEquationsFullSteadyState.mos_temp9286/ 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.TwoMassesFullSteadyState.mos.result.xml Removing testsuite/simulation/modelica/initialization/SingularInitial.mos.result.xml Removing testsuite/simulation/modelica/initialization/Ticket5340.mos.result.xml Removing testsuite/simulation/modelica/initialization/array_algorithm.mos.result.xml Removing testsuite/simulation/modelica/initialization/autoFixed.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/initialization/bug_2504.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/initialization/bug_2673b.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2830.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2990.mos.result.xml Removing testsuite/simulation/modelica/initialization/bug_2994.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest03.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest04.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest05.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest06.mos.result.xml Removing testsuite/simulation/modelica/initialization/discreteTest08.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/initialization/gaspropreties.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy1.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy2.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy3.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy4.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy4_solver.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy5.mos.result.xml Removing testsuite/simulation/modelica/initialization/homotopy6.mos.result.xml Removing testsuite/simulation/modelica/initialization/initial_equation.mos.result.xml Removing testsuite/simulation/modelica/initialization/parameterWithoutBinding.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/initialization/pre3.mos.result.xml Removing testsuite/simulation/modelica/initialization/redundantInitialEquations.mos.result.xml Removing testsuite/simulation/modelica/initialization/scaling1.mos.result.xml 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.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.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.result.xml 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.result.xml Removing testsuite/simulation/modelica/initialization/underdeterminedTest5.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq3.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/forceComplexEq4.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction5.mos.result.xml Removing testsuite/simulation/modelica/inlineFunction/inlineFunction6.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/linear_system/MissV.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/linear_system/linSymSolConstA.mos.result.xml Removing testsuite/simulation/modelica/linear_system/problem1.mos.result.xml Removing testsuite/simulation/modelica/linear_system/problem2.mos.result.xml Removing testsuite/simulation/modelica/linear_system/problem3.mos.result.xml Removing testsuite/simulation/modelica/msl22/Backlash.mos.result.xml Removing testsuite/simulation/modelica/msl22/Circuit1.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/msl22/ElasticBearing.mos.result.xml Removing testsuite/simulation/modelica/msl22/First.mos.result.xml Removing testsuite/simulation/modelica/msl22/FuncCross.mos.result.xml 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.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.result.xml 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.result.xml Removing testsuite/simulation/modelica/msl22/SineTorque.mos.result.xml Removing testsuite/simulation/modelica/msl22/SineTorque2inertias.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/msl22/Test3PhaseInit.mos.result.xml Removing testsuite/simulation/modelica/msl22/Test3PhaseInitOver.mos.result.xml Removing testsuite/simulation/modelica/msl22/Test3PhaseInitParam.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/nonlinear_system/TestFalseIterationNLS.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/TestInputIteration.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinear.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/nonlinear_system/nonlinearMixed.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem1_symjac_tearing.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem2_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_kinsol.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_newton.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_symjac.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem3_symjac_tearing.mos.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem4.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/nonlinear_system/problem5_kinsol.mos.result.xml 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.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.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.result.xml 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.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/others/ChangeCorrect.mos.result.xml Removing testsuite/simulation/modelica/others/CombiTable1DBug.mos.result.xml Removing testsuite/simulation/modelica/others/ComplexAlgebraicLoop.mos.result.xml Removing testsuite/simulation/modelica/others/ComplexFun.mos.result.xml Removing testsuite/simulation/modelica/others/DiscreteVectorStateSpace.mos.result.xml Removing testsuite/simulation/modelica/others/Elevator.mos.result.xml Removing testsuite/simulation/modelica/others/EngineV6_evalParams.mos.result.xml Removing testsuite/simulation/modelica/others/EquationCallIntegerArray.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/others/Pendulum.mos.result.xml 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.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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/others/TestSolve.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve10.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve11.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/others/TestSolve15.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/others/TestSolve4.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve5.mos.result.xml Removing testsuite/simulation/modelica/others/TestSolve6.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/others/VariableFilter.mos.result.xml Removing testsuite/simulation/modelica/others/WhenStatement4.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/others/sample3.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/packages/ComplexNumbers.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/parameters/hideResult.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest10.mos.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest11.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/parameters/parameterTest17.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/modelica/qss/qss_example9.mos.result.xml Removing testsuite/simulation/modelica/records/ATotal.mos.result.xml Removing testsuite/simulation/modelica/records/InOutRecord.mos.result.xml Removing testsuite/simulation/modelica/records/RecordConstructor1.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/records/constVar4.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/Circuit1x.mos.result.xml Removing testsuite/simulation/modelica/resolveLoops/Circuit2x.mos.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/resolveLoops/ElectricalCircuit6.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/solver/bug2231-radau1.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-cvode.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-dasslsteps.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-ida.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-impeuler.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-imprk.mos.result.xml Removing testsuite/simulation/modelica/solver/problem1-irksco.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/solver/problem1-symSolverImpSsc.mos.fail_log 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.result.xml Removing testsuite/simulation/modelica/solver/problem2-dasslsteps.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-ida.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-idaJacobian.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-idaLinearSolver.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-impeuler.mos.result.xml Removing testsuite/simulation/modelica/solver/problem2-imprk.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/solver/problem2-symSolverExpSsc.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/solver/problem3-symSolverExp.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/solver/problem4-erk_ssc.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/solver/problem6-irksco.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/statemachines/EnteringByReset.mos.result.xml Removing testsuite/simulation/modelica/statemachines/MLS33_17_3_7NA.mos.result.xml Removing testsuite/simulation/modelica/statemachines/Maraninchi2003_2.mos.result.xml Removing testsuite/simulation/modelica/statemachines/SMGraphicalTestCases_DeepHierarchy.mos.result.xml Removing testsuite/simulation/modelica/statemachines/SMMin.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/statemachines/ticket4271.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/modelica/synchronous/WhenClocks.mos.result.xml Removing testsuite/simulation/modelica/synchronous/boolSubClocks.mos.result.xml Removing testsuite/simulation/modelica/synchronous/subSample.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/synchronous_c/eventConstructor.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/firstTick.mos.result.xml Removing testsuite/simulation/modelica/synchronous_c/holdVar.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/synchronous_c/noClock.mos.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/synchronous_c/subSuperSample2.mos.result.xml Removing testsuite/simulation/modelica/tearing/Algorithm1-cel.mos.result.xml 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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC13.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-celMC4.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing10-omc.mos.result.xml 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.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/tearing/Tearing15-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing15-omc.mos.result.xml 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.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.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.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing3-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing4-cel.mos.result.xml 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.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.result.xml 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.result.xml 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.result.xml Removing testsuite/simulation/modelica/tearing/Tearing7-minimal.mos.result.xml Removing testsuite/simulation/modelica/tearing/Tearing7-omc.mos.result.xml 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.result.xml 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.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.result.xml Removing testsuite/simulation/modelica/tearing/minimalTearing.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect2-celMC3.mos.result.xml Removing testsuite/simulation/modelica/tearing/tearingSelect2-omc.mos.result.xml Removing testsuite/simulation/modelica/tearing/testParamDivision.mos.result.xml 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.result.xml Removing testsuite/simulation/modelica/tearing/totalTearing3.mos.result.xml Removing testsuite/simulation/modelica/tearing/userDefinedTearing1.mos.result.xml 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.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.25.0-dev-32-gc296bbf01a 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 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 autoreconf-2.72: export WARNINGS= autoreconf-2.72: Entering directory '.' autoreconf-2.72: configure.ac: not using Gettext 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" (cd "3rdParty/libffi" && (test -f Makefile || ./autogen.sh)) mkdir -p 3rdParty/SuiteSparse-5.8.1/build echo Copying needed .dlls ar rcs libryu.a d2fixed.o d2s.o f2s.o om_format.o # 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 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/ 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. autoreconf-2.72: export WARNINGS= autoreconf-2.72: Entering directory '.' autoreconf-2.72: configure.ac: not using Gettext 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 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/libintl-8.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libiconv-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ test -d 3rdParty/CMinpack cp -puf /ucrt64/bin/libxslt-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="clang" CFLAGS="-g -O2 -DUCRT64") 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 cp -puf /ucrt64/bin/liblzma-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 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 cp -puf /ucrt64/bin/libxml2-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ mkdir -p OMSimulator/build mkdir -p 3rdParty/CMinpack/build 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/libwebp-*.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, ( | ^ make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser' 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]); | ^ 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]); | ^ (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") 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]); | ^ 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], & | ^ 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], & | ^ -- The C compiler identification is Clang 17.0.6 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; | ^ | ( ) 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 cp -puf /ucrt64/bin/libsqlite3-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 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. 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/zlib1.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 cp -puf /ucrt64/bin/libsz*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -f Makefile.omdev.mingw -C OMSens OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build mkdir -p 3rdParty/Ipopt-3.13.4/build cp -puf /ucrt64/bin/libhdf5-*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The C compiler identification is Clang 17.0.6 mkdir -p 3rdParty/libzmq/build cd OMSimulator/build && cmake .. \ -G "MSYS Makefiles" \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DOPENMODELICA_MAKEFILE_BUILD=true \ -DCMAKE_INSTALL_PREFIX=../install cp -puf /ucrt64/bin/libpng16-16.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") -- The C compiler identification is Clang 17.0.6 cmake version is: 3.28.2 cp -puf /ucrt64/bin/libjpeg-8.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The CXX compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/libfreetype-6.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 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. 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 mkdir -p 3rdParty/zlib/build autoreconf-2.72: running: aclocal --force -I m4 cp -puf /ucrt64/bin/libglib-2.0-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ make -C testsuite/ReferenceFiles 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[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens' cp -puf /ucrt64/bin/libbz2-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libicuin*.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 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/libicuuc*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The C compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang 17.0.6 make -C testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc autoreconf-2.72: running: aclocal -I m4 cp -puf /ucrt64/bin/libicudt*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The C compiler identification is Clang 17.0.6 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 xz --keep --decompress --force hpcom/BouncingBall.mat.xz && touch hpcom/BouncingBall.mat -- The C compiler identification is GNU 13.2.0 xz --keep --decompress --force hpcom/ElectricalCircuit.mat.xz && touch hpcom/ElectricalCircuit.mat cp -puf /ucrt64/bin/libpcre*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ (cd fortran_interface && /ucrt64/bin/gfortran.exe -fPIC -c Rutf.for Rut.for Curvif.for) 34 warnings generated. -- The C compiler identification is Clang 17.0.6 ar r libcdaskr.a daux.o ddaskr.o dlinpk.o xz --keep --decompress --force hpcom/EngineCylinder.mat.xz && touch hpcom/EngineCylinder.mat C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libcdaskr.a xz --keep --decompress --force hpcom/MergingExample.mat.xz && touch hpcom/MergingExample.mat make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Cdaskr/solver' 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 make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc' cp -puf /ucrt64/bin/libharfbuzz-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force linear_system/NPendulum_40.mat.xz && touch linear_system/NPendulum_40.mat cp -puf /ucrt64/bin/libOpenThreads.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ xz --keep --decompress --force linear_system/Ticket4254.mat.xz && touch linear_system/Ticket4254.mat cp -puf /ucrt64/bin/libosg.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 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) cp -puf /ucrt64/bin/libosgViewer.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- The CXX compiler identification is GNU 13.2.0 -- The CXX compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/libosgDB.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ g++ -fPIC -Wall -Wextra -O2 -g -c -o FFITestLibCpp.o ../../C-Sources/FFITestLibCpp.cpp cp -puf /ucrt64/bin/libosgUtil.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libosgGA.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ (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) cp -puf /ucrt64/bin/libosgText.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libmd4c.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libsharpyuv-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libcurl-4.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libcrypto-3-x64.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libidn2-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libunistring-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libpsl-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libssh2-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/libssl-3-x64.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/ -- The CXX compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5Gui.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info -- Detecting C compiler ABI info cp -puf /ucrt64/bin/Qt5Network.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info -- The CXX compiler identification is Clang 17.0.6 cp -puf /ucrt64/bin/Qt5Svg.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info cp -puf /ucrt64/bin/Qt5WebKit.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 -- Detecting C compiler ABI info #make -C Compiler/Translation OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build release cp -puf /ucrt64/bin/Qt5WebKitWidgets.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Xml.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5XmlPatterns.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Widgets.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5PrintSupport.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Multimedia.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info cp -puf /ucrt64/bin/Qt5MultimediaWidgets.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ -- Detecting C compiler ABI info 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/ configure: loading site script /etc/config.site 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/ checking build system type... cp -puf /ucrt64/bin/Qt5WebChannel.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -puf /ucrt64/bin/Qt5Sql.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 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... cp -puf /ucrt64/bin/Qt5OpenGL.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ cp -pufr /ucrt64/share/qt5/plugins/* /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ /usr/bin/install -c checking whether build environment is sane... echo Copying needed .dlls to the /c/dev/jenkins/ws/Windows/OM_Win/build/bin directory -- Detecting C compiler ABI info - done 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 -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/cc.exe - skipped -- Detecting C compile features -- Detecting C compile features - done (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) Copying needed .dlls to the /c/dev/jenkins/ws/Windows/OM_Win/build/bin directory xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_String.mat g++ -shared -o libFFITestLib.dll FFITestLib.o FFITestLibCpp.o 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 xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDP.mat xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackager_UDPAutoBufferSize.mat mkdir -p ../../Library/win64 xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager.mat cp libFFITestLib.dll ../../Library/win64/libFFITestLib.dll * [C:/WINDOWS/system32/OpenCL.dll] Found PE+ image make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/flattening/modelica/ffi/FFITest/Resources/BuildProjects/gcc' 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 mkdir -p 3rdParty/metis-5.1.0/build -- Detecting CXX compiler ABI info (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) xz --keep --decompress --force Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mat.xz && touch Modelica_DeviceDrivers/Modelica_DeviceDrivers.ClockedBlocks.Examples.TestSerialPackager_String.mat 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. -- 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 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 -- The C 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 -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info autoreconf-2.72: configure.ac: tracing yes -- Detecting CXX compiler ABI info -- The CXX compiler identification is Clang 17.0.6 autoreconf-2.72: configure.ac: tracing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.AbsoluteClocks.mat yes -- Detecting C compiler ABI info - done checking whether to enable maintainer-specific portions of Makefiles... no checking for a library suffix to use... xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.Continuous.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SubClocked.mat -- 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 - done -- Detecting C compiler ABI info xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.CascadeControlledDrive.SuperSampled.mat -- Detecting CXX compiler ABI info -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found ccache. It will be used for compilation C/C++ sources 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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClock.mat checking whether the C compiler works... autoreconf-2.72: running: libtoolize --copy yes checking for C compiler default output file name... a.exe checking for suffix of executables... for f in libdouble-conversion.dll libzstd.dll libwoff2dec.dll libwoff2common.dll Qt5QmlModels.dll libnghttp2-14.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 -- OMSimulator version string: v2.1.2.post5-gce342b6 -- Platform string: mingw .exe xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.AssignClockVectorized.mat 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. checking whether we are cross compiling... -- SUNDIALS_BUILD_STATIC_LIBS: -- SUNDIALS_BUILD_SHARED_LIBS: OFF -- Detecting CXX compiler ABI info - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.BackSample.mat -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped no -- Detecting CXX compile features -- Detecting CXX compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Hold.mat checking for suffix of object files... -- Detecting CXX compiler ABI info - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample1.mat -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done o checking whether we are using the GNU C compiler... -- Performing Test COMPILER_SUPPORTS_CXX11 -- Looking for sys/types.h -- Detecting CXX compiler ABI info - done -- Building static libraries. xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.Sample2.mat yes checking whether clang accepts -g... -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Configuring done (4.9s) -- Detecting CXX compile features -- Detecting CXX compile features - done xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleClocked.mat -- Looking for unistd.h -- 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.BooleanSignals.SampleVectorizedAndClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SampleVectorizedAndClocked.mat test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build yes checking for clang option to accept ISO C89... 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 none needed -- Detecting C compiler ABI info - done 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 checking for style of include used by make... -- 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 /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 GNU checking dependency style of clang... none -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done make -f CMakeFiles/Makefile2 all -- Detecting C compiler ABI info - done autoreconf-2.72: running: aclocal --force -I m4 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 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. -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting C compiler ABI info - done 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 -- 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]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/build -- Detecting CXX compiler ABI info -- Found PythonInterp: C:/OMDevUCRT/tools/msys/ucrt64/bin/python.exe (found version "3.11.7") libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' -- Detecting CXX compiler ABI info [ 2%] Building C object CMakeFiles/cminpack.dir/chkder.c.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.SuperSample.mat [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.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 /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 [ 6%] Building C object CMakeFiles/cminpack.dir/hybrd1.c.obj /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 [ 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 [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.obj -- Detecting CXX compiler ABI info /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 [ 12%] 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 [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.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 [ 16%] Building C object CMakeFiles/cminpack.dir/r1updt.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 [ 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 [ 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 [ 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 [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.c.obj /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 [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.obj /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 [ 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 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' [ 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 [ 32%] 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 [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.obj -- Looking for sys/types.h - found -- Looking for stdint.h /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 checking for C compiler vendor... gnu checking how to get verbose linking output from C... [ 36%] 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 -- Looking for unistd.h - found -- Configuring done (5.2s) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedPulse.mat [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.obj -- Generating done (0.0s) /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 [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TickBasedStep.mat [ 42%] Building C object CMakeFiles/cminpack.dir/lmpar.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 /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 -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build make -C 3rdParty/zlib/build/ install xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedPulse.mat -- The Fortran compiler identification is GNU 13.2.0 [ 44%] Building C object CMakeFiles/cminpack.dir/qform.c.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.BooleanSignals.TimeBasedStep.mat 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 /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 (cp -puf /ucrt64/bin/libexpat-1.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 [ 46%] Building C object CMakeFiles/cminpack.dir/r1mpyq.c.obj /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 [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.obj /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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.ShiftSample.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 [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj (cp -puf /ucrt64/bin/libffi*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_C11 make -f CMakeFiles/Makefile2 all [ 52%] 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 /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 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 [ 54%] Building C object CMakeFiles/cminpack.dir/enorm_.c.obj (cp -puf /ucrt64/bin/libgcc_s_seh-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /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 (cp -puf /ucrt64/bin/libgfortran*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 56%] Building C object CMakeFiles/cminpack.dir/hybrd1_.c.obj [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.obj -v checking for C libraries... /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 -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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SubSample.mat [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.c.obj (cp -puf /ucrt64/bin/libgomp-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /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 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=" [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.ClockSignals.SuperSample.mat /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 (cp -puf /ucrt64/bin/libhdf5-*.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 [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.c.obj libtoolize: copying file 'm4/ltoptions.m4' [ 66%] Building C object CMakeFiles/cminpack.dir/r1updt_.c.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 /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 Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.AssignClockVectorized.mat [ 68%] Building C object CMakeFiles/cminpack.dir/dogleg_.c.obj (cp -puf /ucrt64/bin/libiconv-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.BackSample.mat 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 [ 70%] Building C object CMakeFiles/cminpack.dir/fdjac1_.c.obj (cp -puf /ucrt64/bin/libintl-8.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /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 [ 72%] Building C object CMakeFiles/cminpack.dir/hybrd_.c.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Hold.mat /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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.c.obj (cp -puf /ucrt64/bin/libopenblas.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample1.mat /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 -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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.Sample2.mat [ 76%] Building C object CMakeFiles/cminpack.dir/lmdif_.c.obj -- Detecting Fortran compiler ABI info [ 6%] Building C object CMakeFiles/zlib.dir/adler32.c.obj /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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleClocked.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/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 [ 78%] Building C object CMakeFiles/cminpack.dir/lmstr_.c.obj [ 12%] Building C object CMakeFiles/zlib.dir/compress.c.obj (cp -puf /ucrt64/bin/libp11-kit*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /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 [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.c.obj [ 18%] Building C object CMakeFiles/zlib.dir/crc32.c.obj [ 25%] Building C object CMakeFiles/zlib.dir/deflate.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/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 /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 /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 /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 [ 31%] Building C object CMakeFiles/zlib.dir/gzclose.c.obj [ 82%] Building C object CMakeFiles/cminpack.dir/rwupdt_.c.obj [ 84%] Building C object CMakeFiles/cminpack.dir/dpmpar_.c.obj -- Detecting CXX compiler ABI info - done /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 /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 /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 (cp -puf /ucrt64/bin/libquadmath-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.obj [ 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/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 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) | ^ -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features 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:/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] 201 | local void slide_hash(s) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/deflate.c: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] 228 | int ZEXPORT deflateInit_(strm, level, version, stream_size) | ^ -- Detecting CXX compile features - done 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, | ^ 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) | ^ 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) | ^ 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] 517 | 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) | ^ 3 warnings generated. (cp -puf /ucrt64/bin/libstdc++-6.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) [ 43%] Building C object CMakeFiles/zlib.dir/gzread.c.obj [ 88%] Building C object CMakeFiles/cminpack.dir/hybrj1_.c.obj 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/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/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/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/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,C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/crc32.c fl:u266sh) | :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 | local uLong crc32_combine_(crc1, crc2, len2) | ^ C:/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] 428 | uLong ZEXPORT crc32_combine(crc1, crc2, len2) | ^ 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/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 -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 C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzclose.c:11C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/gzlib.c:75:13: warning: :12a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] : warning: 11 | int ZEXPORT gzclose(file) | ^ 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) | ^ 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) | ^ 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) | ^ 5 warnings generated. 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) | ^ 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) | ^ [ 50%] Building C object CMakeFiles/zlib.dir/gzwrite.c.obj [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.obj 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/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 (cp -puf /ucrt64/bin/libsystre-0.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) /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 [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.c.obj [ 56%] Building C object CMakeFiles/zlib.dir/infback.c.obj 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) | ^ -- Looking for execinfo.h 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) | ^ 9 warnings generated. [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.obj [ 62%] Building C object CMakeFiles/zlib.dir/inffast.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/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 18 warnings 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/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 -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 /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:/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) | ^ [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj [ 68%] Building C object CMakeFiles/zlib.dir/inflate.c.obj 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) | ^ /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 (cp -puf /ucrt64/bin/libsz*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) libtoolize: copying file 'm4/ltsugar.m4' -- Detecting CXX compiler ABI info - done 15 warnings generated. [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.c.obj [ 75%] Building C object CMakeFiles/zlib.dir/inftrees.c.obj (cp -puf /ucrt64/bin/libtre-5.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) 11 warnings generated. [ 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/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 -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done /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/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] C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.c:28: 1350: | warning: void ZLIBC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:_INTa function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] E105RN:A L28 | 11i: infla twarning: e_a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]fas t(nt sZEXtPrOmR, starT intflat 105 | eBl) o ack| ^ Incali int inflat_teSta(strtm, windowBieChts, wineck(dstow,rm) | version ^ , stream_size) | ^ 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/infback.c:82:C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/inflate.c:12157: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 | i:n 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 voitd fiZEXPORT inflateRxeset2(strm, windowBits) | ^ edtables(state) | ^ 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) | ^ xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SampleVectorizedAndClocked.mat [ 87%] Building C object CMakeFiles/zlib.dir/uncompr.c.obj 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, fluC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/infback.csh: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) | ^ (cp -puf /ucrt64/bin/libwinpthread*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) 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) | ^ 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 inflaC:/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] t 32 | int ZLIeGB_etDictINTEioRNAL inary(nflaste_table(trmt,ype, lens, codes,dicti table, bitonary, dictsL, work)e n | g ^ th) | ^ 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) | ^ [ 93%] Building C object CMakeFiles/zlib.dir/zutil.c.obj 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) | ^ 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) | ^ 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) | ^ 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. 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) | ^ 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) | ^ 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:/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) | ^ 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) | ^ 1 warning generated. (cp -puf /ucrt64/bin/zlib1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/) 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/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 -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 28 warnings generated. xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.ShiftSample.mat test ! -f /ucrt64/bin/libnghttp2-14.dll || cp -puf /ucrt64/bin/libnghttp2-14.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 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) | ^ 4 warnings generated. 2 warnings generated. 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) | ^ test ! -f /ucrt64/bin/libunistring-2.dll || cp -puf /ucrt64/bin/libunistring-2.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/ 3 warnings generated. -- Configuring done (6.7s) mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libexec/ 20 warnings generated. xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SubSample.mat -- Looking for stdint.h - found -- Looking for stddef.h xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.SuperSample.mat -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: WITH_LIBCXX xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TickBasedStep.mat autoreconf-2.72: configure.ac: tracing -- 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/ 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 22 warnings generated. xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.TimeBasedStep.mat /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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.IntegerSignals.UpSample.mat libtoolize: copying file 'm4/ltversion.m4' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClock.mat [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/Makefile2 all xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToSquareWaveHold.mat 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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/zlib.dir/link.txt --verbose=1 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockToTriggerHold.mat -- Looking for execinfo.h - not found -- Looking for getline xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.AssignClockVectorized.mat 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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.BackSample.mat 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 /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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libzlib.a /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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.FractionalDelay.mat xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Hold.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects1.mat 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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.HoldWithDAeffects2.mat [100%] Built target zlib -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Using tweetnacl for CURVE security -- Looking for kqueue 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 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[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' make -f CMakeFiles/Makefile2 preinstall xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample2.mat -- Detecting CXX compiler ABI info - done 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' [100%] Linking C static library libcminpack.a [ 0%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorListener.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done 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 Install the project... [ 1%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRErrorStrategy.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake 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. xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.Sample3.mat [ 2%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRFileStream.cpp.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleClocked.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/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/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 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.SampleVectorizedAndClocked.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleVectorizedAndClocked.mat [ 2%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ANTLRInputStream.cpp.obj -- 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 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 Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SampleWithADeffects.mat make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/zlib/build' test -d 3rdParty/FMIL 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 [ 3%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/BailErrorStrategy.cpp.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.ShiftSample.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/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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SubSample.mat [ 4%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/BaseErrorListener.cpp.obj checking for Fortran compiler vendor... checking for x87 FPU... yes checking how to run the C preprocessor... xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSample.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libcminpack.a real 0m4.497s user 0m0.000s sys 0m0.000s [ 4%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/BufferedTokenStream.cpp.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/CMinpack/build' -- Configuring done (7.7s) 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 [ 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/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 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 (cd tools/debugging/ && cp BreakProcess.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin) libtoolize: copying file 'm4/lt~obsolete.m4' [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 [ 6%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CommonToken.cpp.obj 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 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 mkdir -p 3rdParty/FMIL/build (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") [ 6%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenFactory.cpp.obj # copy dll/so to lib/omc/ folders -- Detecting Fortran compiler ABI info - done [ 7%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/CommonTokenStream.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 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 (rm -f /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcminpack.a*) [ 8%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ConsoleErrorListener.cpp.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. -- Check for working Fortran compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe - skipped clang -E (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc) 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 [ 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 autoreconf-2.72: running: libtoolize --copy --force xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.SuperSampleInterpolated.mat # Darwin has to be special always xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedRamp.mat [ 9%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/DiagnosticErrorListener.cpp.obj -- Detecting Fortran/C Interface [ 10%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Exceptions.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 Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedSine.mat -- Looking for stddef.h - found -- Check size of int64_t [ 10%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/FailedPredicateException.cpp.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TickBasedStep.mat [ 11%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/InputMismatchException.cpp.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedRamp.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/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 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 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 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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedSine.mat [ 12%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/IntStream.cpp.obj xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.TimeBasedStep.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/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 -- The C compiler identification is Clang 17.0.6 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UniformNoise.mat checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... [ 12%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/InterpreterRuleContext.cpp.obj [ 13%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Lexer.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/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 /usr/bin/grep -E checking for ANSI C header files... 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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample1.mat [ 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 -- Looking for getline - not found -- Generating done (0.5s) xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Elementary.RealSignals.UpSample2.mat -- Looking for kqueue - not found -- Looking for epoll_create autoreconf-2.72: configure.ac: not using Intltool autoreconf-2.72: configure.ac: not using Gtkdoc autoreconf-2.72: running: aclocal -I m4 -- The CXX compiler identification is Clang 17.0.6 -- 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 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 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 /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 make -f CMakeFiles/Makefile2 all xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteController.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 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=" xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscreteTextbookController.mat make[4]: 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 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ClockedWithDiscretizedContinuousController.mat 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.Continuous.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.Continuous.mat yes [ 0%] Building C object CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.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 checking for sys/types.h... -- Detecting C compiler ABI info xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.SimpleControlledDrive.ExactlyClockedWithDiscreteController.mat -- Check size of int64_t - done -- Using int64_t for indices -- Looking for _POSIX_TIMERS xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.ControlledMixingUnit.mat yes [ 0%] Linking C static library libsuitesparseconfig.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/suitesparseconfig.dir/cmake_clean_target.cmake /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/suitesparseconfig.dir/link.txt --verbose=1 xz --keep --decompress --force Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.EngineThrottleControl.mat C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libsuitesparseconfig.a CMakeFiles/suitesparseconfig.dir/SuiteSparse_config/SuiteSparse_config.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsuitesparseconfig.a checking for sys/stat.h... 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.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mat.xz && touch Modelica_Synchronous/Modelica_Synchronous.Examples.Systems.Utilities.ComponentsMixingUnit.MixingUnitWithContinuousControl.mat [ 0%] Built target suitesparseconfig make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend -- checking for thread-local storage - found -- Configuring done (5.7s) -- Looking for epoll_create - not found -- Looking for sys/types.h xz --keep --decompress --force msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz && touch msl31/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.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_global.dir/DependInfo.cmake "--color=" -- Generating done (0.0s) yes -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build make[4]: 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 xz --keep --decompress --force msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz && touch msl31/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat 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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' checking for stdlib.h... /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 [ 0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.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/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 xz --keep --decompress --force msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mat.xz && touch msl31/Modelica.Electrical.Machines.Examples.DCSE_Start.mat make -f CMakeFiles/Makefile2 all 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[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 msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat.xz && touch msl31/Modelica.Electrical.Machines.Examples.TransformerTestbench.mat make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend [ 14%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/LexerNoViableAltException.cpp.obj make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.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/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/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.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_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend [ 15%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ListTokenSource.cpp.obj yes 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 make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' xz --keep --decompress --force msl31/Modelica.Mechanics.Translational.Examples.Friction.mat.xz && touch msl31/Modelica.Mechanics.Translational.Examples.Friction.mat [ 0%] Built target amd_global 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[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=" checking for string.h... [ 16%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/NoViableAltException.cpp.obj make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.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/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 make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend xz --keep --decompress --force msl32/Modelica.Blocks.Examples.BooleanNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.BooleanNetwork1.mat make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.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/klu_object_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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/amd_DLONG.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.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/btf_object_DINT.dir/DependInfo.cmake "--color=" xz --keep --decompress --force msl32/Modelica.Blocks.Examples.BusUsage.mat.xz && touch msl32/Modelica.Blocks.Examples.BusUsage.mat make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend yes 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=" 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' /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[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=" 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[4]: Leaving 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 [ 16%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Parser.cpp.obj 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/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 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=" xz --keep --decompress --force msl32/Modelica.Blocks.Examples.Filter.mat.xz && touch msl32/Modelica.Blocks.Examples.Filter.mat make[4]: Leaving 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]: 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=" checking for memory.h... make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.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 [ 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_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 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=" make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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' /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' 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.FilterWithDifferentiation.mat.xz && touch msl32/Modelica.Blocks.Examples.FilterWithDifferentiation.mat make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/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/build make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.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/klu_object_DLONG.dir/DependInfo.cmake "--color=" make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.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/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/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=" 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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' 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]: 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' [ 1%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.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 -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 make[4]: 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 yes [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj 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_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mat.xz && touch msl32/Modelica.Blocks.Examples.FilterWithRiseTime.mat make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 1%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.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_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build [ 1%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj [ 1%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj 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' /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=" /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 /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 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 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' 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 -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.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/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 [ 2%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj [ 2%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.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]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 3%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj [ 3%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj [ 3%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.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_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 /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 /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 /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 xz --keep --decompress --force msl32/Modelica.Blocks.Examples.IntegerNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.IntegerNetwork1.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_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 checking for strings.h... make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 4%] 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_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build [ 5%] 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 [ 5%] 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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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' 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_DINT_CONJUGATE_SOLVE.dir/DependInfo.cmake "--color=" -- Looking for _POSIX_TIMERS - not found [ 5%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.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 -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 [ 5%] 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 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=" [ 5%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' yes [ 6%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.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/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 /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 xz --keep --decompress --force msl32/Modelica.Blocks.Examples.LogicalNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.LogicalNetwork1.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/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 libtoolize: copying file 'm4/ltoptions.m4' [ 6%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj [ 17%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ParserInterpreter.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/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 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 [ 6%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj [ 6%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj checking for inttypes.h... /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 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' make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj [ 8%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj [ 8%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.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_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.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/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 /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 /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 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[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.RealNetwork1.mat.xz && touch msl32/Modelica.Blocks.Examples.RealNetwork1.mat -- Added NVECTOR_SERIAL module make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 8%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj [ 8%] Built target colamd_object_l /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 -- Added NVECTOR_MANYVECTOR module [ 8%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj [ 8%] Built target btf_object_DLONG 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/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 yes -- Added SUNMATRIX_BAND module [ 8%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 9%] 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/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 /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 /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 -- Added SUNMATRIX_DENSE module xz --keep --decompress --force msl32/Modelica.Blocks.Examples.ShowLogicalSources.mat.xz && touch msl32/Modelica.Blocks.Examples.ShowLogicalSources.mat [ 9%] Built target colamd_object [ 9%] 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 [ 9%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj [ 10%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.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_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 -- Added SUNMATRIX_SPARSE module /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 [ 10%] 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 libtoolize: copying file 'm4/ltsugar.m4' checking for stdint.h... [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj [ 18%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ParserRuleContext.cpp.obj -- Added SUNLINSOL_BAND module -- Added SUNLINSOL_DENSE module [ 10%] 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 -[ 10%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj 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 [ 10%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj [ 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/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 /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 xz --keep --decompress --force msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.mat.xz && touch msl32/Modelica.ComplexBlocks.Examples.TestConversionBlock.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/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 /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 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 -- Added SUNLINSOL_PCG module -- Added SUNLINSOL_SPBCGS module -- Added SUNLINSOL_SPFGMR module [ 4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.obj yes 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 -- Added SUNLINSOL_SPGMR module -- Added SUNLINSOL_SPTFQMR module xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.AD_DA_conversion.mat [ 11%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj [ 11%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_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/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 /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 [ 12%] 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 -- Added SUNNONLINSOL_NEWTON module [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.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_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 -- Added SUNNONLINSOL_FIXEDPOINT module -- Added ARKODE module make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' libtoolize: copying file 'm4/ltversion.m4' autoreconf-2.72: running: /usr/bin/autoconf-2.72 -- Added CVODE module checking for unistd.h... 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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.AmplifierWithOpAmpDetailed.mat 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/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11 INFO: f2py options: [] INFO: f2py: curvif_simplified.pyf -- Added CVODES module -- Added IDA module append_needs: unknown need 'int' append_needs: unknown need 'double' append_needs: unknown need 'double' [ 12%] Built target btf_object_DINT -- Added IDAS module 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/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c" INFO: adding 'C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/fortranobject.c' to sources. INFO: adding 'C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/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/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11 -- Added KINSOL module copying C:/OMDevUCRT/tools/msys/ucrt64/lib/python3.11/site-packages/numpy/f2py/src/fortranobject.h -> C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11 [ 13%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj 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 /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 INFO: adding 'C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/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 [ 13%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj [ 13%] 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/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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CauerLowPassAnalog.mat 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/tmppvsdfmfm/users creating C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1 creating C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata creating C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local creating C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp creating C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp/tmppvsdfmfm creating C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp/tmppvsdfmfm/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/tmppvsdfmfm/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' yes [ 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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CauerLowPassOPV.mat [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj [ 13%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj checking size of int... /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 /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 [ 13%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj [ 13%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.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_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 [ 13%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CauerLowPassSC.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_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 [ 13%] 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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CharacteristicIdealDiodes.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' libtoolize: copying file 'm4/lt~obsolete.m4' 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/tmppvsdfmfm/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/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c -o C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp/tmppvsdfmfm/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/tmppvsdfmfm/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/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/fortranobject.c -o C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/fortranobject.o [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj [ 14%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.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_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 /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 -- Detecting C compiler ABI info - done [ 14%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj [ 14%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE /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 [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj [ 14%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.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/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 /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 [ 14%] 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 -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done [ 14%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.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_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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CharacteristicThyristors.mat [ 14%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.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 -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 [ 15%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj [ 16%] Building C object CMakeFiles/amd_DLONG.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 /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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 16%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj [ 18%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/ProxyErrorListener.cpp.obj [ 16%] Building C object CMakeFiles/umfpack_olib_ZLONG.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 /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 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 [ 16%] Built target umfpack_olib_DINT_FIXQ [ 16%] Built target umfpack_olib_ZLONG_FIXQ xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ChuaCircuit.mat [ 17%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj [ 17%] 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 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=" [ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj [ 17%] 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 [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.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_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 /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 4 -- Looking for sys/types.h - found -- Looking for stdint.h make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 18%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj [ 19%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj [ 19%] Building C object CMakeFiles/amd_DLONG.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/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 /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 checking size of long... [ 20%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.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 make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.CompareTransformers.mat [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_cholmod.c.obj [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.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 -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 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 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 [ 19%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RecognitionException.cpp.obj [ 21%] Built target umfpack_olib_ZINT_FIXQ -- Detecting CXX compiler ABI info 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 make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend autoreconf-2.72: configure.ac: not using Intltool autoreconf-2.72: configure.ac: not using Gtkdoc autoreconf-2.72: running: aclocal --force -I m4 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ControlledSwitchWithArc.mat [ 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/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 /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 [ 22%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.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_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 [ 22%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_cholmod.c.obj [ 20%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Recognizer.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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.DifferenceAmplifier.mat [ 22%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj [ 22%] Building C object CMakeFiles/umfpack_olib_ZLONG.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/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=" /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 /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 -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 /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 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]: 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' [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj [ 20%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RuleContext.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_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 [ 22%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.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/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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingMOSInverter.mat [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.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_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build [ 23%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.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 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 [ 23%] Built target amd_DINT /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 [ 23%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingNPN_OrGate.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 23%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj [ 24%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj [ 24%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.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 /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 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=" /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 /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 [ 24%] 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 [ 24%] Built target amd_DLONG [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_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_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 4 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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 checking size of long long... xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingRectifier.mat 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_ZINT.dir/UMFPACK/Source/umf_kernel_init.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_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 [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.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/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 [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 25%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.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_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 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 -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 [ 26%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.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 [ 26%] Built target umfpack_olib_DLONG_FIXQ make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend [ 21%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/RuleContextWithAltNum.cpp.obj [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.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 /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 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 [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/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/__/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.Electrical.Analog.Examples.HeatingResistor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.HeatingResistor.mat [ 26%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.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_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 -- Check size of off64_t - done -- Looking for fseeko [ 26%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_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_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 [ 27%] 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]: 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 27%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.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_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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.IdealTriacCircuit.mat [ 29%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.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_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 [ 30%] 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 -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 /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 [ 30%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend [ 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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj [ 30%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj [ 30%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.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_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 autoreconf-2.72: running: /usr/bin/autoheader-2.72 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.NandGate.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.NandGate.mat [ 31%] 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 8 checking size of float... make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 31%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj [ 31%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.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_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 /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 /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 -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.OvervoltageProtection.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/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake "--color=" [ 31%] 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 [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.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/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 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=" make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend [ 31%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj [ 31%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.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_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 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_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 /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 make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.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' /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=" xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.Rectifier.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.Rectifier.mat [ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.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/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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 31%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj [ 31%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.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 -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 [ 31%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.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_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 [ 31%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.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 -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 [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj [ 32%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE 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.Electrical.Analog.Examples.ShowSaturatingInductor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ShowSaturatingInductor.mat [ 33%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.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 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 -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 [ 33%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.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/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 make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_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_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 [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj [ 34%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj 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/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) ; | ~~~~~~~~^~~~~~~~~~~~~~~~ ~ /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 [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_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_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 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' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ShowVariableResistor.mat 1 warning generated. [ 34%] 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 -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 4 [ 34%] 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 [ 34%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE checking size of double... -- Looking for stdint.h - found -- Looking for stddef.h 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.SimpleTriacCircuit.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.SimpleTriacCircuit.mat make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend [ 34%] Built target umfpack_olib_DINT_DROP [ 22%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/Token.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/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 [ 35%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj [ 35%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.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_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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.SwitchWithArc.mat [ 36%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj [ 36%] Building C object CMakeFiles/umfpack_olib_DINT_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_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 /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 [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.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_VALUES.dir/DependInfo.cmake "--color=" [ 36%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.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_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 /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 In file included from C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.ThyristorBehaviourTest.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_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 [ 37%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.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_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 xz --keep --decompress --force msl32/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat.xz && touch msl32/Modelica.Electrical.Analog.Examples.Utilities.Transistor.mat make[4]: 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 -- Detecting CXX compiler ABI info - done [ 38%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.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/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_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Adder4.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Adder4.mat [ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_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/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 [ 23%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/TokenSource.cpp.obj -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done 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 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 [ 39%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.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 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 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_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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 39%] 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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.BUF3S.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.BUF3S.mat -- Looking for va_copy [ 39%] Built target umfpack_olib_ZLONG_DROP [ 39%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.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) ; | ~~~~~~~~^~~~~~~~~~~~~~~~ ~ /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 /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 /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 8 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.Digital.Examples.Counter.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Counter.mat checking size of long double... C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/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/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.c:447:12: warning: unused variable 'f' [-Wunused-variable] 447 | double f=(*f_cb_capi); | ^ [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.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_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 1 warning 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/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 [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.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 -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 [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.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/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 [ 40%] Built target klu_object_DINT xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Counter3.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Counter3.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/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" [ 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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 40%] Built target umfpack_olib_ZINT_DROP [ 40%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.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 make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend [ 40%] Built target umfpack_olib_DINT_DO_MAP [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj [ 41%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.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.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/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 -- Looking for fseeko - found -- Looking for unistd.h 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_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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREG.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREG.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 41%] Built target umfpack_olib_DLONG_DROP make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_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/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 [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj [ 24%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/TokenStreamRewriter.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_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 [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj [ 41%] Building C object CMakeFiles/umfpack_olib_ZINT.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 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 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/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 [ 41%] Built target umfpack_olib_DINT_DO_VALUES 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.Digital.Examples.DFFREGL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREGL.mat [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj [ 41%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.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/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 /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 /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 make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend [ 25%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedCharStream.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/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 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 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_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREGSRH.mat [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj [ 43%] 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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DFFREGSRL.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/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" make[4]: Leaving 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_kernel_init.c.obj make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.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_DLONG_DO_VALUES.dir/DependInfo.cmake "--color=" [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.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_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 /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 16 [ 44%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.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_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 checking size of size_t... xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREG.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREG.mat [ 44%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_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_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/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/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build 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_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build [ 44%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj 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_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_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_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 [ 26%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/UnbufferedTokenStream.cpp.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 /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 [ 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/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 [ 46%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.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 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 /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_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 [ 46%] Built target klu_object_DLONG make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend 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' autoreconf-2.72: running: automake --add-missing --copy --no-force xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREGL.mat [ 47%] 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 [ 47%] 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 [ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.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/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 [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREGSRH.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_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 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=" [ 47%] 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 [ 47%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.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_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 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.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.DLATREGSRL.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/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]: 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_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 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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.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 -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 [ 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 [ 47%] 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 [ 47%] Built target umfpack_olib_DLONG_DO_MAP [ 48%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.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' /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 /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 [ 48%] Built target umfpack_olib_DLONG_DO_VALUES xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.FlipFlop.mat 8 checking size of void *... [ 48%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.FullAdder.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.FullAdder.mat [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 49%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES /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 /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 make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.obj [ 49%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.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/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 /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 [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.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_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 [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -- Looking for stddef.h - found -- Check size of struct pollfd /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 make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_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_ZINT_DO_VALUES.dir/DependInfo.cmake "--color=" [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj [ 50%] 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 /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 -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/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.HalfAdder.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.HalfAdder.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/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.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 /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 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); | ^ 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 [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.INV3S.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.INV3S.mat [ 51%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj [ 51%] Built target umfpack_olib_ZINT_DO_MAP /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/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 -- Looking for va_copy - found -- Looking for __va_copy 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=" [ 51%] 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 [ 52%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj 2 warnings generated. make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.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_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 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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.Multiplexer.mat [ 28%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfig.cpp.obj [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.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/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 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' 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 [ 29%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNConfigSet.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_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.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_ZLONG_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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.MUX2x1.mat [ 52%] 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 8 [ 52%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /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 [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_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_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 [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_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' -- Looking for unistd.h - found /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 /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 [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj checking how to print strings... 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/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 make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build [ 53%] 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 [ 30%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializationOptions.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/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 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. autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj 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. /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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.NRXFER.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.NRXFER.mat /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 /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 printf checking for a sed that does not truncate output... [ 54%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /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.Digital.Examples.NXFER.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.NXFER.mat [ 30%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNDeserializer.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/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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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. /usr/bin/sed -- Configuring Apache Xerces-C++ version 3.2.3 [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj 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_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_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 /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 -- Performing Test CXX_FLAG_Wall /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 checking for fgrep... xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.RAM.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.RAM.mat 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/tmppvsdfmfm/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' [ 55%] Built target umfpack_olib_ZINT_DO_VALUES /usr/bin/grep -F checking for ld used by clang... [ 56%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj INFO: gfortran.exe:f90: Curvif_simplified.f90 [ 56%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES 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/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 [ 31%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSerializer.cpp.obj [ 30%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.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/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 [ 57%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.VectorDelay.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.VectorDelay.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/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/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 [ 57%] 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 [ 57%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_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 [ 57%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Digital.Examples.WiredX.mat.xz && touch msl32/Modelica.Electrical.Digital.Examples.WiredX.mat -- Check size of struct pollfd - failed -- Looking for pollset_create [ 57%] Built target umfpack_olib_ZLONG_DO_MAP make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend [ 57%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.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_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 [ 57%] Built target umfpack_olib_ZLONG_DO_VALUES xz --keep --decompress --force msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat.xz && touch msl32/Modelica.Electrical.EnergyStorages.Examples.Impedance.mat [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.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_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 [ 57%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.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 -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 [ 58%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj INFO: gfortran.exe:f77: C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/curvif_simplified-f2pywrappers.f C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.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/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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL.mat yes checking for BSD- or MS-compatible name lister (nm)... make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend [ 32%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNSimulator.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.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/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 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_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build [ 59%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_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/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 [ 32%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.obj make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend 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 make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend INFO: C:/OMDevUCRT/tools/msys/ucrt64/bin/gfortran.exe -Wall -g -Wall -g -shared C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/curvif_simplifiedmodule.o C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/users/openmo~1/appdata/local/temp/tmppvsdfmfm/src.mingw_x86_64_ucrt-3.11/fortranobject.o C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/Curvif_simplified.o C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm/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 [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.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_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 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' /ucrt64/bin/nm -B make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build checking the name lister (/ucrt64/bin/nm -B) interface... [ 32%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ATNState.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_WSOLVE.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/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 [ 59%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.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_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 [ 59%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.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_ZINT_WSOLVE.dir/DependInfo.cmake "--color=" 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_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_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_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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mat [ 59%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_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_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 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 make[4]: 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 [ 60%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.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 -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/SuiteSparse_config -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/AMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/BTF/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/COLAMD/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Include -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/KLU/Source -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/UMFPACK/Include -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 make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 60%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.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_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 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_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 Removing build directory C:/Users/OPENMO~1/AppData/Local/Temp/tmppvsdfmfm make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mat [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.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_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 [ 62%] 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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /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 [ 33%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.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/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 cp -puf /ucrt64/bin/libgcc_s_*.dll fortran_interface 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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 62%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj /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 [ 33%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/AbstractPredicateTransition.cpp.obj cp -puf /ucrt64/bin/libgfortran*.dll fortran_interface /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 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mat [ 62%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES [ 62%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.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_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/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/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]: 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' cp -puf /ucrt64/bin/libquadmath*.dll fortran_interface [ 62%] 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 [ 35%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.obj [ 62%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mat make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 62%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -- Looking for __va_copy - found -- Looking for vsnprintf /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 [ 63%] 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 cp -puf /ucrt64/bin/libwinpthread*.dll fortran_interface [ 63%] Built target umfpack_olib_DINT_WSOLVE make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 34%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ActionTransition.cpp.obj make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 63%] Built target umfpack_olib_DLONG_WSOLVE 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 [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_YD.mat [ 65%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.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_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 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... /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 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... [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.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_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 mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSens [ 65%] Built target umfpack_olib [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj [ 66%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.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_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 /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 [ 66%] Built target umfpack_olib_ZINT_WSOLVE 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMS_Start.mat [ 34%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/AmbiguityInfo.cpp.obj [ 66%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.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 -- Performing Test CXX_FLAG_Wall - Success -- Performing Test CXX_FLAG_Wcast_align [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj [ 66%] 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 /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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' file_magic ^x86 archive import|^x86 DLL [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.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_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 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCEE_Start.mat make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.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/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 checking for dlltool... dlltool checking how to associate runtime and link libraries... [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj configure.ac:32: installing './compile' /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 [ 66%] 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 [ 66%] Built target umfpack_olib_ZLONG_WSOLVE 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=" [ 66%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj [ 66%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.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/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 /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 /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 configure.ac:20: installing './install-sh' xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Cooling.mat func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend /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 cp -rfp . /c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSens [ 35%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ArrayPredictionContext.cpp.obj 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_QuasiStationary.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/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 configure.ac:20: installing './missing' [ 36%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/AtomTransition.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/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 [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.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/btf.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_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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.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_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 [ 68%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_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_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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Start.mat autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force [ 68%] Linking C static library libamd.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake [ 69%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.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 -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 make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend [ 69%] 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 [ 70%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.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/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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_Temperature.mat [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj [ 36%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BasicBlockStartState.cpp.obj [ 70%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj [ 70%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.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/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 -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 -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 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 /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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_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_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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj [ 71%] Linking C static library libbtf.a [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCPM_withLosses.mat /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 @ 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 checking for strip... strip checking for ranlib... ranlib checking command to parse /ucrt64/bin/nm -B output from clang object... /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 Makefile.am: installing './depcomp' [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libamd.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/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 [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.obj [ 72%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.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 -gcd /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 -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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 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=" [ 72%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.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 [ 72%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.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 /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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libbtf.a [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.obj [ 73%] Built target amd xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_SinglePhase.mat [ 37%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BasicState.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_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 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 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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 73%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.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 -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 make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.DCMachines.DCSE_Start.mat [ 73%] 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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 73%] Built target btf [ 73%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj [ 38%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BlockEndState.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/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 [ 73%] Linking C static library libcolamd.a [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /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/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 /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 -- Looking for pollset_create - not found -- Looking for poll [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.obj [ 73%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.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_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 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 [ 38%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/BlockStartState.cpp.obj [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.obj [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.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 /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 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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/colamd.dir/link.txt --verbose=1 [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_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_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 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 [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.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/llvm-ranlib.exe libcolamd.a 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.SynchronousInductionMachines.SMEE_LoadDump.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump.mat [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_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_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/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 doc/Makefile.am:3: installing './mdate-sh' [ 76%] 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 [ 48%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.obj [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj [ 76%] Built target colamd [ 39%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ContextSensitivityInfo.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/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 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 /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 doc/Makefile.am:3: installing './texinfo.tex' [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj 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 /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 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 | ^ xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mat [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.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 make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mat [ 77%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.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_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 [ 51%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.obj [ 77%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.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/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 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.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_Inverter.mat [ 77%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj [ 77%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.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/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 autoreconf-2.72: Leaving directory '.' /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 /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 (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))) 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=" [ 78%] 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 1 warning generated. [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.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_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 /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 [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj [ 53%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.obj [ 40%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionEventInfo.cpp.obj 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 /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 /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 /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 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 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 -- Performing Test CXX_FLAG_Wcast_align - Success -- Performing Test CXX_FLAG_Wcast_qual [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj [ 80%] 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_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 /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 ok xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.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_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 [ 80%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_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_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 make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 80%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj checking for sysroot... no checking for a working dd... [ 40%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionInfo.cpp.obj [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.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 -- Looking for vsnprintf - found -- Looking for vsnprintf /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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMR_Inverter.mat [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj [ 82%] Linking C static library libklu.a /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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/klu.dir/cmake_clean_target.cmake [ 82%] 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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj [ 41%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/DecisionState.cpp.obj [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.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_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/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 [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj [ 82%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.AIMC_Transformer.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/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 /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 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 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 autoreconf-2.72: running: automake --add-missing --copy --force-missing C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libklu.a [ 83%] 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 [ 56%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.obj /usr/bin/dd checking how to truncate binary pipes... 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 [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.AsymmetricalLoad.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_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_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 /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 [ 83%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_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 /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 [ 83%] Built target klu [ 83%] 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier12pulse.mat [ 42%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/EmptyPredictionContext.cpp.obj [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.obj [ 84%] Building C object CMakeFiles/umfpack_olib_DINT.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_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 -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 /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... [ 42%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/EpsilonTransition.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 [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.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_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 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 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 [ 43%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ErrorInfo.cpp.obj [ 84%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.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_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 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 xz --keep --decompress --force msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.Rectifier6pulse.mat [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.obj [ 84%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.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 /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 [ 85%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj no checking for dlfcn.h... /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 [ 85%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.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_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 [ 86%] 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 [ 61%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.obj [ 44%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LL1Analyzer.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/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 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.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat.xz && touch msl32/Modelica.Electrical.Machines.Examples.Transformers.TransformerTestbench.mat [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.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_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 [ 44%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerATNConfig.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/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 [ 86%] 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 [ 86%] 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 [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.Rectifier.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 [ 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 [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.obj [ 46%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerAction.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 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 xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.TestSensors.mat [ 86%] 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 [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.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_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 xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYD.mat no checking for objdir... xz --keep --decompress --force msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat.xz && touch msl32/Modelica.Electrical.MultiPhase.Examples.TransformerYY.mat [ 46%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerActionExecutor.cpp.obj [ 88%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_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/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 .libs /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 [ 88%] 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 xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.Machines.Examples.TransformerTestbench.mat [ 47%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerChannelAction.cpp.obj [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.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/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 [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.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/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 /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 xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingDelta.mat xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.MultiPhase.Examples.BalancingStar.mat -- Performing Test CXX_FLAG_Wcast_qual - Success -- Performing Test CXX_FLAG_Wctor_dtor_privacy xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.ParallelResonance.mat [ 88%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.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_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 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 [ 89%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_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_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 [ 48%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerCustomAction.cpp.obj [ 89%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -- Looking for poll - not found -- Detected select polling method 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 /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 [ 69%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj -- Detected ZMQ Version - 4.2.3 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 [ 89%] 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 [ 48%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerIndexedCustomAction.cpp.obj [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_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/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 /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 -- Looking for include file ifaddrs.h xz --keep --decompress --force msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat.xz && touch msl32/Modelica.Electrical.QuasiStationary.SinglePhase.Examples.Rectifier.mat [ 89%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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_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 [ 89%] 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 checking if clang supports -fno-rtti -fno-exceptions... -- Looking for vsnprintf - found [ 90%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -- Looking for include file stdarg.h /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 [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj 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/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 [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.obj [ 91%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.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/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 /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.Spice3.Examples.CascodeCircuit.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.CascodeCircuit.mat [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_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_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 [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_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_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 [ 91%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.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_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 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.CoupledInductors.mat [ 91%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_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/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 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.FourInverters.mat [ 72%] Building C object libmetis/CMakeFiles/metis.dir/mesh.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/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.Electrical.Spice3.Examples.Graetz.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Graetz.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_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 [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.obj yes checking for clang option to produce PIC... -DDLL_EXPORT -DPIC checking if clang PIC flag -DDLL_EXPORT -DPIC works... 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 configure.ac:28: installing './compile' [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj [ 75%] Building C object libmetis/CMakeFiles/metis.dir/minconn.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 /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 [ 92%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Inverter.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Inverter.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 /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 [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj configure.ac:18: installing './config.guess' /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 -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 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.InvertersApartRecord.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.obj configure.ac:18: installing './config.sub' 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 [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.obj [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_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 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 /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 configure.ac:22: installing './install-sh' [ 93%] Built target umfpack_olib_ZINT configure.ac:22: installing './missing' xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.InvertersExtendedModel.mat xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Nand.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Nand.mat [ 93%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.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_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 [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.obj yes checking if clang static flag -static works... 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 [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj [ 49%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerModeAction.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/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.Spice3.Examples.Nor.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Nor.mat -- Looking for include file ifaddrs.h - not found -- Looking for include file windows.h [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.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/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 src/Makefile.am: installing './depcomp' [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 93%] 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 configure: loading site script /etc/config.site xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Oscillator.mat xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkDifferentialPair.mat [ 94%] 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 [ 83%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.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/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 [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkFourBitBinaryAdder.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/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 -- Performing Test CXX_FLAG_Wctor_dtor_privacy - Success -- Performing Test CXX_FLAG_Wextra [ 50%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerMoreAction.cpp.obj [ 95%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.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/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 /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 yes checking if clang supports -c -o file.o... checking build system type... [ 51%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPopModeAction.cpp.obj [ 95%] 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 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkMosfetCharacterization.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 parallel-tests: installing './test-driver' [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.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/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 [ 51%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerPushModeAction.cpp.obj [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj [ 95%] Building C object CMakeFiles/umfpack_olib_DINT.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_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 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 xz --keep --decompress --force msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.mat.xz && touch msl32/Modelica.Electrical.Spice3.Examples.Spice3BenchmarkRtlInverter.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_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 x86_64-w64-mingw32 checking host system type... [ 52%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerSkipAction.cpp.obj x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 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 [ 95%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_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_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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.Controller.mat [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj [ 53%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LexerTypeAction.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_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 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 continue configure in default builddir "./x86_64-w64-mingw32" autoreconf-2.72: './config.sub' is updated xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.BaseClasses.InnerTank.mat [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.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/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 [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.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/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 [ 96%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj [ 96%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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/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 autoreconf-2.72: './config.guess' is updated /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 [ 96%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.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_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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.BatchPlant_StandardWater.mat [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [ 97%] Building C object CMakeFiles/umfpack_olib_DINT.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_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 /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 autoreconf-2.72: './install-sh' is updated 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 autoreconf-2.72: Leaving directory 'libatomic_ops' autoreconf-2.72: running: libtoolize --copy --force ....exec /bin/sh .././configure "--srcdir=.." "--enable-builddir=x86_64-w64-mingw32" "mingw32" [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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/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 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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank.mat -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.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 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 [ 53%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LookaheadEventInfo.cpp.obj [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.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 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 [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_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/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 - -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 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 [ 54%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/LoopEndState.cpp.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe1.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/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 /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 [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj [ 96%] Building C object libmetis/CMakeFiles/metis.dir/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/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 /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 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... [ 98%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.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_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 [ 55%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/NotSetTransition.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/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 [ 55%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/OrderedATNConfigSet.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 [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TanksWithEmptyingPipe2.mat [100%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj [100%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.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 [ 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/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 [ 57%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ParserATNSimulator.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/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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe1.mat xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TankWithEmptyingPipe2.mat [100%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj [100%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.AST_BatchPlant.Test.TwoTanks.mat xz --keep --decompress --force msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mat.xz && touch msl32/Modelica.Fluid.Examples.BranchingDynamicPipes.mat yes checking dynamic linker characteristics... xz --keep --decompress --force msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.ControlledTankSystem.ControlledTanks.mat -- Performing Test CXX_FLAG_Wextra - Success -- Performing Test CXX_FLAG_Wformat_2 [ 57%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PlusBlockStartState.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/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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat.xz && touch msl32/Modelica.Fluid.Examples.DrumBoiler.DrumBoiler.mat xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat.xz && touch msl32/Modelica.Fluid.Examples.Explanatory.MeasuringTemperature.mat xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat.xz && touch msl32/Modelica.Fluid.Examples.Explanatory.MomentumBalanceFittings.mat [ 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.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat.xz && touch msl32/Modelica.Fluid.Examples.HeatExchanger.HeatExchangerSimulation.mat [ 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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.HeatingSystem.mat.xz && touch msl32/Modelica.Fluid.Examples.HeatingSystem.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/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.Fluid.Examples.IncompressibleFluidNetwork.mat.xz && touch msl32/Modelica.Fluid.Examples.IncompressibleFluidNetwork.mat Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... xz --keep --decompress --force msl32/Modelica.Fluid.Examples.InverseParameterization.mat.xz && touch msl32/Modelica.Fluid.Examples.InverseParameterization.mat [ 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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.PumpingSystem.mat.xz && touch msl32/Modelica.Fluid.Examples.PumpingSystem.mat [ 60%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PredicateTransition.cpp.obj 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 [ 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 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 [ 61%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/PredictionMode.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.Tanks.EmptyTanks.mat checking malloc.h usability... xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat.xz && touch msl32/Modelica.Fluid.Examples.Tanks.TanksWithOverflow.mat [ 62%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/ProfilingATNSimulator.cpp.obj xz --keep --decompress --force msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.mat.xz && touch msl32/Modelica.Fluid.Examples.Tanks.ThreeTanks.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/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 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 xz --keep --decompress --force msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat.xz && touch msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2.mat xz --keep --decompress --force msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat.xz && touch msl32/Modelica.Fluid.Examples.TraceSubstances.RoomCO2WithControls.mat [100%] Linking C static library libmetis.a 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 xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ArmatureStroke.mat [ 63%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RangeTransition.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/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 xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceCurrentBehaviour.mat yes checking malloc.h presence... [ 63%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleStartState.cpp.obj -- Looking for include file stdlib.h - found -- Looking for include file stddef.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/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 xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.MovingCoilActuator.ForceStrokeBehaviour.mat [ 64%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleStopState.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/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 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.Magnetic.FluxTubes.Examples.SaturatedInductor.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.SaturatedInductor.mat [ 65%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/RuleTransition.cpp.obj yes checking for malloc.h... yes 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 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 /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 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) | ^ /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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libmetis.a [ 65%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/SemanticContext.cpp.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonPullInStroke.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/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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/metis-5.1.0/build' [ 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 checking for stdlib.h... (cached) yes [100%] Built target metis xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.SolenoidActuator.ComparisonQuasiStationary.mat 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 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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 67%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/SingletonPredictionContext.cpp.obj xz --keep --decompress --force msl32/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.mat.xz && touch msl32/Modelica.Magnetic.FluxTubes.Examples.Utilities.TranslatoryArmatureAndStopper.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/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 [ 67%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/StarBlockStartState.cpp.obj checking for string.h... (cached) yes xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMC_DOL.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/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 [100%] Built target umfpack_olib_ZLONG [ 68%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopEntryState.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/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 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 [ 69%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/StarLoopbackState.cpp.obj -- Performing Test CXX_FLAG_Wformat_2 - Success -- Performing Test CXX_FLAG_Wimplicit_atomic_properties 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 [ 69%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/TokensStartState.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/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 checking sys/time.h usability... [ 70%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/Transition.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/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 xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.AIMS_Start.mat 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 configure: loading site script /etc/config.site libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 71%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/atn/WildcardTransition.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/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 yes checking sys/time.h presence... xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator.mat [ 71%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFA.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/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 checking build system type... yes checking for sys/time.h... yes 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 x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 [ 72%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFASerializer.cpp.obj checking for an ANSI C-conforming const... checking for gsed... 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 sed checking for a BSD-compatible install... xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter.mat 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 [ 73%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/DFAState.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/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 [ 73%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/dfa/LexerDFASerializer.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/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 yes checking for size_t... /usr/bin/install -c checking whether build environment is sane... -- Performing Test CXX_FLAG_Wimplicit_atomic_properties - Failed -- Performing Test CXX_FLAG_Wmissing_declarations xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMR_Inverter.mat yes [ 74%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/InterpreterDataReader.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/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 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/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 [ 75%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/Interval.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/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 /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 -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 xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.EddyCurrentLosses.mat [ 75%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/IntervalSet.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/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 checking for a race-free mkdir -p... xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.MultiPhaseInductance.mat [ 76%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/MurmurHash.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/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 /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... xz --keep --decompress --force msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat.xz && touch msl32/Modelica.Magnetic.FundamentalWave.Examples.Components.SinglePhaseInductance.mat [100%] Built target umfpack_olib_DINT xz --keep --decompress --force msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat.xz && touch msl32/Modelica.Math.Nonlinear.Examples.quadratureLobatto3.mat [ 77%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/misc/Predicate.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.PrismaticConstraint.mat -- Looking for include file stddef.h - found -- Looking for include file stdint.h [ 77%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/Any.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.RevoluteConstraint.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/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 yes 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 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' [ 78%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/Arrays.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/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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.SphericalConstraint.mat checking whether make supports nested variables... xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Constraints.UniversalConstraint.mat [ 79%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/CPPUtils.cpp.obj [100%] Built target umfpack_olib_DLONG 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 make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulum.mat [ 79%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/StringUtils.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/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.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.DoublePendulumInitTip.mat yes yes [ 80%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/support/guid.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.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/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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ForceAndTorque.mat -- Looking for include file windows.h - found -- Looking for include file sys/uio.h [ 81%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNode.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.FreeBody.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/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 [ 81%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ErrorNodeImpl.cpp.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 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 checking for gcc... clang xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.HeatLosses.mat [ 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.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.InitSpringConstant.mat make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 2 warnings generated. [ 83%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTree.cpp.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/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 configure: creating ./config.status xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Pendulum.mat [100%] Linking C static library libumfpack.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake libtoolize: copying file 'm4/ltoptions.m4' /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PendulumWithSpringDamper.mat 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 [ 83%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeListener.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/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 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 [ 84%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeVisitor.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/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 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 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:: xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses.mat -- Performing Test CXX_FLAG_Wmissing_declarations - Success -- Performing Test CXX_FLAG_Wno_long_long 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 [ 85%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/ParseTreeWalker.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/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 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 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 [ 85%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNode.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/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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libumfpack.a [ 86%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/TerminalNodeImpl.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/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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.PointGravityWithPointMasses2.mat [ 87%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/Trees.cpp.obj xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheel.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 [ 87%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/Chunk.cpp.obj [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 [ 88%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreeMatch.cpp.obj libtoolize: copying file 'm4/ltsugar.m4' 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 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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetDriving.mat make -f CMakeFiles/Makefile2 preinstall [ 89%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePattern.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/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[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' xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.RollingWheelSetPulling.mat [ 89%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/ParseTreePatternMatcher.cpp.obj -- Looking for include file sys/uio.h - not found -- Looking for include file sys/eventfd.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/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 [ 90%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/RuleTagToken.cpp.obj Install the project... 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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake checking whether the C compiler works... [ 91%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TagChunk.cpp.obj -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.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/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 -- 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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringDamperSystem.mat -- 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 -- 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 [ 91%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TextChunk.cpp.obj -- 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 -- 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 -- 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 -- 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 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 -- 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" [ 92%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/pattern/TokenTagToken.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/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 [ 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/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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.SpringWithMass.mat [ 93%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathElement.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/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 test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libbtf.dylib" [ 94%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexer.cpp.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/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 yes checking for C compiler default output file name... a.exe xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.Surfaces.mat checking for suffix of executables... [ 95%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathLexerErrorListener.cpp.obj test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcolamd.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/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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.ThreeSprings.mat libtoolize: copying file 'm4/ltversion.m4' -- Looking for include file stdint.h - found -- Looking for include file inttypes.h [ 95%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleAnywhereElement.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/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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Elementary.UserDefinedGravityField.mat [ 96%] Building CXX object runtime/CMakeFiles/antlr4_static.dir/src/tree/xpath/XPathRuleElement.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/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 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.Mechanics.MultiBody.Examples.Loops.Engine1a.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1a.mat -- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling [ 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.Engine1b.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b.mat [ 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 -- Looking for assert.h test ! `uname` = Darwin || install_name_tool -id @rpath/libsuitesparseconfig.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsuitesparseconfig.dylib" .exe xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Engine1b_analytic.mat checking whether we are cross compiling... -- Performing Test CXX_FLAG_Wno_long_long - Success -- Performing Test CXX_FLAG_Woverlength_strings [ 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 test ! `uname` = Darwin || install_name_tool -id @rpath/libumfpack.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.dylib" [ 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.Loops.EngineV6.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6.mat xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.EngineV6_analytic.mat # fix rpaths xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar_analytic.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" xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar1.mat libtoolize: copying file 'm4/lt~obsolete.m4' 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.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.Fourbar2.mat no checking for suffix of object files... make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens' make -f Makefile.omdev.mingw -C OMSens_Qt OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" OM_QT_MAJOR_VERSION=5 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Loops.PlanarLoops_analytic.mat xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.ActuatedDrive.mat 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.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GearConstraint.mat xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.GyroscopicEffects.mat -- Looking for include file sys/eventfd.h - not found -- Looking for fopen in ws2_32 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Rotational3DEffects.MovingActuatedDrive.mat 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 test ! `uname` = Darwin || install_name_tool -change libamd.dylib "@rpath/libamd.dylib" "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libumfpack.dylib" o checking whether the compiler supports GNU 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 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 make -f Makefile.omdev.mingw /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libsundials_ida.a 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 xz --keep --decompress --force msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat.xz && touch msl32/Modelica.Mechanics.MultiBody.Examples.Systems.RobotR3.fullRobot.mat 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 xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.CoupledClutches.mat yes checking whether clang accepts -g... xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.ElasticBearing.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.First.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.First.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.FirstGrounded.mat autoreconf-2.72: configure.ac: not using Intltool autoreconf-2.72: configure.ac: not using Gtkdoc autoreconf-2.72: running: aclocal --force -I m4 xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.Friction.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.Friction.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.HeatLosses.mat 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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' qmake "CONFIG+=release" xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo1.mat yes checking for clang option to enable C11 features... xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo2.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.LossyGearDemo3.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.RollingWheel.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat.xz && touch msl32/Modelica.Mechanics.Rotational.Examples.SimpleGearShift.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Accelerate.mat -- Looking for include file inttypes.h - found -- Looking for include file locale.h 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 -- Performing Test CXX_FLAG_Woverlength_strings - Success Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMSens_Qt\.qmake.stash -- Performing Test CXX_FLAG_Woverloaded_virtual none needed checking whether clang understands -c and -o together... xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.ElastoGap.mat -- Looking for assert.h - found -- Looking for bzlib.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 Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.InitialConditions.mat Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Oscillator.mat xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.PreLoad.mat 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/ xz --keep --decompress --force msl32/Modelica.Mechanics.Translational.Examples.Sensors.mat.xz && touch msl32/Modelica.Mechanics.Translational.Examples.Sensors.mat 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 yes checking whether make supports the include directive... xz --keep --decompress --force msl32/Modelica.Media.Examples.IdealGasH2O.mat.xz && touch msl32/Modelica.Media.Examples.IdealGasH2O.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.MixtureGases.mat.xz && touch msl32/Modelica.Media.Examples.MixtureGases.mat 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 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 yes (GNU style) checking dependency style of clang... 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 [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 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 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 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 -- Looking for fopen in ws2_32 - found -- Looking for fopen in ws2 xz --keep --decompress --force msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.mat.xz && touch msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.Inverse_sine.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.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat.xz && touch msl32/Modelica.Media.Examples.SolveOneNonlinearEquation.InverseIncompressible_sh_T.mat 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.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 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 Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libantlr4-runtime.a xz --keep --decompress --force msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat.xz && touch msl32/Modelica.Media.Examples.TestOnly.TestMedia.TemplateMedium.mat make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/build' xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.DryAirNasa.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.MoistAir.mat gcc3 xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Air.SimpleAir.mat -- Performing Test CXX_FLAG_Woverloaded_virtual - Success -- Performing Test CXX_FLAG_Wredundant_decls 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 [100%] Built target antlr4_static 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 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 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 xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Essotherm650.mat clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaBaseVisitor.o modelicaBaseVisitor.cpp 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 xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Incompressible.Glycol47.mat clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaParser.o modelicaParser.cpp clang++ -I3rdParty/antlr4/runtime/Cpp/runtime/src -std=c++11 -DANTLR4CPP_STATIC -c -o modelicaVisitor.o modelicaVisitor.cpp make -f Makefile xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.LinearFluid.LinearColdWater.mat -- Looking for include file locale.h - found -- Looking for snprintf 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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make -f Makefile.Release xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.ConstantPropertyLiquidWater.mat xz --keep --decompress --force msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat.xz && touch msl32/Modelica.Media.Examples.Tests.MediaTestModels.Water.IdealSteam.mat 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 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 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 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 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 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/IndivSensResultsDialog.o dialogs/indiv/IndivSensResultsDialog.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/MultiParamSweepDialog.o dialogs/sweep/MultiParamSweepDialog.cpp 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 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/SweepResultDialog.o dialogs/sweep/SweepResultDialog.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/VectorialParamSensAnalysisDialog.o dialogs/vect/VectorialParamSensAnalysisDialog.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/VectorialResultsDialog.o dialogs/vect/VectorialResultsDialog.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/HelpTab.o tabs/HelpTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 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 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/ParametersExtendedTab.o tabs/ParametersExtendedTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.mat.xz && touch msl32/Modelica.Media.Examples.TwoPhaseWater.TestTwoPhaseStates.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/ParametersSimpleTab.o tabs/ParametersSimpleTab.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/SensitivityMethodResultsTab.o tabs/SensitivityMethodResultsTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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/SimulationTab.o tabs/SimulationTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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/VariablesTab.o tabs/VariablesTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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/DualLists.o DualLists.cpp checking whether the compiler supports GNU C++... xz --keep --decompress --force msl32/Modelica.Media.Examples.WaterIF97.mat.xz && touch msl32/Modelica.Media.Examples.WaterIF97.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mat.xz && touch msl32/Modelica.Media.Incompressible.Examples.TestGlycol.mat yes checking whether clang++ accepts -g... xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ControlledTanks.mat.xz && touch msl32/Modelica.StateGraph.Examples.ControlledTanks.mat mkdir -p 3rdParty/sundials-5.4.0/build yes checking for clang++ option to enable C++11 features... -- Looking for bzlib.h - found -- Looking for ctype.h xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ExecutionPaths.mat.xz && touch msl32/Modelica.StateGraph.Examples.ExecutionPaths.mat -- Looking for fopen in ws2 - not found -- Looking for fopen in rpcrt4 -- Performing Test CXX_FLAG_Wredundant_decls - Success -- Performing Test CXX_FLAG_Wreorder (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.FirstExample.mat.xz && touch msl32/Modelica.StateGraph.Examples.FirstExample.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.FirstExample_Variant2.mat.xz && touch msl32/Modelica.StateGraph.Examples.FirstExample_Variant2.mat none needed checking dependency style of clang++... xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.mat.xz && touch msl32/Modelica.StateGraph.Examples.FirstExample_Variant3.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/main.o main.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/OMSensDialog.o OMSensDialog.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/OptimizationResultParametersTab.o tabs/optim_result/OptimizationResultParametersTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- Looking for snprintf - found -- Looking for vasprintf clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ShowCompositeStep.mat.xz && touch msl32/Modelica.StateGraph.Examples.ShowCompositeStep.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/OptimizationResultOtherTab.o tabs/optim_result/OptimizationResultOtherTab.cpp -- The C compiler identification is Clang 17.0.6 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.ShowExceptions.mat.xz && touch msl32/Modelica.StateGraph.Examples.ShowExceptions.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/SweepResultVariableTab.o tabs/sweep_result/SweepResultVariableTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 autoreconf-2.72: running: /usr/bin/autoconf-2.72 --force gcc3 checking dependency style of clang... xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.Utilities.TankController.mat.xz && touch msl32/Modelica.StateGraph.Examples.Utilities.TankController.mat -- Performing Test CXX_FLAG_Wreorder - Success -- Performing Test CXX_FLAG_Wswitch_default xz --keep --decompress --force msl32/Modelica.StateGraph.Examples.Utilities.valve.mat.xz && touch msl32/Modelica.StateGraph.Examples.Utilities.valve.mat -- Looking for vasprintf - not found -- Looking for asprintf -- Looking for ctype.h - found -- Looking for dlfcn.h -- Looking for fopen in rpcrt4 - found -- Looking for fopen in iphlpapi xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.IndirectCooling.mat -- Detecting C compiler ABI info xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.OneMass.mat gcc3 checking how to print strings... printf checking for a sed that does not truncate output... xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelCooling.mat /usr/bin/sed checking for grep that handles long lines and -e... xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.ParallelPumpDropOut.mat /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... 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 bIn file included from ool QWidget: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:::In file included from isTtabs/SimulationTab.cppIn 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:isWind1In file included from :22: warning: tabs/OptimizationTab.cpp:1: : In file included from tabs/SimulationTab.hIn file included from 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] tabs/OptimizationTab.h:4oo w()773: | 4: In file included from : iIn file included from nline boolC:/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] pLe QWidget::isTopLevel() const | ^ const | ^ 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::iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hsTopLevel() 773 | inline bv:e779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inliIn file included from tabs/ParametersSimpleTab.cpp:1: ne bool QWidgeloIn file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidgett::c(ootabs/ParametersSimpleTab.hl:1)n:s iQs: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hc4WE:nabled() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] onst : In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QWidget:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h773:| ti dg:et ^ | ^ ::isTopLevel() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:782:22: warning: 776 | i22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QWidget::isTopLevel() const | ^ nline bool QWidget::isW:22i:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget::isWinnd'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline boow() conso: warning: t | ^ l 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:d 782C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:22: warning: :'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] owC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779isWindow() const | | inline C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776:b22:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inl 779 | ine bool Qinline bool QWi() const | ^ ^ o o776l:dget::isEna | Widb Qled() cionWidget::isModal() const | ^ line bool QWidget::isWindow() const g| en ^ t::is Wwarning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inliniC:/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() costC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hndownst(:C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.he b)779: | ^ :786:22: warning: oC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hol:779C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::isc22'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | i:22Modal: warning: QWi('QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]) :n lcidon 779 | inline bool QWidgonsne betget::it | ^ ::isEnabled() const | ^ st | s | ^ ^ WoiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.honwarning: :782:22: warning: l'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] QWidgC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :et::isEna782782d'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]oC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h b w:( | C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hinline le786:boo779): const | 22:l22: Qd warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] | warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline boo Widget::782isM | TinolTL ^W(lin eQWi) inlidc nodeongeta st ::isbool QWidget::isModal() 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:Ena:786ilb() b | inline bool QWidget::isEnabledC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hled()C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h soEonl Q:W786:22aTble:d(c )owarning: ci nc'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]dge:on st | ^ onst | ^ 786 | inline bool QWidget::isEnabledst To790C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hto:T:LiTsC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hEnL:WW()a | () coconstnb: | ^ led21782:22:: ^782 :22: warning: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21(:):'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] s t warning: | ^warning: warning: 782'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] cons | 782 | i790i | nltni i790nn | linel i ne| lineC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h: 790iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h b:ool ^i nt n:e Q21 QWi: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] n786:22 W790 | i:d iigdeC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hbwarning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] n 786 | liitt QWidget:::o782get::minlxz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpAndValve.mat :mn:e:onlimiinii22sMumn oiWmumWidth(danidte) cohnl ()(s:bt QWi) ooconst l d| g tQ et ^ | ^ warning: cons::minimumWidth() const | ^ Widget::isModal() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | i nliC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ht nQ:We i793d:| ig ^ etn21782: | iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22:warning: n:l:in'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i e sEnta QWibd warning: 793'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]boog l 786 | e | C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hetiln n::786:22dToTLW::lQ Widgel793i:21: (it:ne i)ne mnt: iciwarning: n'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i b 793warning: o'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n s | m umHseigQMt oinline786Widge t::oodhmit | nl Qi()nt aQlWilnimu | iidm( ^ coHWe) ncost innst C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] gg | | 790h | tinliidgeet:: ^i ^e (bo netol int)s conEn ::QaQbWmidgeWidiniledgsmtT:u:mHet igo | ^C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:i796s:EeTht21: warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]LC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h()t Wc( ) :o :c786796n | ao:22i:n nwarning: ns:stb | lmlC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:ediTnotini ^796'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]T e i Lmu :78621 | mnW: (W) c oinsti ntl iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:| Q ^ | ^warning: ne bool 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] dQthWiWdid790796() cogC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hget:21eC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796: | inline intn21: twarning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]Q ::W:: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]:796ms | ii:t i | adximnl ^ig 790nee :t um21:::mWaxismi790i | nidtEnabn liut QWidgethC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hnmWidth(eled) : :maxciwarning: :793:21m(i'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n ou mW:n swarning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] )T790toidth | t Q (| T W793i)diLc oncg ^ | niset tl iWn(:oe) ni:n l| n ^s t QcWto | inminni ^dgie eits ::mit | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:nnmimuu799:21mW:itC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h QC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hdmtWi:dt799h WC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790h(warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i dg() :21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] )799 | inlec ::799:co itne int QWid21::n79021 | oign nwarning: ls:et i'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n tm::i 799 | nsitmumHeigmieh i : warning: a| xi| 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ^ mnlin utnt QWi(d)e getc799mH:e i | C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hii:gh:nl793i ^:tno(ntmnes 21 : warning: )it c 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] i| nniomnC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :793u | t793:21smW ^ Q:W warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] iidd793t get::maximumHeight() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:796 i| ^tnh(QW | l)i dgconsteit: 21:n warning: i'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]l:inne in : tem i796| | ai ^ nt QWQnWxiilC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hin:e802:22: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hd:i802:gwarning: dge m22'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] i C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h802utn::tmi nme:t | :::HiinmQeWig793 inmimuhit:21l(inem:Hed gevt::iowarning: mau mwarning: )xHgeh'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]t()i'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] i g cci 793onmudh t on | QsW() imWidtch(onsn)l conistd gtt i | 802 ^ sne | i| n ^ line | ^t e void t i| QnW:t:si ^C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h e tMiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hdQC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hgetn::802:22::796:is::Wimuem Swarning: i21: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hz:dg'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 796e t799:21(802warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] :21conset:t warning: : :warning: : | in'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]796M | Qilnl'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] mi niiSnnizi iemum 796799 | uie | miSnilniemzHi neee vi& s)(consntnti QiW in oiQdSiz linee dgt Q & sQWiight| ( ^dgeWt) ):nt ect: Q| :seWtiiondg ^:Mmasxeimtit:d:C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h gmaxniimmueu| mW ^umSize(comHeight () const :ni805t:| C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h ^:805:22: sdt warning: :tmh( QSizax)C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :i'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ce:796moun :&21s: ms)22: twarning: 805 | Winli warning: 'QWidget::maximumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :802:'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 22: idne 796v | t| hoiwarning: d(| ^ 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] i n QW ^idg l 805 | )inl i802n | iceieonst | nC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hlit ^ nn:e i:sev:onC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hetMaxiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hm799t: 21Qu:mi:799:80521SW:i v:o :dd 22iwarning: ze(id'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] warning: cQ: gQWid warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] og n805e | itnl:i:neWe s'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] maxi799 799tt m | i | voQiuidiSimz:nd WQe &gs)Widgetn::e :| l ^ sselitn:eidt: itneh sietn(inttet) const MMaaximMuQWidgimC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hS:808:22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] iQWid| z ^ exim 808 | igtu:mee(:mnSlcat:niixmC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:799:21:ummio:inzem vSoiie warning: z'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]a(con x imnes(799ud tQ Wi | ciuQmsodngset HQeSiittg hmHeiSQtSi:zghnelii zze &(s) :| )t&(ne ^ )e cssc)oo nn etsSii&| t snsz) ^ eIt tC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: | n| crewarning: ^'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] m | ^ e805nt ^(co | niQWsnC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hit dl:QiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hg:808etC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h808:802::S22: warning: n:e void:m22a'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]:22: warning: x'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i mC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h: u Q 808m:Wi808warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802i: | inline H e802i | 22i:n vwarning: dze & | signelgiloi) 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] t:n:e i 802n | e hti(nlset)v | cd ^ oiM voinda xQoidn QsWteWiimd QgWeit| d ^: uvoC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hi:dmg QiWdgeet::sSi811d:gC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h22:i:z:t: :warning: ee802:22: tse'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] tsMeie(contS802izeIn | int:nim l:incer sSuimzSvoiedtseetmIen811t(n cr | eQSiiiznelmcze (M ionnicQWistoen&md QiStu(cnoeizegsetm:ns)t S: sve tiMQoid iSn&zs)iQz| steW i&s) eQSn id(ize mcons | ugm ^t et :| ^S ^: QsetBa&Sizize s&)s )s e(eco | nSst| ^Q ^izC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :811:C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22S:i808z :22e(conste: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:warning: 805'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] QSize &s) | : 22&:s ^:22 )warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h811 | in:l warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i n warning: 808'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] : | | e ^in v805811: | 22:C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h loiin805: warning: d'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]l i 814:30 | i805 | iinne lin:enC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hQ:805nvoi Wwarning: i'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]e :d22 dv o:v 814 | inlo idQiWidl nQWiidget:i:nsewarning: gge ct'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]e t:od:see evoi805n | iBtaBssedn QWitSld gQW:ietaisd:gsettn:e:iSz i QeFto:net :&QWeS(scevoiodntsMeazii QeIsnctdWget::xitmu rMaxzfidogmeSQeSiizet:iznmummet()e S e&(:cio(nssscco)t eonnnts(zte(| co ^Mat cst | ^xi QnQs oSnizets S tmQuC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hmiSC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:S:&814i QS817:30z:ize(ceon:30z eis: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]&sz)e t 814warning: | i | Qs)n &s)'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] linSize &e ^ c&s)s) 817 | ^ | oins ntl | | | ^ ^C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h : ^ Q808:Fion22nC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ht:e Q: warning: &QW'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]808F:i22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h oC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hdg e :808: | i814C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:nn808l:i:808t30: warning: 811 | :i:nteM:2222:: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] vwarning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] o in'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inli ne e811 | i808ndl Qf | onWtiliitnrei cvco() cooid iQnstd g nnsWidgles eQtnt Wt::eQidiset Fvoone| ^n tS i:z v&i:sQoWegIeC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hd:neit::cfrtd iemB817g:30daQone:ent(ct seSt:warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] iMe:QW 817otnstz Qfro | eWinit(i(ddccS)gest::(onst gizeiQnSl) cesineioet: ze co:&s) | ^ nstsQF n etSt&sionsS) C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :811izeI| t t ^ z:22: n| c ^reme n ewarning: MetI trn(const QSiicr| 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]z em ^ce C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:814:30: &warning: s 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]QC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h811: Wi | d 814se)ng | intl(ciin820 | ^ et::foo:C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h27: warning: n'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] nst Metlt Q820r | nC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hS:icse( )vi:zo817ii cinel nde:&si)811 Q : o30:n| ens twarning: W'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ^c QFoonid get n| t:Inf22::ss ^ 817o Qt QFwarning: on'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]tWC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811:22eitBa se &dSgiet811 | i | ::n:fQzWeidC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hoin (lingeli:820 eQt:n:fe nwarning: :27ovoid 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] nttIFnfono 811 | icnli:(() otnM) cso Qwarning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n c 820 | itonesWi nQnt vlinedegeo t| Ss ^itQFo tz r| ^e id i &sn:tIcs QW)nf:sQC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h : 817i:Weo C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:| 823dQ30W:: tii ^ 22gBeas:edwarning: Sit:g'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] z:fon e(consted 817 | intwarning: l'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:t: :fig814:ont30QeS: nize Inetwarning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] & s)M f814 | Qe:to F :r | ()o c ^ icnssinltin823e | Meo nitB(setcnltricoian) conns t | | C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hst QF ^:814: ^ont &Qs WidseSigzee veoQ(iWi30t: warning: d'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:get ::C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h: 22: warning: 814c | :id oQn820nlWs'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]t::27fi n:eQ warning: cf'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] oS io ntM820o | ninline e823n | iQFot(idgst Q)et::nnl iFsottrietncInnet z&fMc s(o Qe v)oWidgeounstoiQ t:d:&s eTracs ) W| i QW i| d ^ ^kdgetc::fo oninnsttfg() oconntIn esC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ht:fg(b:817:: tC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h : s814| ^ o()e| : ^30 ot30 con:ol e:sMnablotC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hu se warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]e | warning: ) ^ 817: 814:T rac820'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]:30 | kin :| i ^27 :li C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823: 22 :warning: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]817 | 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i warning: ngn(b'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:e 817 | i nl820 | ncon iinloinenlin82322ste ol :e Q FnQaF | warning: e bQlFonoQFionntnel'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i not)I nnftMot 826e e M&eQQ| WtitW ^ | digr idgevricst:i:cnoise tl:ine:fdfQWi dC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h o QnbQoWolW tQoi:W826i(i)d cgdodgget:::22ntgIneet:::s ttnfeth:assMo : eotwarning: f| ::()'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]ontMuesteM ^o f Tr rco 826acounstikc | iieTsrnMe(g() n)st | ncotrni ^cloins tnackc st i ns (| ^| ^)g e cC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h(bo:nst C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hb817:30 oo: | warning: o ^'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]: 823lo l : 22817Q:e | inlC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hWnC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hid:gai829:22warning: :'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]820 e b: t823 | nien lQi:F27C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hwarning: nelo::: 820:n warning: 'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]v hoi:e27):'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]at 829 | iMn ls dMo warning: 820'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] euts | ei n820l| i ^i | TraQnWnier ecdQFo nbiget:onolt Ii:cs kinlQesg(iWtiM ) dcC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.honstg : 826o:uesnQe22Wei| n ^ QtT:: F:undfewarning: roo d'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] n t826MgreIonuQste | aiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h(:W:ck:829f:o22n: idg) warning: cfoio nQgWinli(nedtgeet t:'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]bono :l sbto M 829o | ien| l ^ :fl ine bQotol on:trIienfQWidget:n:ahbC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ha:f832csoleo):(W)s ()n c| oMntiI ^dg scon fton(22e t s| t ^ :) :co nwarning: s:'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]tun | ^doer MouusC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h | e:832826: ^22: warning: s'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]e Tra | in826c | (ki)iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hn: lcnlio820n:sg()27nti n C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h| C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.he:823:: e 22: ^ void:warning: 823'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] :b warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]Q22Wi: d gwarning: eo o823l | i'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]820n li | nieC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:cno nvs832l iont Q823ie:t: | :i Wd Qn22l:i sFdetgi nTeaobQnlet:e:haW itvoT| rt ^ id warning: QdIsnMoaWgide'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]t :f c832kuog | eitC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h: :Qn::829ssseetMWoidgetlMio:T22ra:e ut::uswarning: engi(cbnkTirngae'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]s ecTofokli( r ovn) aoci829 | nktIngi(nlidnfgboooin lQe((b) con st e| ebWoco ^nooabl nstidnoalb e ngle)a Q W| id ^g elet : | be)t: ^u ndl:e:seC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h): t T829abl e| :| C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h ^ ^e tT:r22acr 823::22 :Mowarning: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :823 | ki835:22iuns'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]nli:ge(b no(o )C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hwarning: 829 | cionlC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hel'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n st: ivn e826: 22 :835826: | 22 oii nlbioneol eQ:W| i: dwarning: n bwarning: o'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] a dog bQleW ^i826) d g| | leett826:i Q | i: ^: :nlWinesetundnMl iebooln eoC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.huir bseQ:WMooC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h832:idge835:u22seTt:do(l)r::gha 22c: aco:n QWiksitsdgeett:n:h Twarning: a'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] : :hasgMo| ^warning: (b'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]o ou as slebT Mlr832835 | o | inineuseanletTaC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hi:nrlackei bbilneooel) ngc832T vQoWii| (d) Qrac k: ^W idg22kcidonnigget::n:gsett: warning: ('QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes])C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h | ^ :c 826o832 | n:: sse(t )tTh ci22aboanssT n| :lt ^ warning: liC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:n829e 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]| : ^22a:teT ra voC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hi 826c k:b829warning: :l'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] | eti22nlTir:a ni n de g829c | iwarning: b('QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]k QWbiniodloo getn:go(829l)iln | e bQc i:nolisetenable)o onns l| WitdTgaeb C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hQt:e ^ leboW i dt:T844r:agcehoa: lt::22:| skC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hi n M:warning: u'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n g (844 ^835:d | eionluiQ22 :snrbMoeo elo u TresnabebWle)i ool warning: d'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]ac() Q| kicngWgon ^ et() 835 | ini:d:gets:lC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h ::tic844un noi:sVisiblC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h eeder| ^M:835:22n o22 :b( )ool QW s:idget::hatu s warning: seT()C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ha:const b 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]832l:et22: warning: | ^ Tracking()'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]c warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 832 | inli| 844 | onC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:829in co835 | ilie nnline:n ^ vo 22sbool i:sd QWidgnte etQWidgeC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h | t::setT ^ :boab letTrac850o warning: | k ^l'QWidget::underMouse' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]t: :Q22:ing(b warning: : 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] oo iWsVisiidg850ble(l e t::haena)829 | | bisinC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:832:T22a:bleC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ht:T844rlen:lin ewarning: 22:a c'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ) lkviocid warning: QiWo n n| in s832e | 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]dtgi ^n li g(b ne) co | ^ nst e v o| ^ooC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835i844d | tQli: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hW: :22:moQvWiin:lded warning: 850'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]: giet::un(e22i n: nbtd g835 | inool QaerMouxs,e int aet::y(lWi warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]) idg) c et::isViC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hs | 850 | inlisi:844o:22: bnetnTabl ^ swarning: lee void QWidgt et(e'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]t | ^ :) nTC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:m e :c853ove(ro ac:22:i C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:nt akxi,nb844n | 832g:22:i(no o slbtoli warning: ol warning: 'QWidget::setTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]Q W i| 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ^ dignett nee 832b | oo853l inli:Q:haWisdgn | TinnaeyaeatblC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hl:ibleet)850n:e: T ) | 22r:vacki owarning: i:d ^ vin'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inlioidg( ne QW| svVoi) icisQ ^Wiib lodddC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hg:ng sQeetWeidt | g ^t853(:22:: warning: :C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:se)e:t: 835co'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]nsTrtets :i:movabl| z ^e 853e(iet(:i22:T ran | nwarning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]c ki 835 | i nintC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ht: 844ll waiinne: ,bneg22(xb :voi, i C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hin nt ato h)odoywarning: o:l lQ) | ^ W ena'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]| Q ^ idW850ibdget::g22:e warning: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h::lh'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]ae ) s850 | ti n844l | iin:Talbi :nreene sviozbio853ed let:(22QolT: W i| nC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hr:862:30t: iw ^warning: aQc,k in dingWt h'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]( ig) et): :com| d ^warning: o853 | vgee(tii nC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hn:tn:l'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 ax, 835in | ints:22i n:liea y:n e icsV)is owarning: v nsi'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] t | ^t oiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h | Qb:862: ^30:le( warning: d835 | Q'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] Ri )862 eC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:853:22: | innclwarning: ct &inlei W'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]idget::on QWidsbtogn eroetl853e s: | inli :c | negC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.heoon ^ : 844i:ze (imeQt22: Wrvy()warning: i'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]d con to ngsti 844 | wd ets, i| n ^Q: :iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hnltiWne iboth ado sQTgaebt::r:h850R:22: eC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hc:lesti865l:)e Q23W t :| iwarning: &'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]T QWdizd ^ 850 | ege 865 | iinnl(rilnitg tw ien,e :vinea:conttik: iidn gQ: h)Wgi(s) VQcSoinsisdit gbeC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hte| l ^ : oe:(:862z| e ^) :30: mmwarning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] co QWeitry n862s | (idnt goevl| i ^ nee(in)tt :con co ns:siastt C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hz: 844 ex(:)| 22C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:,C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h Q::862:30: warning: ^R e warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] c850 844i nt: 22 | : warning: ctoin'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] a862st C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h | :i n&QWy ) | 865 ^: lninlie i| d23: 850warning: | 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]i ^n lci gnet::o n865snee | bogteo iQnmoC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hR:vC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.ho:lide853ct: 22 eQlin874e :Q:Wi&t26: WQQSiwarning: idWwarning: idzgry'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]( )e 874gtet:c::d'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]g m:isoent::oe Q | VgisstWiin l853i di g | evbetin| ^ (:e elie(Qomnnt)W il caedgonxtirC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.het ny(, :*Q:)st s | W ^ci865 :e viio23d:goidzenesnt()t cowarning: t: ans t | y :Q ^'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] )pWC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h | i d: a865rgentC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h ^ eW | i:n865 ilt::850:2223:: warning: redsget(: iwarning: | i'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h ) ^c 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]nzee : (iQ874onS 850nst 865 | it | ^:26 w | inli,nli: zwarning: e niin'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] e nC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.he: Q S853 874i v:o22tQiWid | dinzlei ng: warning: Q'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] eW 853 | Qiiet:WdidQnWliidgneetghe)g *: ett::: : Q| ssiizveo(id Q ^W m)o vconzeWi(died(ggint ax),es inett::re const tst i zae | ^ y) | ^ | ::(ipnta ^ rentWiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hw:862d:g,30: warning: e'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] t i n() C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h862 | t hi) con:853 st :C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h :C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hn| | 874:26l:i ^ ^:n22ewarning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]co874: n 874:s t | warning: 26'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] : Q R853 | iwarning: ect &QWi'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]n ld 874iiget: | ne ivnlon:liinid ne QWe QWgeC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hidgoimQ:We862t *ed:g30:tQWi warning: r'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]iedgyd(ge t) et 862* | tiQ::res::n lconWines t iidgetzpco: | ^ ea:npst r(eQaRnecrtit W&QC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.he:Widintngt865 Wid:23e: t:warning: dgegetw'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] :g(e)t om c(o865,e )t rc | oiynli(nsntne Qs)Size t QWi | ^ c onstnt i | | ^ h ^ d) | ^ get::size() 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 | iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862nlinC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:30e: 874:Q26Wi:: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] dgwarning: 874 | 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]et *Q W862 | iidgnlinieenline tconstQ:Wid:gparet *QQenWRect t&QWWidigedidtgeg(ett):: pac:orenntsWi:dgt geo| et() cmeonsttr y ^ () | ^ 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/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)... 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/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 | ^ /ucrt64/bin/nm -B 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] checking the name lister (/ucrt64/bin/nm -B) interface... 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 | ^ xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.PumpDropOut.mat 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) | ^ 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 | ^ -- Looking for asprintf - not found 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 | ^ -- Looking for snprintf 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 dlfcn.h - not found -- Looking for endian.h 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 xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.SimpleCooling.mat 27 warnings generated. 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 | ^ xz --keep --decompress --force msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.TwoMass.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 | ^ BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 -- Performing Test CXX_FLAG_Wswitch_default - Success 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.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat.xz && touch msl32/Modelica.Thermal.FluidHeatFlow.Examples.Utilities.DoubleRamp.mat -- Performing Test CXX_FLAG_Wunused_variable xz --keep --decompress --force msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat.xz && touch msl32/Modelica.Thermal.HeatTransfer.Examples.ControlledTemperature.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 autoreconf-2.72: running: /usr/bin/autoheader-2.72 --force checking for dlltool... dlltool checking how to associate runtime and link libraries... 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 xz --keep --decompress --force msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.mat.xz && touch msl32/Modelica.Thermal.HeatTransfer.Examples.Motor.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/IndivSpecs.o specs/IndivSpecs.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. xz --keep --decompress --force msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.mat.xz && touch msl32/Modelica.Thermal.HeatTransfer.Examples.TwoMasses.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/SweepSpecs.o specs/SweepSpecs.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/VectSpecs.o specs/VectSpecs.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/OMSensPlugin.o OMSensPlugin.cpp 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 xz --keep --decompress --force msl32/Modelica.Utilities.Examples.readRealParameterModel.mat.xz && touch msl32/Modelica.Utilities.Examples.readRealParameterModel.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force PlanarMechanics/ControlledCraneCrab.mat.xz && touch PlanarMechanics/ControlledCraneCrab.mat xz --keep --decompress --force PlanarMechanics/CounterSpin.mat.xz && touch PlanarMechanics/CounterSpin.mat /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name resources resources.qrc -o generatedfiles/rcc/qrc_resources.cpp 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 xz --keep --decompress --force PlanarMechanics/CraneCrab.mat.xz && touch PlanarMechanics/CraneCrab.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/qrc_resources.o generatedfiles/rcc/qrc_resources.cpp xz --keep --decompress --force PlanarMechanics/DoublePendulum.mat.xz && touch PlanarMechanics/DoublePendulum.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/CSVViewerDialog.h -o generatedfiles/moc/moc_CSVViewerDialog.cpp xz --keep --decompress --force PlanarMechanics/FreeBody.mat.xz && touch PlanarMechanics/FreeBody.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] /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 /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 /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 @ checking for strip... strip checking for ranlib... ranlib checking command to parse /ucrt64/bin/nm -B output from clang object... 27 warnings generated. xz --keep --decompress --force PlanarMechanics/InvertedCraneCrab.mat.xz && touch PlanarMechanics/InvertedCraneCrab.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/indiv/IndivSensResultsDialog.h -o generatedfiles/moc/moc_IndivSensResultsDialog.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/sweep/MultiParamSweepDialog.h -o generatedfiles/moc/moc_MultiParamSweepDialog.cpp xz --keep --decompress --force PlanarMechanics/KinematicLoop.mat.xz && touch PlanarMechanics/KinematicLoop.mat -- Looking for fopen in iphlpapi - found -- Looking for SO_PEERCRED 27 warnings generated. xz --keep --decompress --force PlanarMechanics/Pendulum.mat.xz && touch PlanarMechanics/Pendulum.mat xz --keep --decompress --force PlanarMechanics/PistonEngine.mat.xz && touch PlanarMechanics/PistonEngine.mat 27 warnings generated. -- Looking for endian.h - not found -- Looking for float.h /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 /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 xz --keep --decompress --force PlanarMechanics/SimpleCarWithDifferentialGear.mat.xz && touch PlanarMechanics/SimpleCarWithDifferentialGear.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 /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 27 warnings generated. xz --keep --decompress --force PlanarMechanics/SingleTrackWithEngine.mat.xz && touch PlanarMechanics/SingleTrackWithEngine.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/OptimizationTab.h -o generatedfiles/moc/moc_OptimizationTab.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 tabs/ParametersExtendedTab.h -o generatedfiles/moc/moc_ParametersExtendedTab.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 | ^ 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) | ^ 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 | ^ 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 | ^ xz --keep --decompress --force PlanarMechanics/TestDryFrictionWheel.mat.xz && touch PlanarMechanics/TestDryFrictionWheel.mat 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) | ^ /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 -- Detecting C compiler ABI info - done ar -s -r libOMParser.a modelicaBaseListener.o modelicaBaseVisitor.o modelicaLexer.o modelicaListener.o modelicaParser.o modelicaVisitor.o xz --keep --decompress --force PlanarMechanics/TestIdealWheel.mat.xz && touch PlanarMechanics/TestIdealWheel.mat -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test CXX_FLAG_Wunused_variable - Success -- Looking for snprintf - found -- Performing Test CXX_FLAG_Wwrite_strings -- Looking for vasprintf C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libOMParser.a -- SUNDIALS_BUILD_STATIC_LIBS: ON -- SUNDIALS_BUILD_SHARED_LIBS: ON /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 mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/ cp -pR libOMParser.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ xz --keep --decompress --force PlanarMechanics/TestSlipBasedWheel.mat.xz && touch PlanarMechanics/TestSlipBasedWheel.mat cp 3rdParty/antlr4/runtime/Cpp/build/runtime/libantlr4-runtime.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib//omc/ /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 -- Looking for sys/types.h make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMParser' /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 xz --keep --decompress --force PlanarMechanics/WheelBasedCranCrab.mat.xz && touch PlanarMechanics/WheelBasedCranCrab.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/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 xz --keep --decompress --force resolveLoops/ElectricalCircuit1.mat.xz && touch resolveLoops/ElectricalCircuit1.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/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 xz --keep --decompress --force resolveLoops/ElectricalCircuit2.mat.xz && touch resolveLoops/ElectricalCircuit2.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/OptimizationResultOtherTab.h -o generatedfiles/moc/moc_OptimizationResultOtherTab.cpp ok xz --keep --decompress --force resolveLoops/ElectricalCircuit3.mat.xz && touch resolveLoops/ElectricalCircuit3.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/BaseRunSpecsDialog.h -o generatedfiles/moc/moc_BaseRunSpecsDialog.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/BaseResultsDialog.h -o generatedfiles/moc/moc_BaseResultsDialog.cpp xz --keep --decompress --force resolveLoops/ElectricalCircuit4.mat.xz && touch resolveLoops/ElectricalCircuit4.mat -- Looking for SO_PEERCRED - not found -- Looking for LOCAL_PEERCRED /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 checking for sysroot... no checking for a working dd... xz --keep --decompress --force resolveLoops/ElectricalCircuit5.mat.xz && touch resolveLoops/ElectricalCircuit5.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/help/HelpBrowser.h -o generatedfiles/moc/moc_HelpBrowser.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 tabs/PerturbationTab.h -o generatedfiles/moc/moc_PerturbationTab.cpp autoreconf-2.72: running: automake --add-missing --copy --force-missing /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 /usr/bin/dd checking how to truncate binary pipes... 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 /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... 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 OMSensPlugin.h -o generatedfiles/moc/moc_OMSensPlugin.cpp xz --keep --decompress --force SiemensPower/wall_test.mat.xz && touch SiemensPower/wall_test.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_CSVViewerDialog.o generatedfiles/moc/moc_CSVViewerDialog.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] no checking for stdio.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 -- Looking for float.h - found -- Looking for ieeefp.h xz --keep --decompress --force solver/testSolver.problem1.mat.xz && touch solver/testSolver.problem1.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_IndivParamSensAnalysisDialog.o generatedfiles/moc/moc_IndivParamSensAnalysisDialog.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force solver/testSolver.problem2.mat.xz && touch solver/testSolver.problem2.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_IndivSensAnalTypeDialog.o generatedfiles/moc/moc_IndivSensAnalTypeDialog.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_IndivSensResultsDialog.o generatedfiles/moc/moc_IndivSensResultsDialog.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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_Load_100_50.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_SweepResultDialog.o generatedfiles/moc/moc_SweepResultDialog.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_VectorialParamSensAnalysisDialog.o generatedfiles/moc/moc_VectorialParamSensAnalysisDialog.cpp yes checking for stdlib.h... clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.CombinedCyclePowerPlant.CombinedCycle_TripTAC.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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_VectorialResultsDialog.o generatedfiles/moc/moc_VectorialResultsDialog.cpp 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) | ^ 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 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 | ^ -- Performing Test CXX_FLAG_Wwrite_strings - Success -- Performing Test CXX_FLAG_Wno_variadic_macros 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 xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestAirHumidity.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_ParametersExtendedTab.o generatedfiles/moc/moc_ParametersExtendedTab.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestBend.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_ParametersSimpleTab.o generatedfiles/moc/moc_ParametersSimpleTab.cpp 51 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_SensitivityMethodResultsTab.o generatedfiles/moc/moc_SensitivityMethodResultsTab.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_SimulationTab.o generatedfiles/moc/moc_SimulationTab.cpp xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump.mat -- Looking for vasprintf - found -- Looking for asprintf 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 -- Looking for LOCAL_PEERCRED - not found 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_DualLists.o generatedfiles/moc/moc_DualLists.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_OMSensDialog.o generatedfiles/moc/moc_OMSensDialog.cpp xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump4.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD yes checking for string.h... clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump5.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_TableItemDelegate.o generatedfiles/moc/moc_TableItemDelegate.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_OptimizationResultParametersTab.o generatedfiles/moc/moc_OptimizationResultParametersTab.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_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] -- Looking for sys/types.h - found -- Looking for stdint.h 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_BaseRunSpecsDialog.o generatedfiles/moc/moc_BaseRunSpecsDialog.cpp xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPump7.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] yes checking for inttypes.h... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCentrifugalPumpWaterSolution.mat xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCheckValve.mat yes checking for stdint.h... 27 warnings generated. xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestCompressor.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_BaseResultsDialog.o generatedfiles/moc/moc_BaseResultsDialog.cpp xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestControlValve.mat clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] yes checking for strings.h... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDiaphragm.mat -- Looking for ieeefp.h - found -- Looking for inttypes.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump.mat -- Performing Test CXX_FLAG_Wno_variadic_macros - Success -- Performing Test CXX_FLAG_fstrict_aliasing yes checking for sys/stat.h... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump1.mat configure.ac:33: installing './compile' configure.ac:22: installing './config.guess' yes checking for sys/types.h... configure.ac:22: installing './config.sub' -- Looking for asprintf - found -- Looking for localeconv configure.ac:26: installing './install-sh' xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCentrifugalPump2.mat configure.ac:26: installing './missing' -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for clock_gettime -- Looking for stdint.h - found -- Looking for stddef.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicCheckValve.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_SweepResultVariableTab.o generatedfiles/moc/moc_SweepResultVariableTab.cpp yes checking for unistd.h... clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] Makefile.am: installing './depcomp' 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 | ^ 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() conxz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicDrum.mat st | ^ 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) | ^ 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:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::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() geometry() const | ^ cC:/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 | ^ onst | ^ 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() parallel-tests: installing './test-driver' 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 | ^ 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: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: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:790:21: warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 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 | ^ 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 | ^ 790 | inline int QWidget::minimumWidth() 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/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 intC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:776: QWidget::maximumWidth() c22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inlineonst | ^ 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) | ^ bool QWidget::isWindow() const | ^ 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 | ^ In file included from 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 | ^ 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:22C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h: 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] : 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) | ^ 829779C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826::2222:: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline bool QWidget::isEnabled() const | ^ | 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:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidgC:/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: 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 | ^ et::isModal() 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: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: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:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 793 | inline 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 850 | inline void QWidget::move(int C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hi:nt844:22: warning: 'QWidget::isVisible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 844 | i nlQine 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) | ^ aWidget::minimumHeight() cC:/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) | ^ onst | ^ 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 | ^ x, int ay) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hnl:ine void QWidget::setMinimumSiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862 | inline const QRect &QWidget::geometry() const | ^ :853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 853 | inline void QWiC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 865 | indlgine QSize QWidget::size()et::resize(int w, int h) | ^ ze(const QSize &s) | ^ const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: warning: 'QWidget::setMaximumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 805 | inline void QWiC:/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/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 | ^ dget::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::xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicOnePhaseFlowPipe.mat underMouse() cIn file included from onst | ^ 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) | ^ 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] C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:generatedfiles/moc/moc_SensitivityMethodResultsTab.cpp:10: In file included from generatedfiles/moc/../../tabs/SensitivityMethodResultsTab.h:4: In file included from 773 | inline bool QWidget::isTC:/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() copLevel() const | ^ onst | ^ 835:22: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:776:22: warning: 'QWidget::isWindow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 776 | inline bool QWidget: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 | ^ :isWindow() 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:779:22: warning: 'QWidget::isEnabled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 779 | inline b warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 835 | inline bool QWidget::hasTabletTracking() const | ^ ool QWidget::isEnabled() 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: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:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 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::isEnable dToTLW() 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:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | 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 | ^ inline bool QWidget::isEnabledToTLW() const | ^ 850 | C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790:21:iC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hn:817:30: warning: 'QWidget::fontMetrics' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] warning: 'QWidget::minimumWidth' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 817 | line void QWidget::move(int ax, int ay) | ^ inline QFontMetrics QWidget::fontMetrics() const | ^ 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::C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:820:27: warning: 'QWidget::fontInfo' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 820 | i 790 | inline int QWidget::minimumWidth() const | ^ resize(int w, int C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:793:21: warning: 'QWidget::minimumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] h 793 | inline in) | ^nline 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/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 | ^ t 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 | iMakefile.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) nline 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 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) void QWidget::setMinimumSize(const QSize &s) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:805:22: yes 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::setSizeIncremchecking for dlfcn.h... ent(const QSize &s) | ^ 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) 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 | ^ 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: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: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]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 | ^ 782 | inline bool QWC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:823:22: warning: 'QWidget::setMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 823 | inline void QWidget::setMouiseTracking(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 | ^ dget::isModal() 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: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: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:C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h::796g:21e: 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:ometry() const | ^ warning: 'QWidget::maximumHeight' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 799 | inline int QWC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.hidget:865:23: warning: 'QWidget::size' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] : 865 | inline QSize QWidget::size() const | ^ :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:874:26: warning: 'QWidget::parentWidget' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 874 | inline QWidget *QWidget::parentWidget() const | ^ 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 | ^ 27 warnings generated. 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 ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicReliefValve.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 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] autoreconf-2.72: Leaving directory '.' clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicTwoPhaseFlowPipe.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_SciNotationDoubleSpinbox.o generatedfiles/moc/moc_SciNotationDoubleSpinbox.cpp xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterHeating.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_OMSensPlugin.o generatedfiles/moc/moc_OMSensPlugin.cpp 27 warnings generated. 27 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- Performing Test CXX_FLAG_fstrict_aliasing - Success -- Looking for inttypes.h - found -- Looking for math.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestDynamicWaterWaterExchanger.mat -- Looking for C++ include arpa/inet.h no checking for objdir... 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 27 warnings generated. 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 .libs 27 warnings generated. 27 warnings generated. xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestIdealCheckValve.mat 27 warnings generated. 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 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 xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestNTUWaterHeating2.mat 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 -- Looking for localeconv - found -- Looking for sys/types.h xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSensors.mat 27 warnings generated. -- Looking for clock_gettime - not found -- Looking for fork -- Looking for stddef.h - found -- Check size of int64_t checking if clang supports -fno-rtti -fno-exceptions... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mat 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 xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPump1.mat 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 -- Looking for C++ include arpa/inet.h - not found -- Looking for C++ include dlfcn.h 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 xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchanger.mat yes checking for clang option to produce PIC... -DDLL_EXPORT -DPIC checking if clang PIC flag -DDLL_EXPORT -DPIC works... 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 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 enablexz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamEngine.mat ) | ^ 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 ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSteamExtractionSplitter.mat yes checking if clang static flag -static works... xz --keep --decompress --force ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat.xz && touch ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStodolaTurbine.mat -- Looking for math.h - found -- Looking for memory.h 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 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 yes checking if clang supports -c -o file.o... 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 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) make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/ReferenceFiles' 27 warnings generated. -- Looking for C++ include dlfcn.h - not found -- Looking for C++ include fcntl.h 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 -- Looking for sys/types.h - found -- Check size of long double -- Looking for fork - not found -- Looking for gethrtime -- Check size of int64_t - done -- Using int64_t for indices -- Looking for _POSIX_TIMERS 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... 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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' make -f Makefile.Release 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' 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 cp -p bin/libomsensplugin.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc cp -puf ../common/pre-commit.sh C:/dev/jenkins/ws/Windows/OM_Win/.git/modules/OMSens_Qt/hooks/pre-commit make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSens_Qt' -- Looking for memory.h - found -- Looking for stdint.h yes checking dynamic linker characteristics... -- Looking for C++ include fcntl.h - found -- Looking for C++ include float.h 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... -- Looking for _POSIX_TIMERS - not found -- Looking for gethrtime - not found -- Looking for mkdtemp -- Check size of long double - done -- Check size of long long int clang++ -E -- The Fortran compiler identification is GNU 13.2.0 -- Looking for stdint.h - found -- Looking for stdlib.h -- Looking for C++ include float.h - found -- Looking for C++ include langinfo.h -- Detecting Fortran compiler ABI info configure: loading site script /etc/config.site checking for ld used by clang++... checking build system type... -- Looking for mkdtemp - not found -- Performing Test HAVE_FLAG_-Wall -- Check size of long long int - done -- Check size of unsigned long long int C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 checking GC version numbers... yes -- Looking for C++ include langinfo.h - not found -- Looking for C++ include limits.h major=8 minor=0 micro=0 checking for a BSD-compatible install... -- Looking for stdlib.h - found -- Looking for stdio.h /usr/bin/install -c checking whether build environment is sane... checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes -- Detecting Fortran compiler ABI info - done yes -- 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. checking whether make supports nested variables... -- Performing Test HAVE_FLAG_-Wall - Success -- Performing Test HAVE_FLAG_-Wextra yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... -- Check size of unsigned long long int - done -- Check size of struct lconv -- Looking for C++ include limits.h - found -- Looking for C++ include locale.h yes (GNU style) checking for gcc... clang -- Looking for stdio.h - found -- Looking for stdarg.h -- Performing Test HAVE_FLAG_-Wextra - Success -- Performing Test HAVE_FLAG_-Wno-long-long checking whether the C compiler works... checking for clang++ option to produce PIC... -DDLL_EXPORT -DPIC checking if clang++ PIC flag -DDLL_EXPORT -DPIC works... -- Check size of struct lconv - done -- Performing Test HAVE_LCONV_DECIMAL_POINT -- Looking for C++ include locale.h - found -- Looking for C++ include memory.h yes checking for C compiler default output file name... a.exe checking for suffix of executables... config.status: creating Makefile yes checking if clang++ static flag -static works... -- Looking for stdarg.h - found -- Looking for stddef.h .exe config.status: creating src/Makefile checking whether we are cross compiling... yes checking if clang++ supports -c -o file.o... -- Performing Test HAVE_FLAG_-Wno-long-long - Success -- Performing Test HAVE_FLAG_-Wno-uninitialized config.status: creating src/matrix/Makefile no checking for suffix of object files... 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 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... o checking whether the compiler supports GNU C... config.status: creating src/vector/Makefile -- Looking for C++ include memory.h - found -- Looking for C++ include netdb.h -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP yes checking whether clang accepts -g... -- Looking for stddef.h - found -- Looking for strings.h yes checking for clang option to enable C11 features... 8 checking for C compiler vendor... config.status: creating src/matvec/Makefile none needed checking whether clang understands -c and -o together... -- Performing Test HAVE_FLAG_-Wno-uninitialized - Success -- Performing Test HAVE_FLAG_-pedantic config.status: creating src/solver/Makefile yes checking dependency style of clang... -- Looking for C++ include netdb.h - not found -- Looking for C++ include netinet/in.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. config.status: creating src/esolver/Makefile -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t gcc3 -- Looking for strings.h - found -- Looking for string.h config.status: creating src/precon/Makefile -- Looking for C++ include netinet/in.h - not found -- Looking for C++ include nl_types.h -- Performing Test HAVE_FLAG_-pedantic - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC clang checking CFLAGS for maximum warnings... config.status: creating src/system/Makefile checking whether the compiler supports GNU C++... yes checking whether clang++ accepts -g... config.status: creating src/precision/Makefile 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 C++ include nl_types.h - not found -- Looking for C++ include stdbool.h yes checking for clang++ option to enable C++11 features... -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Failed -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE -Wall -- Looking for string.h - found -- Looking for sys/stat.h checking whether to enable maintainer-specific portions of Makefiles... no checking for sys/memfd.h... -- Check size of intmax_t - done -- Check size of uintmax_t config.status: creating src/fortran/Makefile none needed checking dependency style of clang++... no checking for memfd_create... config.status: creating src/fortran/amg/Makefile -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Failed -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT gcc3 checking dependency style of clang... config.status: creating include/Makefile 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. no checking for sys/mman.h... -- Looking for C++ include stdbool.h - found -- Looking for C++ include stdlib.h -- Looking for sys/stat.h - found -- Looking for sys/types.h config.status: creating test/Makefile -- Check size of uintmax_t - done -- Check size of uintptr_t gcc3 checking how to print strings... no checking for mmap... printf checking for a sed that does not truncate output... -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Failed -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... config.status: creating include/lisf.h /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)... no checking for mkostemp... /ucrt64/bin/nm -B checking the name lister (/ucrt64/bin/nm -B) interface... config.status: creating include/lis_config.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_KEEPIDLE - Failed -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL -- Looking for C++ include stdlib.h - found -- Looking for C++ include string.h BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 -- Looking for sys/types.h - found -- Looking for time.h config.status: executing depfiles commands 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... config.status: executing libtool commands file checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL -- Check size of uintptr_t - done -- Check size of ptrdiff_t no checking for sys/mman.h... (cached) no checking for mmap... (cached) no checking for egrep... (cached) /usr/bin/grep -E checking for memcpy... 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... 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 @ checking for strip... strip checking for ranlib... ranlib checking command to parse /ucrt64/bin/nm -B output from clang object... yes checking for size_t... -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Failed -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE 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 *.o rm -f lsolve.exe esolve.exe spmvtest1.exe spmvtest2.exe spmvtest3.exe spmvtest4.exe spmvtest5.exe 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 -- Looking for C++ include string.h - found -- Looking for C++ include strings.h 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 -- Looking for time.h - found -- Looking for unistd.h 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' -- 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 Making clean in precision yes checking for working alloca.h... 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 -- Added NVECTOR_SERIAL module -- Check size of ptrdiff_t - done -- Added NVECTOR_MANYVECTOR module -- Added SUNMATRIX_BAND module 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. -- Added SUNMATRIX_DENSE module -- Added SUNMATRIX_SPARSE module ok -- Looking for dlfcn.h -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC rm -f "./so_locations" -- Added SUNLINSOL_BAND module -- Added SUNLINSOL_DENSE module make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/precision' Making clean in system -- Added SUNLINSOL_PCG module -- Added SUNLINSOL_SPBCGS module checking for sysroot... no checking for a working dd... 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 -- Added SUNLINSOL_SPFGMR module rm -rf .libs _libs -- Added SUNLINSOL_SPGMR module test -z "libsystem.la" || rm -f libsystem.la rm -f *.o rm -f *.lo -- 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 /usr/bin/dd checking how to truncate binary pipes... -- Added CVODE module -- Added CVODES module -- Added IDA module rm -f "./so_locations" -- Added IDAS module -- Added KINSOL module make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' Making clean in esolver -- Configuring done (10.5s) 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 /usr/bin/dd bs=4096 count=1 test -z "libesolver.la" || rm -f libesolver.la checking for mt... no checking for alloca... no checking if : is a manifest tool... rm -f *.o rm -f *.lo no checking for stdio.h... rm -f "./so_locations" 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 yes checking for stdlib.h... yes checking size of double... -- Looking for C++ include strings.h - found -- Looking for C++ include sys/param.h 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 -- Looking for dlfcn.h - not found -- Looking for fcntl.h rm -f *.o rm -f *.lo -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 yes checking for string.h... -- Looking for unistd.h - found -- Looking for windows.h 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 yes checking for inttypes.h... rm -f *.lo 8 checking size of long double... 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 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 yes checking for stdint.h... 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/vector' Making clean in matrix 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 yes checking for strings.h... rm -rf .libs _libs test -z "libmatrix.la" || rm -f libmatrix.la rm -f *.o rm -f *.lo 16 checking whether byte ordering is bigendian... -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 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 . yes checking for sys/stat.h... 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 -- Generating done (0.6s) 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 . CMake Warning: Manually-specified variables were not used by the project: LDFLAGS -- Looking for C++ include sys/param.h - found -- Looking for C++ include sys/socket.h make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12' rm -rf .libs _libs yes checking for sys/types.h... rm -f *.lo -- 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 -- Looking for fcntl.h - found -- Looking for memory.h 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' 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 yes checking for unistd.h... make -f CMakeFiles/Makefile2 all 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 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 -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 Building Lis from sources make -C 3rdParty/lis-1.4.12/src 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/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 -f src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/depend make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src' 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/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/depend make -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/depend make -f src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/build.make src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_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_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 make -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/depend make -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/depend make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_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/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 -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/depend yes checking for dlfcn.h... make -f src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/depend make -f src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/depend make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/depend Making all in matrix make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/depend make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/depend 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 -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/depend 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 -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/depend 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 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]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/build.make src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/build 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_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/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=" 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[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=" 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/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=" 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' /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[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[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_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 -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/build 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 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 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/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/build.make src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/build 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_static_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[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/build.make src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_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/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]: 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' -- Looking for windows.h - found -- Looking for zlib.h make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/build 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_static.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/build no checking for objdir... [ 0%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_static.dir/sunmatrix_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' clang: warning: -lm: 'linker' input unused [-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/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/build.make src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/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/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 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 no checking assembler .cfi pseudo-op support... make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj [ 1%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.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' 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 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 -f src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/build.make src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_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/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[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' /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=" .libs make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 1%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/sunmatrix_band.c.obj [ 1%] 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] clang: warning: -lm: 'linker' input unused [-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 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 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' /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=" make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for C++ include sys/socket.h - not found -- Looking for C++ include sys/stat.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] [ 1%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/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/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 [ 1%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/sunlinsol_spgmr.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/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 clang: warning: -lm: 'linker' input unused [-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] [ 1%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/sunlinsol_spgmr.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/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]: 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=" 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 [ 2%] 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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/build yes checking assembler supports pc related relocs... clang: warning: -lm: 'linker' input unused [-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/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=" clang: warning: -lm: 'linker' input unused [-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]: Entering 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] yes checking whether compiler supports pointer authentication... 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/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/build.make src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_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] make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/build.make src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/build make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 2%] 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 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 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[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 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' /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=" [ 2%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/sunlinsol_spfgmr.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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_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] [ 2%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/sunmatrix_dense.c.obj 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' 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/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 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 3%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/sunlinsol_spfgmr.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/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 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[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/build.make src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_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] [ 3%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_dense.c.obj 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_static.dir/build.make src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_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_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 [ 4%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/sunlinsol_spbcgs.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/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 clang: warning: -lm: 'linker' input unused [-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/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_dense.c.obj [ 5%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_shared.dir/nvector_manyvector.c.obj [ 5%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/sunlinsol_spbcgs.c.obj [ 5%] 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/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 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 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 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /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 [ 5%] 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 [ 5%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_nvector.c.obj [ 5%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 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 checking if clang supports -fno-rtti -fno-exceptions... clang: warning: clang-lm: 'linker' input unused [-Wunused-command-line-argument]: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: clangwarning: : 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] [ 5%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/sunnonlinsol_newton.c.obj [ 5%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_math.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/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 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 make -f src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/build.make src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/build clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: clangwarning: : 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] clang: clangwarning: : -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] 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: -lm: 'linker' input unused [-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] [ 5%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_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] 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 [ 6%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_math.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_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 [ 7%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_shared.dir/__/__/sundials/sundials_math.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 [ 7%] 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 -- 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] 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' clang: warning: -lm: 'linker' input unused [-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/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_nvector.c.obj 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 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 clang: warning: -lm: 'linker' input unused [-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/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/nvector_manyvector.c.obj [ 7%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.dir/__/__/sundials/sundials_nvector.c.obj no checking for _ prefix in compiled symbols... 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=" 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 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 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=" [ 7%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/sunlinsol_sptfqmr.c.obj [ 7%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 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 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME clang: warning: -lm: 'linker' input unused [-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/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/__/__/sundials/sundials_math.c.obj [ 8%] 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 -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 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 [ 8%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_math.c.obj yes checking for clang option to produce PIC... -DDLL_EXPORT -DPIC checking if clang PIC flag -DDLL_EXPORT -DPIC works... clang: warning: -lm: 'linker' input unused [-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/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.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_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/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] [ 8%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.dir/__/__/sundials/sundials_nvector.c.obj [ 8%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_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' make -f src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/build.make src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_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/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 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 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' make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/build [ 8%] 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 -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 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: -lm: 'linker' input unused [-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] [ 8%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_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] 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] [ 8%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_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' [ 8%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_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] 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 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 clang: warning: -lm: 'linker' input unused [-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/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_shared.dir/__/__/sundials/sundials_matrix.c.obj [ 9%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/sunnonlinsol_newton.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 [ 9%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_static.dir/__/__/sundials/sundials_matrix.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 -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/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 clang: warning: -lm: 'linker' input unused [-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] [ 9%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/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/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 [ 9%] 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 clang: warning: -lm: 'linker' input unused [-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] no [ 9%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_direct.c.obj checking whether C compiler accepts -fno-lto... [ 9%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/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/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 [ 9%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_shared.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_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 [ 9%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_nvector.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_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 [ 9%] 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/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 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 [ 9%] 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/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 clang: warning: -lm: 'linker' input unused [-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] [ 9%] Building C object src/sunmatrix/band/CMakeFiles/sundials_sunmatrixband_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/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 [ 9%] Building C object src/sunmatrix/dense/CMakeFiles/sundials_sunmatrixdense_shared.dir/__/__/sundials/sundials_matrix.c.obj yes checking if clang static flag -static works... [ 10%] 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/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 [ 10%] 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/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 [ 10%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_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_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 [ 11%] 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/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/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 [ 11%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 11%] 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 [ 11%] 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] yes checking whether .eh_frame section should be read-only... clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 11%] 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 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] [ 11%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_nvector.c.obj [ 11%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.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_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 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/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 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] [ 11%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_static.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 [ 11%] 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 -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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 11%] 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 11%] 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 clang: warning: -lm: 'linker' input unused [-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 zlib.h - found -- Looking for C++ include cctype clang: warning: -lm: 'linker' input unused [-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] [ 11%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_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/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] [ 11%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_futils.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_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 yes checking if clang supports -c -o file.o... -- Looking for C++ include sys/stat.h - found -- Looking for C++ include sys/time.h readelf: Error: Not an ELF file - it has the wrong magic bytes at the start clang: warning: -lm: 'linker' input unused [-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%] Linking C static library libsundials_sunmatrixband.a [ 12%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_futils.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] [ 13%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_nvector.c.obj [ 13%] Building C object src/sunmatrix/dense/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 -P CMakeFiles/sundials_sunmatrixband_static.dir/cmake_clean_target.cmake 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/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 yes checking for __attribute__((visibility("hidden")))... 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 [ 13%] Building C object src/nvector/manyvector/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] [ 13%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_static.dir/__/__/sundials/sundials_iterative.c.obj [ 13%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_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 -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/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 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 [ 13%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj [ 13%] Linking C shared library libsundials_sunmatrixband.dll [ 13%] 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 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 [ 13%] 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/sunmatrix/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunmatrixband_shared.dir/objects.a 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 [ 13%] Building C object src/sunlinsol/pcg/CMakeFiles/sundials_sunlinsolpcg_shared.dir/__/__/sundials/sundials_iterative.c.obj [ 13%] Building C object src/sunlinsol/spfgmr/CMakeFiles/sundials_sunlinsolspfgmr_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_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 [ 13%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector.c.obj [ 13%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_shared.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 -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 clang: warning: -lm: 'linker' input unused [-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 -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 clang: warning: -lm: 'linker' input unused [-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_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 [ 13%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_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] 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 [ 13%] 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 [ 13%] Building C object src/sunlinsol/spgmr/CMakeFiles/sundials_sunlinsolspgmr_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] 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 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 clang: warning: -lm: 'linker' input unused [-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/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] clang: warning: -lm: 'linker' input unused [-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/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunmatrixdense_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] [ 14%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/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] 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 clang: warning: -lm: 'linker' input unused [-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 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 [ 15%] 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 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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunmatrixband.a -- 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. [ 16%] Building C object src/nvector/manyvector/CMakeFiles/sundials_nvecmanyvector_static.dir/__/__/sundials/sundials_math.c.obj [ 16%] Linking C shared library libsundials_sunmatrixdense.dll [ 16%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_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] [ 16%] 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/sunmatrix/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunmatrixdense_shared.dir/objects.a 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 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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunmatrixdense.a make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 16%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector.c.obj [ 16%] Linking C shared library libsundials_nvecmanyvector.dll [ 16%] 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/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 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 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: warning: -lm: 'linker' input unused [-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' [ 16%] 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 [ 16%] Building C object src/sunlinsol/spfgmr/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] [ 16%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_static.dir/__/__/sundials/sundials_iterative.c.obj [ 16%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_shared.dir/__/__/sundials/sundials_math.c.obj -- 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/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 clang: warning: -lm: 'linker' input unused [-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] 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: 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/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 [ 16%] Building C object src/nvector/serial/CMakeFiles/sundials_nvecserial_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/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/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 [ 16%] Built target sundials_sunmatrixband_static [ 16%] Linking C shared library libsundials_sunmatrixsparse.dll 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: error: unsupported option '-print-multi-os-directory' 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 clang: error: no input files [ 16%] Building C object src/sunlinsol/spbcgs/CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/__/__/sundials/sundials_iterative.c.obj -- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) 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 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" [ 16%] Built target sundials_sunmatrixdense_static checking for ld used by clang... [ 17%] Linking C static library libsundials_sunlinsolpcg.a [ 18%] 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 -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/pcg && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolpcg_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: -lm: 'linker' input unused [-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] [ 18%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_linearsolver.c.obj [ 18%] Linking C static library libsundials_sunlinsolspgmr.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 -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 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 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 [ 19%] Building C object src/sunmatrix/sparse/CMakeFiles/sundials_sunmatrixsparse_static.dir/__/__/sundials/sundials_math.c.obj [ 18%] Linking C shared library libsundials_sunlinsolspgmr.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/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/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" 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 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 [ 19%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_static.dir/__/__/sundials/sundials_nonlinearsolver.c.obj make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/depend 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 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/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" [ 19%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/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/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolpcg_static.dir/link.txt --verbose=1 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 [ 19%] Building C object src/sunnonlinsol/newton/CMakeFiles/sundials_sunnonlinsolnewton_shared.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 19%] Linking C static library libsundials_nvecmanyvector.a 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 -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 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 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... 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 [ 19%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_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] 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 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" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 19%] Built target sundials_sunmatrixband_shared [ 19%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_linearsolver.c.obj (cached) C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... (cached) yes 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 -- Looking for strings.h - found -- Looking for string.h 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 clang: warning: -lm: 'linker' input unused [-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 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 19%] Linking C shared library libsundials_nvecserial.dll 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/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_nvecserial_shared.dir/objects.a [ 19%] Linking C static library libsundials_nvecserial.a 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 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 /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 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=" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolspgmr.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] [ 19%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/sundials_nvector_senswrapper.c.obj [ 19%] 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' [ 19%] Linking C static library libsundials_sunlinsolspbcgs.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/clang.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 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[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/nvector/manyvector && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_nvecmanyvector_static.dir/link.txt --verbose=1 [ 19%] Linking C static library libsundials_sunlinsolspfgmr.a [ 19%] Linking C shared library libsundials_sunlinsolspbcgs.dll [ 19%] Linking C shared library libsundials_sunlinsolspfgmr.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/sunlinsol/spbcgs && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolspbcgs_shared.dir/objects.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 -P CMakeFiles/sundials_sunlinsolspfgmr_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/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolspfgmr_shared.dir/objects.a 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" make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 19%] Building C object src/sunlinsol/sptfqmr/CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/__/__/sundials/sundials_iterative.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 -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 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 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 [ 19%] Built target sundials_sunlinsolpcg_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/nvector/serial && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_nvecserial_static.dir/link.txt --verbose=1 -- Configuring done (36.3s) 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 [ 19%] Built target sundials_sunmatrixdense_shared 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 [ 19%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_math.c.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' [ 19%] Linking C static library libsundials_sunmatrixsparse.a make -f src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/build.make src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_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_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 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 [ 19%] Built target sundials_sunlinsolspgmr_static 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" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_nvecmanyvector.a [ 19%] Built target sundials_nvecmanyvector_shared 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" 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: -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] 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' make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/depend [ 19%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/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 [ 19%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/__/__/sundials/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_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/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 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[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[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] [ 19%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_matrix.c.obj configure: versioning on shared library symbols is no -- Generating done (0.1s) C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_nvecserial.a 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolspbcgs.a [ 20%] Linking C static library libsundials_sunnonlinsolnewton.a [ 20%] Built target sundials_sunmatrixsparse_shared [ 20%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_matrix.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/cmake.exe -P CMakeFiles/sundials_sunnonlinsolnewton_static.dir/cmake_clean_target.cmake 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/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 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 [ 20%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_memory.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 -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 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 [ 20%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/sunnonlinsol_fixedpoint.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/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 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 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] [ 20%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.dir/__/__/sundials/sundials_math.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 20%] Built target sundials_nvecmanyvector_static 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/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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolspfgmr.a -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build /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 make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/depend test -f 3rdParty/libzmq/build/lib/libzmq.dll || make -C 3rdParty/libzmq/build install clang: warning: -lm: 'linker' input unused [-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/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunmatrixsparse_static.dir/link.txt --verbose=1 [ 20%] Built target sundials_sunlinsolpcg_shared 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=" 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/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=" clang: warning: -lm: 'linker' input unused [-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%] Built target sundials_nvecserial_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] 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 [ 20%] Built target sundials_sunlinsolspbcgs_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] [ 20%] Built target sundials_sunlinsolspgmr_shared [ 20%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/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/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=" 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 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 [ 20%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_memory.c.obj [ 21%] Linking C shared library libsundials_sunnonlinsolnewton.dll [ 21%] Built target sundials_sunlinsolspfgmr_static /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 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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunmatrixsparse.a 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 [ 21%] Linking C shared library libsundials_sunlinsolsptfqmr.dll 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 [ 21%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_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/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsolsptfqmr_shared.dir/objects.a 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/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 yes checking whether -lc should be explicitly linked in... [ 21%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector.c.obj [ 21%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nonlinearsolver.c.obj [ 21%] Linking C static library libsundials_sunlinsolsptfqmr.a make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_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_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 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' 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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunnonlinsolnewton.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_matrix_csr.lo lis_matrix_csr.c [ 21%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_shared.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] 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 make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/build [ 22%] Linking C static library libsundials_sunnonlinsolfixedpoint.a [ 23%] Building C object src/sunnonlinsol/fixedpoint/CMakeFiles/sundials_sunnonlinsolfixedpoint_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' 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 make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_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/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 clang: warning: -lm: 'linker' input unused [-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' [ 24%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/sundials_nvector_senswrapper.c.obj /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 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 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" clang: warning: -lm: 'linker' input unused [-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_nvecserial_shared 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/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" /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 [ 25%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/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/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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 25%] Built target sundials_sunmatrixsparse_static clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] checking that generated files are newer than configure... done configure: creating ./config.status clang: warning: -lm: 'linker' input unused [-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]: 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' make -f CMakeFiles/Makefile2 all 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_diag.lo lis_matrix_diag.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] [ 25%] Built target sundials_sunnonlinsolnewton_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 -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 make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 25%] Built target sundials_sunlinsolspbcgs_shared 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[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 [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode.c.obj [ 25%] Built target sundials_sunlinsolspfgmr_shared [ 25%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_nvector_senswrapper.c.obj -- Looking for C++ include cctype - found -- Looking for C++ include cmath make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-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.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 make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj [ 25%] 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/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 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 [ 25%] Building C object src/sundials/CMakeFiles/sundials_generic_static_obj.dir/sundials_version.c.obj 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 [ 25%] Building C object src/sundials/CMakeFiles/sundials_generic_shared_obj.dir/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] 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 yes checking dynamic linker characteristics... clang: warning: -lm: 'linker' input unused [-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/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=" 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 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' 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 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=" -- Looking for C++ include sys/time.h - found -- Looking for C++ include sys/timeb.h 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 [ 25%] Built target sundials_sunnonlinsolnewton_shared 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/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/build [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.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_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 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 [ 25%] Built target sundials_sunlinsolsptfqmr_shared make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' 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/sptfqmr && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsolsptfqmr_static.dir/link.txt --verbose=1 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 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 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] [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj Win32 ld.exe checking how to hardcode library paths into programs... immediate make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' checking whether stripping libraries is possible... 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[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' 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 clang: warning: -lm: 'linker' input unused [-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] yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_adapt.c.obj [ 25%] 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/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 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 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 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 [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.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/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunnonlinsolfixedpoint_static.dir/link.txt --verbose=1 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolsptfqmr.a 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 clang: warning: -lm: 'linker' input unused [-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/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj 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/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 [ 0%] Building C object CMakeFiles/libzmq.dir/src/tweetnacl.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 -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 checking how to run the C++ preprocessor... [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/depend 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 clang: warning: -lm: 'linker' input unused [-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_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 [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_adapt.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] [ 1%] Building CXX object CMakeFiles/libzmq.dir/src/precompiled.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 /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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 1%] Building C object CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 26%] Built target sundials_sunlinsolsptfqmr_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 -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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunnonlinsolfixedpoint.a [ 26%] 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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 26%] 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 clang: warning: -lm: 'linker' input unused [-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] [ 27%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.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/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=" 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj 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/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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 28%] Built target sundials_generic_shared_obj [ 28%] 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] /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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.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 -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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /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 [ 28%] Built target sundials_generic_static_obj [ 28%] 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 [ 28%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.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/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=" 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 -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 [ 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 28%] 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 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 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" [ 2%] Building CXX object CMakeFiles/libzmq.dir/src/address.cpp.obj [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_ls.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_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 /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: -lm: 'linker' input unused [-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/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/depend [ 28%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep.c.obj [ 28%] 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 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[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 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /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 clang: warning: -lm: 'linker' input unused [-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 CXX object CMakeFiles/libzmq.dir/src/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/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 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_ls.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/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=" 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 [ 28%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes.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[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.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++ -E 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 [ 28%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea.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.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 [ 28%] 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 28%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida.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.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 clang: warning: -lm: 'linker' input unused [-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_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] -- Looking for string.h - found -- Looking for sys/stat.h [ 28%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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]: 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] [ 3%] 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' /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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 28%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj 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 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 [ 28%] 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 [ 28%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj [ 28%] Built target sundials_sunnonlinsolfixedpoint_shared 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 clang: warning: -lm: 'linker' input unused [-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] [ 4%] Building CXX object CMakeFiles/libzmq.dir/src/ctx.cpp.obj [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_proj.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/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 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 [ 28%] 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 -- Looking for C++ include cmath - found -- Looking for C++ include cieeefp [ 4%] 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 clang: warning: -lm: 'linker' input unused [-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/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_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] 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 [ 29%] Building C object src/ida/CMakeFiles/sundials_ida_shared.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 -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 [ 29%] 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 [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_arkstep_nls.c.obj [ 30%] 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/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 clang: warning: -lm: 'linker' input unused [-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/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 [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 -- Looking for C++ include sys/timeb.h - found -- Looking for C++ include unistd.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] [ 31%] 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 clang: warning: -lm: 'linker' input unused [-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_shared.dir/ida_direct.c.obj [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj [ 31%] 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/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/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 [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_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 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 /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 clang: warning: -lm: 'linker' input unused [-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] [ 31%] 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 /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 clang: warning: -lm: 'linker' input unused [-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.dir/src/curve_client.cpp.obj [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_dirk.c.obj [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher.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.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 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 /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 [ 31%] 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 [ 5%] Building CXX object CMakeFiles/libzmq.dir/src/curve_server.cpp.obj [ 32%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_direct.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/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/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 [ 32%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj [ 32%] 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/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 [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_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_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 checking for ld used by clang++... 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: -lm: 'linker' input unused [-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] [ 32%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher_erk.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_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 [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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_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 clang: warning: -lm: 'linker' input unused [-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] 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 clang: warning: -lm: 'linker' input unused [-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] [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/dealer.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/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 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 clang: warning: -lm: 'linker' input unused [-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/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 C:/OMDevUCRT/tools/msys/ucrt64/bin/ld checking if the linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) is GNU ld... [ 32%] Building C object src/ida/CMakeFiles/sundials_ida_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 33%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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/depend [ 35%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj [ 34%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj yes 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 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 -- Looking for C++ include cieeefp - not found -- Looking for C++ include cfloat clang: warning: -lm: 'linker' input unused [-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/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=" [ 35%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_erkstep.c.obj [ 35%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_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_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 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] [ 35%] Building C object src/cvode/CMakeFiles/sundials_cvode_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] 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 -- Looking for sys/stat.h - found -- Looking for unistd.h [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/devpoll.cpp.obj make -f src/idas/CMakeFiles/sundials_idas_shared.dir/build.make src/idas/CMakeFiles/sundials_idas_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 -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 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[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' make -f src/idas/CMakeFiles/sundials_idas_static.dir/build.make src/idas/CMakeFiles/sundials_idas_static.dir/build [ 35%] 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 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=" [ 36%] 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/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 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 7%] Building CXX object CMakeFiles/libzmq.dir/src/dgram.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/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 clang: warning: -lm: 'linker' input unused [-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' checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... clang: warning: -lm: 'linker' input unused [-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_shared.dir/build.make src/idas/CMakeFiles/sundials_idas_shared.dir/build [ 37%] 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 [ 37%] 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 make -f src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_static.dir/depend [ 37%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj [ 38%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_interp.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_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 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/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] clang: warning: -lm: 'linker' input unused [-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/__/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] 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=" 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 [ 39%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas.c.obj [ 39%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idaa.c.obj [ 39%] 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/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/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/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 clang: warning: -lm: 'linker' input unused [-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 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 clang: warning: -lm: 'linker' input unused [-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 C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/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/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 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' yes make -f src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build [ 7%] Building CXX object CMakeFiles/libzmq.dir/src/dist.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/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 clang: warning: -lm: 'linker' input unused [-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] [ 39%] 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 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for C++ include unistd.h - found -- Looking for C++ include wchar.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_matrix_msr.lo lis_matrix_msr.c [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.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_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 clang: warning: -lm: 'linker' input unused [-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 C object src/kinsol/CMakeFiles/sundials_kinsol_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 39%] 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 [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj [ 39%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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] [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_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/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 [ 8%] 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 clang: warning: -lm: 'linker' input unused [-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 C object src/idas/CMakeFiles/sundials_idas_shared.dir/idaa.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.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 [ 9%] Building CXX object CMakeFiles/libzmq.dir/src/epoll.cpp.obj [ 39%] 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] /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 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] [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] 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 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 [ 39%] 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 clang: warning: -lm: 'linker' input unused [-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] [ 39%] 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/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 [ 39%] 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 [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_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/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 -- Looking for C++ include cfloat - found -- Looking for C++ include cinttypes /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 clang: warning: -lm: 'linker' input unused [-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 getpagesize [ 39%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_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] 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] [ 39%] 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/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 clang: warning: -lm: 'linker' input unused [-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 C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_erkstep.c.obj [ 39%] 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/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 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] [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.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 -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 [ 39%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 39%] 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 clang: warning: -lm: 'linker' input unused [-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] [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls.c.obj 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 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 clang: warning: -lm: 'linker' input unused [-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] /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 [ 40%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_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/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 [ 40%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_ls.c.obj [ 40%] 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/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 clang: 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 warning: -lm: 'linker' input unused [-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_shared.dir/arkode_mristep.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 -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 [ 41%] Building C object src/ida/CMakeFiles/sundials_ida_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 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 clang: warning: -lm: 'linker' input unused [-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/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_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_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 clang: warning: -lm: 'linker' input unused [-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/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj [ 41%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj [ 9%] Building CXX object CMakeFiles/libzmq.dir/src/err.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/__/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 [ 9%] Building CXX object CMakeFiles/libzmq-static.dir/src/clock.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/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 /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 /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 clang: warning: -lm: 'linker' input unused [-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] 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 [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_sim.c.obj [ 42%] Building C object src/ida/CMakeFiles/sundials_ida_shared.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/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 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 [ 43%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj [ 43%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_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 -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/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 [ 10%] Building CXX object CMakeFiles/libzmq.dir/src/fq.cpp.obj [ 43%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_mristep_nls.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/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 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 clang: warning: -lm: 'linker' input unused [-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] -- Looking for C++ include wchar.h - found -- Looking for C++ include wctype.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] [ 44%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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] [ 44%] 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 [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj [ 45%] 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/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 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 [ 45%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj [ 45%] Building C object src/ida/CMakeFiles/sundials_ida_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_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 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 [ 10%] 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 [ 45%] 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 [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_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] 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] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 45%] Building C object src/cvode/CMakeFiles/sundials_cvode_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/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 clang: warning: -lm: 'linker' input unused [-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] [ 11%] Building CXX object CMakeFiles/libzmq.dir/src/io_thread.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/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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj [ 45%] 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/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 [ 45%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 12%] Building CXX object CMakeFiles/libzmq.dir/src/ip.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_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/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 /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 [ 45%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.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_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 [ 46%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj [ 12%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_address.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/__/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 [ 46%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_interp.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/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 clang: warning: -lm: 'linker' input unused [-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 [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_static.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] 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 clang: warning: -lm: 'linker' input unused [-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 cinttypes - found -- Looking for C++ include cassert clang: warning: -lm: 'linker' input unused [-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] [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_nls_stg1.c.obj [ 47%] Building C object src/cvode/CMakeFiles/sundials_cvode_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] [ 47%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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/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 -- Looking for getpagesize - found -- Looking for bcopy checking for clang++ option to produce PIC... -DDLL_EXPORT -DPIC checking if clang++ PIC flag -DDLL_EXPORT -DPIC works... [ 47%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj [ 48%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_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/__/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 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 [ 48%] Building C object src/ida/CMakeFiles/sundials_ida_static.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] clang: warning: -lm: 'linker' input unused [-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/arkode/CMakeFiles/sundials_arkode_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/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 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 [ 48%] 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/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 [ 48%] 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] [ 48%] 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 clang: warning: -lm: 'linker' input unused [-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] [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_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/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] [ 13%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_connecter.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_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 [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.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_vbr.lo lis_matrix_vbr.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_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 clang: warning: -lm: 'linker' input unused [-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/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/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] [ 48%] 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] [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj [ 48%] 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/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 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 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 [ 48%] 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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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/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 [ 48%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj [ 14%] Building CXX object CMakeFiles/libzmq-static.dir/src/ctx.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/__/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 /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 yes checking if clang++ static flag -static works... [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 48%] 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/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 clang: warning: -lm: 'linker' input unused [-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 -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 clang: warning: -lm: 'linker' input unused [-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] [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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] [ 48%] 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 [ 48%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_linearsolver.c.obj [ 48%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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/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 [ 49%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_ls.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_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 [ 50%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.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/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 [ 50%] 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 [ 50%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj yes checking if clang++ supports -c -o file.o... clang: warning: -lm: 'linker' input unused [-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/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 clang: warning: -lm: 'linker' input unused [-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 wctype.h - found -- Looking for C++ include endian.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] [ 50%] 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] 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 [ 50%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj [ 50%] 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/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 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 [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/nvector/serial/nvector_serial.c.obj [ 51%] 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/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 [ 51%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_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/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 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 [ 51%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_nls_sim.c.obj [ 14%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj [ 52%] Building C object src/ida/CMakeFiles/sundials_ida_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] 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 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 /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 clang: warning: -lm: 'linker' input unused [-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 C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_version.c.obj [ 53%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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 C object src/kinsol/CMakeFiles/sundials_kinsol_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 53%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.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 -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 clang: warning: -lm: 'linker' input unused [-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] [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj [ 53%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_linearsolver.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/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 clang: warning: -lm: 'linker' input unused [-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_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 [ 53%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 16%] Building CXX object CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj [ 53%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_ls.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 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 /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 [ 53%] Building C object src/ida/CMakeFiles/sundials_ida_shared.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] [ 53%] 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/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 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 [ 53%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj -- Looking for C++ include cassert - found -- Looking for C++ include cstdio 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 clang: warning: -lm: 'linker' input unused [-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] [ 16%] Building CXX object CMakeFiles/libzmq-static.dir/src/devpoll.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/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 -- Looking for bcopy - not found -- Looking for memmove clang: warning: -lm: 'linker' input unused [-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 C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.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/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 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... [ 53%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 53%] 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/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 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 [ 53%] 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/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 /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 [ 53%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj [ 53%] 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/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 [ 53%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj [ 54%] 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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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/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 clang: warning: -lm: 'linker' input unused [-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/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 [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj [ 54%] 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/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 clang: warning: -lm: 'linker' input unused [-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/__/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 [ 54%] 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 clang: warning: -lm: 'linker' input unused [-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/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj -- Looking for C++ include endian.h - not found -- Looking for C++ include machine/endian.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] 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 [ 17%] Building CXX object CMakeFiles/libzmq-static.dir/src/dgram.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 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] [ 54%] 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 clang: warning: -lm: 'linker' input unused [-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_shared.dir/__/sundials/sundials_futils.c.obj inline checking for pthread_self in -lpthread... 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 clang: warning: -lm: 'linker' input unused [-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_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 54%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.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 -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 [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/nvector/serial/nvector_serial.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/__/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 clang: warning: -lm: 'linker' input unused [-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%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj [ 54%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.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_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 /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 [ 54%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_nls_sim.c.obj [ 55%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj [ 55%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_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 -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 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/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: -lm: 'linker' input unused [-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] [ 55%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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/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 [ 55%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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] [ 56%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_matrix.c.obj [ 56%] Building C object src/idas/CMakeFiles/sundials_idas_shared.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/__/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 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 clang: warning: -lm: 'linker' input unused [-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/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/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 [ 58%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj [ 58%] Building C object src/ida/CMakeFiles/sundials_ida_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 -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 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] clang: warning: -lm: 'linker' input unused [-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/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj [ 58%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 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 [ 58%] Building C object src/idas/CMakeFiles/sundials_idas_static.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] 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: -lm: 'linker' input unused [-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] yes checking whether compiler supports -Wextra... clang: warning: -lm: 'linker' input unused [-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 C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_futils.c.obj [ 59%] Building C object src/arkode/CMakeFiles/sundials_arkode_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 18%] Building CXX object CMakeFiles/libzmq.dir/src/kqueue.cpp.obj [ 59%] 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/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 /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 clang: warning: -lm: 'linker' input unused [-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_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 [ 18%] Building CXX object CMakeFiles/libzmq-static.dir/src/dist.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/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 [ 60%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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] clang: warning: -lm: 'linker' input unused [-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_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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 60%] 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 [ 60%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 60%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.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/__/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 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 60%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj [ 60%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_sim.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 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] yes checking whether compiler supports -Wpedantic... [ 60%] 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 [ 60%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 60%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg.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/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 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/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 [ 60%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 60%] 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] 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] -- Looking for C++ include machine/endian.h - not found -- Looking for C++ include arpa/nameser_compat.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] [ 60%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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 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/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 yes checking for xlc... make -f src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/depend [ 61%] Building C object src/ida/CMakeFiles/sundials_ida_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 -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 clang: warning: -lm: 'linker' input unused [-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] [ 61%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 61%] 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/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 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 [ 61%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj -- Looking for memmove - found -- Looking for mmap 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 [ 61%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.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/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] 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 [ 18%] Building CXX object CMakeFiles/libzmq.dir/src/lb.cpp.obj [ 61%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/nvector/serial/nvector_serial.c.obj [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.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/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 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 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 clang: warning: -lm: 'linker' input unused [-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/arkode_mristep_nls.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] [ 62%] 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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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/__/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 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 clang: warning: -lm: 'linker' input unused [-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] 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 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\ar.exe: `u' modifier ignored since `D' is the default (see `U') [ 62%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj [ 63%] 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/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 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 [ 63%] 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 [ 19%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox.cpp.obj [ 63%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_version.c.obj [ 63%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_dense.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/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 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 [ 63%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj no checking whether compiler supports -fno-strict-aliasing... 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 [ 63%] 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/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/__/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 clang: warning: -lm: 'linker' input unused [-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/band/CMakeFiles/sundials_sunlinsolband_static.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/depend [ 20%] Building CXX object CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj libtool: link: ranlib .libs/libmatrix.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/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 [ 63%] 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/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 [ 63%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_root.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/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 clang: warning: -lm: 'linker' input unused [-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/band/CMakeFiles/sundials_sunlinsolband_shared.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/depend [ 64%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 64%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj [ 64%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector_senswrapper.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/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/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 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 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 make -f src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/build.make src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/depend clang: [ 64%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj 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/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 yes checking for getcontext... 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=" [ 64%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_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: 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/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 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=" 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_static.dir/build.make src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_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] -- Looking for C++ include arpa/nameser_compat.h - not found [ 64%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_version.c.obj -- Looking for getcwd [ 64%] Building C object src/idas/CMakeFiles/sundials_idas_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 -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 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 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[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 [ 64%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.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' make -f src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/build.make src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/build 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 [ 64%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.dir/sunlinsol_band.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 64%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.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/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 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 [ 65%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_futils.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' libtool: link: ( cd ".libs" && rm -f "libmatrix.la" && cp -pR "../libmatrix.la" "libmatrix.la" ) 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 make[5]: Entering 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/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] [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_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] [ 66%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/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] 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 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 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matrix' Making all in vector clang: warning: -lm: 'linker' input unused [-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/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/sunlinsol_dense.c.obj [ 66%] 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/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/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 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=" [ 20%] Building CXX object CMakeFiles/libzmq-static.dir/src/err.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/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 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 [ 67%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_futils.c.obj [ 21%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox_safe.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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] [ 67%] Building C object src/arkode/CMakeFiles/sundials_arkode_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] /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/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 [ 67%] Building C object src/idas/CMakeFiles/sundials_idas_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] clang: warning: -lm: 'linker' input unused [-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_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 [ 67%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj 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 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 clang: warning: -lm: 'linker' input unused [-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/fq.cpp.obj [ 67%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_static.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] /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/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 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] [ 67%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.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] 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 [ 67%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/sunlinsol_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 -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 [ 67%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_linearsolver.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_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 [ 67%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj [ 67%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/nvector/serial/nvector_serial.c.obj [ 67%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 67%] 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/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/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 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 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 [ 67%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/nvector/serial/nvector_serial.c.obj [ 68%] 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 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 clang: warning: -lm: 'linker' input unused [-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 dl_iterate_phdr... [ 68%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/band/sunmatrix_band.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/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: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] 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 clang: warning: -lm: 'linker' input unused [-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/idas/CMakeFiles/sundials_idas_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] [ 69%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_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/__/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 [ 69%] Building C object src/sunlinsol/band/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/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 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 clang: warning: -lm: 'linker' input unused [-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/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 -- Looking for C++ include cstdlib - found -- Looking for C++ include cstdarg clang: warning: -lm: 'linker' input unused [-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] [ 69%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_matrix.c.obj [ 70%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunmatrix/band/sunmatrix_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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/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 clang: warning: -lm: 'linker' input unused [-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/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_static.dir/__/__/sundials/sundials_dense.c.obj -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h 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 [ 70%] Building C object src/sunlinsol/band/CMakeFiles/sundials_sunlinsolband_shared.dir/__/__/sundials/sundials_band.c.obj [ 70%] 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/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 [ 70%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj [ 70%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj [ 22%] Building CXX object CMakeFiles/libzmq.dir/src/mechanism.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] 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 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 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 /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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 71%] Building C object src/sunlinsol/dense/CMakeFiles/sundials_sunlinsoldense_shared.dir/__/__/sundials/sundials_linearsolver.c.obj [ 71%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/dense/sunlinsol_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/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 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 [ 71%] 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 71%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_nls_stg1.c.obj [ 71%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_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] clang: warning: -lm: 'linker' input unused [-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/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 [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_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] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 71%] Building C object src/cvode/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] [ 71%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_linearsolver.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 [ 71%] 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/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 [ 71%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunmatrix/dense/sunmatrix_dense.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_vector_ops.lo lis_vector_ops.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_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 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 [ 71%] Building C object src/sunlinsol/dense/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/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 [ 71%] Linking C static library libsundials_sunlinsolband.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] [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] [ 71%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.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/sunlinsol/band && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsolband_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/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] 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 [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_static.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 71%] Building C object src/ida/CMakeFiles/sundials_ida_static.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/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 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] [ 23%] Building CXX object CMakeFiles/libzmq.dir/src/metadata.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/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 [ 71%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 71%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_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] [ 71%] 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/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 no checking for dlopen in -ldl... 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] [ 23%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_object.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_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 [ 72%] 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 [ 72%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 72%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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 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 -- Looking for getcwd - found -- Looking for pathconf C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolband.a [ 72%] Linking C static library libsundials_sunlinsoldense.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/sunlinsol/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_sunlinsoldense_static.dir/cmake_clean_target.cmake 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" clang: warning: -lm: 'linker' input unused [-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' [ 73%] Building C object src/arkode/CMakeFiles/sundials_arkode_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_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/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 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/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 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: 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_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 73%] Built target sundials_sunlinsolband_static 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 -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 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=" [ 73%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.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 clang: warning: -lm: 'linker' input unused [-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/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 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 [ 73%] 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/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 [ 73%] Building C object src/ida/CMakeFiles/sundials_ida_static.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/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 [ 73%] 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 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] 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/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_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/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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] /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 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] make -f src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/depend make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsoldense.a make -f src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_static.dir/build.make src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_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] clang: warning: -lm: 'linker' input unused [-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_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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] [ 73%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.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/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 [ 73%] Linking C shared library libsundials_sunlinsoldense.dll 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/dense && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsoldense_shared.dir/objects.a 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' /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=" make -f src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/build.make src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/build [ 74%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_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/__/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 clang: warning: -lm: 'linker' input unused [-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]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 74%] Built target sundials_sunlinsoldense_static [ 74%] 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 [ 74%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/dense/sunlinsol_dense.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/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 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/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 clang: warning: -lm: 'linker' input unused [-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/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/build no checking for execinfo.h... [ 74%] Built target sundials_sunlinsolband_shared 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" [ 74%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunmatrix/band/sunmatrix_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 23%] Building CXX object CMakeFiles/libzmq.dir/src/msg.cpp.obj [ 74%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 75%] 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/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/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 /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 [ 75%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.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 -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: -lm: 'linker' input unused [-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/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/depend 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] [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj 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 [ 75%] Linking C static library libsundials_cvode.a -- Looking for C++ include cstdarg - found -- Looking for C++ include cstddef 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 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 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 clang: warning: -lm: 'linker' input unused [-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] [ 76%] Linking C shared library libsundials_cvode.dll 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 [ 76%] Building C object src/ida/CMakeFiles/sundials_ida_shared.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 -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 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=" [ 76%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_static.dir/sunlinsol_lapackband.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/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 [ 76%] 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 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 (SuiteSparseC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/src/sunlinsol/klu/sunlinsol_klu.c_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] :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] 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 | Sclang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] 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 *, | ^ uiteSparse_long *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" 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 , 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 clang: warning: -lm: 'linker' input unused [-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' 306 | klu_l_numeric *klu_l_factor (SuiteSparse_lonmake -f src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/build.make src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_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] g *, 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_INDEXclang: warning: -lm: 'linker' input unused [-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_dense.c.obj TYPE*) SUNSparseMatrix_IndexValu[ 25%] Building CXX object CMakeFiles/libzmq.dir/src/mtrie.cpp.obj [ 25%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_thread.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 77%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj es(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. 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 *,/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/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 /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 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 *k[ 78%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj lu_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 *, | ^ 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 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 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 -- Looking for 4 include files stdlib.h, ..., float.h - found -- Looking for off_t 9 warnings generated. [ 79%] Building C object src/arkode/CMakeFiles/sundials_arkode_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] 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_cvode.a [ 79%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_version.c.obj make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 79%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 79%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_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_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 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 clang: warning: -lm: 'linker' input unused [-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] [ 79%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 79%] 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/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 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 -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 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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /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 [ 79%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj [ 79%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_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/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 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] [ 79%] Built target sundials_sunlinsoldense_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] [ 79%] 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 [ 79%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/sunlinsol_lapackband.c.obj [ 80%] 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 -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 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 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] [ 80%] 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] clang: warning: -lm: 'linker' input unused [-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 whether to build shared libraries... yes checking whether compiler supports -fvisibility... clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 80%] Building C object src/idas/CMakeFiles/sundials_idas_static.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] clang: warning: -lm: 'linker' input unused [-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/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/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 [ 81%] 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/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 [ 82%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_matrix.c.obj [ 82%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.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_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 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 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 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] [ 82%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_linearsolver.c.obj clang: clang: 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] [ 83%] 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/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 [ 83%] Building C object src/sunlinsol/klu/CMakeFiles/sundials_sunlinsolklu_shared.dir/__/__/sundials/sundials_linearsolver.c.obj [ 83%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.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/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 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 [ 83%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_futils.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/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 [ 83%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_linearsolver.c.obj [ 83%] Built target sundials_cvode_shared 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 yes checking which machine-dependent code should be used... checking whether Solaris gcc optimization fix is necessary... no checking for dladdr... [ 83%] Linking C static library libsundials_sunlinsollapackband.a [ 83%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.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/cmake.exe -P CMakeFiles/sundials_sunlinsollapackband_static.dir/cmake_clean_target.cmake [ 83%] Building C object src/sunlinsol/lapackband/CMakeFiles/sundials_sunlinsollapackband_shared.dir/__/__/sundials/sundials_linearsolver.c.obj [ 83%] Building C object src/idas/CMakeFiles/sundials_idas_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/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 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 make -f src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/depend 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] clang: warning: -lm: 'linker' input unused [-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 [ 84%] Building C object src/ida/CMakeFiles/sundials_ida_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/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 [ 26%] Building CXX object CMakeFiles/libzmq-static.dir/src/ip.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/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 [ 84%] 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 clang: warning: -lm: 'linker' input unused [-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/cmake.exe -E cmake_link_script CMakeFiles/sundials_sunlinsollapackband_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] -- Looking for pathconf - not found -- Looking for realpath clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 84%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.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/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/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 [ 26%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj [ 26%] Building CXX object CMakeFiles/libzmq.dir/src/object.cpp.obj 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 /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 [ 84%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nonlinearsolver.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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsollapackband.a [ 84%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 84%] Linking C static library libsundials_sunlinsolklu.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/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 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 [ 27%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj [ 84%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 84%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.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/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=" 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 /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 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 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] [ 84%] Building C object src/arkode/CMakeFiles/sundials_arkode_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' make -f src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_shared.dir/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 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 [ 84%] 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] make[5]: Entering 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] [ 84%] Built target sundials_sunlinsollapackband_static 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 [ 84%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.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/__/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 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/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/build.make src/sunlinsol/lapackdense/CMakeFiles/sundials_sunlinsollapackdense_static.dir/build [ 84%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 84%] Building C object src/arkode/CMakeFiles/sundials_arkode_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] 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 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 [ 84%] Linking C shared library libsundials_sunlinsollapackband.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/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" clang: warning: -lm: 'linker' input unused [-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/cmake.exe -E rm -f CMakeFiles/sundials_sunlinsollapackband_shared.dir/objects.a [ 85%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/band/sunmatrix_band.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/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 [ 85%] 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/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 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 clang: warning: -lm: 'linker' input unused [-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/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_sunlinsolklu.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/__/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 clang: warning: -lm: 'linker' input unused [-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/kinsol/CMakeFiles/sundials_kinsol_shared.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 -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 no checking for sigsetjmp... clang: warning: -lm: 'linker' input unused [-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' 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 -- Looking for off_t - not found -- Looking for size_t 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" [ 85%] 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 clang: warning: -lm: 'linker' input unused [-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/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 85%] Built target sundials_sunlinsolklu_static 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 [ 85%] Building C object src/ida/CMakeFiles/sundials_ida_shared.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 -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 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 clang: warning: -lm: 'linker' input unused [-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/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 clang: warning: -lm: 'linker' input unused [-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/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj [ 85%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.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/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 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 [ 85%] Linking C static library libsundials_kinsol.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] [ 27%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj -- Looking for C++ include cstddef - found -- Looking for C++ include cstring 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 /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 [ 85%] 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] 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 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] [ 85%] 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] [ 85%] 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/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/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 [ 85%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj [ 85%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 85%] 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/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 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 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 [ 85%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_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/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 [ 86%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj [ 86%] Built target sundials_sunlinsolklu_shared make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 86%] Building C object src/arkode/CMakeFiles/sundials_arkode_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 -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 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 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 [ 87%] Building C object src/arkode/CMakeFiles/sundials_arkode_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: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 87%] Building C object src/ida/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/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 clang: warning: -lm: 'linker' input unused [-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] libtool: link: ar cru .libs/libvector.a lis_vector.o lis_vector_ops.o lis_vector_opv.o 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] [ 87%] Built target sundials_sunlinsollapackband_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] [ 28%] Building CXX object CMakeFiles/libzmq.dir/src/options.cpp.obj [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.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/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 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 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 C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_kinsol.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] [ 88%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj libtool: link: ranlib .libs/libvector.a no 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 [ 88%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_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] [ 88%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 88%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 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/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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 88%] 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/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 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/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 checking for sys/dg_sys_info.h... 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 [ 89%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 90%] Linking C static library 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] [ 90%] 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 -P CMakeFiles/sundials_sunlinsollapackdense_static.dir/cmake_clean_target.cmake 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 [ 90%] 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 clang: warning: -lm: 'linker' input unused [-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] [ 90%] Built target sundials_kinsol_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] [ 90%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_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] clang: warning: -lm: 'linker' input unused [-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_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] 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" 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 [ 90%] Building C object src/idas/CMakeFiles/sundials_idas_shared.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/__/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 [ 90%] 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/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 [ 90%] 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/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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 90%] 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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 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 libtool: link: ( cd ".libs" && rm -f "libvector.la" && cp -pR "../libvector.la" "libvector.la" ) 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 [ 90%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_version.c.obj [ 90%] Building C object src/arkode/CMakeFiles/sundials_arkode_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 -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: -lm: 'linker' input unused [-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] [ 90%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj 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_sunlinsollapackdense.a CMakeFiles/sundials_sunlinsollapackdense_static.dir/sunlinsol_lapackdense.c.obj 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/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 [ 91%] 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/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 [ 91%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_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] clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] -- Looking for size_t - not found 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/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 clang: warning: -lm: 'linker' input unused [-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_sunlinsollapackdense.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/vector' Making all in matvec [ 91%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.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 -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 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] [ 29%] Building CXX object CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj [ 91%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_futils.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] [ 91%] Building C object src/ida/CMakeFiles/sundials_ida_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/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 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 [ 91%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj clangclang: : warning: -lm: 'linker' input unused [-Wunused-command-line-argument]warning: -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] 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] 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. 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 [ 91%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/nvector/serial/nvector_serial.c.obj [ 91%] 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 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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 91%] Built target sundials_sunlinsollapackdense_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] [ 29%] Building CXX object CMakeFiles/libzmq-static.dir/src/lb.cpp.obj 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. /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 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. clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] 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. /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 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 [ 91%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_futils.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/__/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 [ 29%] Building CXX object CMakeFiles/libzmq.dir/src/own.cpp.obj [ 91%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/nvector/serial/nvector_serial.c.obj [ 30%] Building CXX object CMakeFiles/libzmq-static.dir/src/mailbox.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 /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 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 [ 91%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunmatrix/band/sunmatrix_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 -- Configuring done (38.3s) make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' -- Looking for realpath - not found /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 -- Looking for getaddrinfo clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 91%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj no checking for compiler intrinsics support... 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 [ 91%] 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 [ 91%] Built target sundials_sunlinsollapackdense_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] [ 92%] 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 [ 93%] 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] 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 [ 94%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.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/__/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 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 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] [ 94%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 94%] 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/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 [ 94%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/band/sunmatrix_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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 clang: warning: -lm: 'linker' input unused [-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/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 [ 94%] Linking C shared library libsundials_ida.dll 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 [ 94%] Building C object src/idas/CMakeFiles/sundials_idas_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] 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 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 clang: warning: -lm: 'linker' input unused [-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] -- Generating done (0.2s) clang: warning: -lm: 'linker' input unused [-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] 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 -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/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] [ 94%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 94%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_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/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 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/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 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 [ 31%] 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 /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 [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/null_mechanism.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] -- Looking for C++ include cstring - found -- Looking for C++ include ctime /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 clang: warning: -lm: 'linker' input unused [-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_static.dir/__/sunlinsol/band/sunlinsol_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 -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/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 /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 yes [ 95%] 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 [ 96%] 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] checking which libatomic_ops to use... none 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 [ 96%] 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 [ 96%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_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 -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/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/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 clang: warning: -lm: 'linker' input unused [-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/__/sunnonlinsol/newton/sunnonlinsol_newton.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 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 [ 96%] Linking C static library libsundials_ida.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 clang: warning: -lm: 'linker' input unused [-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/__/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 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" clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] 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 clang: warning: -lm: 'linker' input unused [-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' [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 96%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.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: 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/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 clang: warning: -lm: 'linker' input unused [-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/__/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 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 [ 96%] 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/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 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 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 clang: warning: -lm: 'linker' input unused [-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%] Built target sundials_ida_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] /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 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 [ 96%] 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 [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 97%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.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/__/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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_ida.a checking that generated files are newer than configure... done configure: creating ./config.status make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.c.obj [ 33%] Building CXX object CMakeFiles/libzmq.dir/src/pair.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/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 [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_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] clang: warning: -lm: 'linker' input unused [-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%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 97%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 97%] Built target sundials_ida_static 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 [ 97%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 97%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 33%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj [ 33%] Building CXX object CMakeFiles/libzmq-static.dir/src/mechanism.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] 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/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 /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 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 [ 34%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj [ 97%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 35%] Building CXX object CMakeFiles/libzmq-static.dir/src/metadata.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 -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 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 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 /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 [ 97%] 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/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 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] [ 97%] Built target sundials_arkode_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] [ 97%] 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 [ 97%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj [ 35%] Building CXX object CMakeFiles/libzmq-static.dir/src/msg.cpp.obj -- Looking for getaddrinfo - not found -- Looking for gethostbyaddr 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 /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 /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 [ 36%] Building CXX object CMakeFiles/libzmq-static.dir/src/mtrie.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/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] [ 36%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_socket.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_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 [ 36%] Building CXX object CMakeFiles/libzmq-static.dir/src/object.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/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 [ 98%] 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 test -f 3rdParty/FMIL/build/libfmilib.a || CC="clang" CXX="clang++" CFLAGS="-g -O2 -DUCRT64" CPPFLAGS="" make -C 3rdParty/FMIL/build 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 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 [ 37%] Building CXX object CMakeFiles/libzmq.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/__/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 /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 [ 38%] Building CXX object CMakeFiles/libzmq-static.dir/src/options.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 -I/C/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/suitesparse -I/C/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/include -I/C/dev/jenkins/ws/Windows/OM_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 [ 99%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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/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 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 clang: warning: -lm: 'linker' input unused [-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[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build' [ 99%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.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/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 clang: warning: -lm: 'linker' input unused [-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] [ 99%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.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] 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: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 99%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj 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 [ 38%] Building CXX object CMakeFiles/libzmq.dir/src/plain_client.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/__/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/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] [ 99%] 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/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 clang: warning: -lm: 'linker' input unused [-Wunused-command-line-argument] clang: warning: argument unused during compilation: '-LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc' [-Wunused-command-line-argument] [ 99%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/newton/sunnonlinsol_newton.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/__/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 -- Looking for C++ include ctime - found -- Performing Test HAVE_QUNUSED_ARGUMENTS clang: warning: -lm: 'linker' input unused [-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] /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 [ 99%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 38%] 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 [ 99%] 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/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 [ 99%] Linking C shared library libsundials_idas.dll 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 [ 99%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sunnonlinsol/fixedpoint/sunnonlinsol_fixedpoint.c.obj [ 39%] Building CXX object CMakeFiles/libzmq-static.dir/src/null_mechanism.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/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 clang: warning: -lm: 'linker' input unused [-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 CXX object CMakeFiles/libzmq.dir/src/plain_server.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_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 [ 41%] Building CXX object CMakeFiles/libzmq.dir/src/poll.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/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" /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 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 [ 99%] Linking C static library libsundials_idas.a 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 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 /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 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 [ 0%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_idas.a [ 41%] Building CXX object CMakeFiles/libzmq.dir/src/poller_base.cpp.obj [ 99%] Linking C static library libsundials_cvodes.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/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/cvodes && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_cvodes_static.dir/cmake_clean_target.cmake 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__)) | ^ 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' [ 99%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.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 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 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 [ 99%] Built target sundials_idas_static [100%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.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/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 [100%] Built target sundials_idas_shared [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/pair.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] 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 /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 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 clang: warning: -lm: 'linker' input unused [-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_cvodes.a [ 42%] 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 clang: warning: -lm: 'linker' input unused [-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/__/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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [100%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sunlinsol/pcg/sunlinsol_pcg.c.obj -- Looking for gethostbyaddr - not found -- Looking for gethostbyname [ 43%] 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] [100%] Built target sundials_cvodes_static /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 [ 44%] Building CXX object CMakeFiles/libzmq.dir/src/pollset.cpp.obj [ 44%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj 1 warning generated. /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 /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 [ 45%] Building CXX object CMakeFiles/libzmq-static.dir/src/pipe.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/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 [ 45%] 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 [ 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%] Linking C static library libc99snprintf.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_matvec_msr.lo lis_matvec_msr.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/__/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 [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 -- Performing Test HAVE_QUNUSED_ARGUMENTS - Success -- Check size of int * clang: warning: -lm: 'linker' input unused [-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 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 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) | ^ [ 4%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmlrole.c.obj 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 [100%] Linking C shared library libsundials_cvodes.dll 1 warning generated. 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/arkode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_arkode_static.dir/link.txt --verbose=1 [ 46%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_client.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_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 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 [ 5%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.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/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" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libsundials_arkode.a 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 [100%] Linking C shared library libsundials_kinsol.dll [ 5%] Built target c99snprintf 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 make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' /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 [ 47%] 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 [ 6%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmltok.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 -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 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" [100%] Built target sundials_arkode_static [ 7%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.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 -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 [ 48%] 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 [ 48%] 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 [ 8%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmltok_impl.c.obj 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 [ 9%] Building C object ThirdParty/Expat/expat-2.1.0/CMakeFiles/expat.dir/lib/xmltok_ns.c.obj [ 10%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.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' [100%] Built target sundials_cvodes_shared [ 48%] 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 [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj [100%] Built target sundials_kinsol_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/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 make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build' [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj /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 /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 [ 11%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 50%] Building CXX object CMakeFiles/libzmq.dir/src/push.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/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 make -f CMakeFiles/Makefile2 preinstall [ 12%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.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' [ 51%] 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 -- Looking for gethostbyname - not found -- Looking for socket [ 51%] 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 [ 13%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake [ 14%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj [ 52%] Building CXX object CMakeFiles/libzmq.dir/src/raw_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/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 -- 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 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) | ^ -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/LICENSE 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_wi-- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sundials/NOTICE thout_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) | ^ [ 15%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj -- 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 -- 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 -- 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 [ 53%] Building CXX object CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj -- 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 /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 -- 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 9 warnings generated. -- 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 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)) | ^~ | = -- 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 [ 16%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_band.h [ 53%] Building CXX object CMakeFiles/libzmq.dir/src/reaper.cpp.obj -- 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 /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 -- 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 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) | ^ -- 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 [ 54%] Building CXX object CMakeFiles/libzmq.dir/src/rep.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/include/sundials/sunlinsol/sunlinsol_klu.h 4 warnings generated. /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 -- 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 [ 17%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_sunnonlinsolfixedpoint.a -- 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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_arkode.a [ 54%] Building CXX object CMakeFiles/libzmq.dir/src/req.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_arkode.dll.a -- 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 /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 -- 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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvode.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvode.dll.a /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 -- 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 -- 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 -- 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 [ 55%] Building CXX object CMakeFiles/libzmq.dir/src/router.cpp.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_cvodes.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/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 [ 55%] Building CXX object CMakeFiles/libzmq-static.dir/src/pull.cpp.obj -- 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 /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 -- 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 [ 18%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj -- 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 [ 56%] Building CXX object CMakeFiles/libzmq-static.dir/src/push.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/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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/sundials-5.4.0/build/lib/libsundials_idas.a -- 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 -- 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 [ 19%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj #-make -C 3rdParty/sundials-5.4.0/build test test_install || echo "WARNING: SUNDIALS test failing, continuing any way" [ 56%] Building CXX object CMakeFiles/libzmq.dir/src/select.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/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 mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials [ 57%] Building CXX object CMakeFiles/libzmq.dir/src/server.cpp.obj [ 19%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.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/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 (cp -pfr 3rdParty/sundials-5.4.0/build/include/* /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc) 2 warnings generated. [ 58%] Building CXX object CMakeFiles/libzmq.dir/src/session_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/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 [ 58%] Building CXX object CMakeFiles/libzmq-static.dir/src/random.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/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 [ 58%] Building CXX object CMakeFiles/libzmq.dir/src/signaler.cpp.obj [ 59%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_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/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 /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 [ 60%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_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/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 -- Looking for socket - not found -- Looking for clock_gettime [ 61%] 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 [ 20%] Linking C static library libjmutils.a [ 61%] Building CXX object CMakeFiles/libzmq.dir/src/socks.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/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 -- Looking for clock_gettime - found -- Looking for gettimeofday [ 62%] Building CXX object CMakeFiles/libzmq.dir/src/socks_connecter.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/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 [ 62%] 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 [ 63%] Building CXX object CMakeFiles/libzmq-static.dir/src/rep.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/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 [ 20%] Built target jmutils [ 63%] 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 [ 63%] 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 [ 21%] Linking C static library libexpat.a [ 22%] Linking C static library libminizip.a [ 64%] Building CXX object CMakeFiles/libzmq-static.dir/src/router.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/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 [ 64%] 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 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 [ 65%] Building CXX object CMakeFiles/libzmq-static.dir/src/server.cpp.obj C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') /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 [ 22%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj [ 22%] Built target expat [ 22%] Built target minizip # copy the libs to the build/lib/omc directory libtool: link: ranlib .libs/libmatvec.a [ 66%] 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 find 3rdParty/sundials-5.4.0/build/lib* -not -type d -exec cp -apf {} /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc ";" [ 67%] 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 [ 67%] 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 libtool: link: ( cd ".libs" && rm -f "libmatvec.la" && cp -pR "../libmatvec.la" "libmatvec.la" ) [ 23%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj [ 24%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj -- Looking for clock_gettime - found -- Looking for ftime make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/matvec' Making all in precon [ 25%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj 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 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 }; | ^ [ 67%] 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 [ 26%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj [ 27%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj 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 [ 68%] Building CXX object CMakeFiles/libzmq-static.dir/src/socket_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/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 -- Looking for gettimeofday - found -- Looking for drand48 [ 28%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj [ 29%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj [ 68%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks.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.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 [ 69%] Building CXX object CMakeFiles/libzmq.dir/src/tcp.cpp.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_ads.lo lis_precon_ads.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/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 [ 70%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj [ 30%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.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_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 1 warning generated. 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; | ~~ ~~~~^~~~~~~~~~~ [ 31%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 32%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj 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 [ 71%] 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:/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 }; | ^ [ 71%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj 1 warning generated. /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 [ 33%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 34%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj config.status: creating include/Makefile /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 [ 72%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_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/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 [ 35%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj [ 35%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj [ 72%] Building CXX object CMakeFiles/libzmq.dir/src/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/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 /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 [ 36%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 73%] Building CXX object CMakeFiles/libzmq.dir/src/trie.cpp.obj [ 37%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.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/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 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 -- Looking for ftime - found -- Looking for gettimeofday [ 38%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 73%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream.cpp.obj config.status: creating include/ffi.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/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 [ 38%] Linking C static library libfmizip.a 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 1 warning generated. /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 [ 73%] Building CXX object CMakeFiles/libzmq.dir/src/v1_decoder.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_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 [ 39%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj [ 74%] Building CXX object CMakeFiles/libzmq.dir/src/v1_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 [ 40%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj -- Looking for drand48 - not found -- Looking for rand [ 75%] Building CXX object CMakeFiles/libzmq.dir/src/v2_decoder.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/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 [ 41%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 76%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream_engine.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/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 /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 [ 42%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 42%] Built target fmizip 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 [ 76%] Building CXX object CMakeFiles/libzmq.dir/src/v2_encoder.cpp.obj [ 76%] Building CXX object CMakeFiles/libzmq-static.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/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 /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 config.status: creating Makefile [ 43%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 43%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj [ 77%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp.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/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 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 [ 77%] Building CXX object CMakeFiles/libzmq.dir/src/xsub.cpp.obj [ 78%] Building CXX object CMakeFiles/libzmq.dir/src/xpub.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/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 [ 44%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.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/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 [ 80%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj [ 80%] Building CXX object CMakeFiles/libzmq.dir/src/zmq.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/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 /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 [ 80%] Building CXX object CMakeFiles/libzmq.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_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 config.status: creating testsuite/Makefile /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 [ 80%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_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/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 [ 81%] Building CXX object CMakeFiles/libzmq.dir/src/decoder_allocators.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/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 [ 81%] Building CXX object CMakeFiles/libzmq.dir/src/socket_poller.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_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 -- Looking for gettimeofday - found -- Looking for gmtime_r [ 82%] Building CXX object CMakeFiles/libzmq.dir/src/timers.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/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 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 /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 [ 45%] Linking C static library libfmicapi.a config.status: creating man/Makefile /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 [ 46%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj [ 83%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_listener.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/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 [ 47%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj [ 84%] Building CXX object CMakeFiles/libzmq.dir/src/radio.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/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 -- Looking for rand - found -- Looking for snprintf 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 [ 47%] Built target fmicapi /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 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 [ 48%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj [ 84%] Building CXX object CMakeFiles/libzmq.dir/src/dish.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/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 [ 85%] Building CXX object CMakeFiles/libzmq.dir/src/udp_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/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 [ 85%] Building CXX object CMakeFiles/libzmq-static.dir/src/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/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 config.status: creating doc/Makefile # this is rather weird, only the file with full version number is the actual lib all the other ones are symlinks /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 # strange stuff is that *install_name_tool* on a symlink will replace the symlink with the changed dylib [ 86%] Building CXX object CMakeFiles/libzmq-static.dir/src/trie.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/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 [ 86%] Building CXX object CMakeFiles/libzmq.dir/src/udp_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/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 # see http://mac-os-forge.2317878.n4.nabble.com/install-name-tool-problem-with-symlinks-on-Xcode-12-2-td406984.html 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 [ 87%] Building CXX object CMakeFiles/libzmq.dir/src/scatter.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/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 [ 87%] 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 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" [ 88%] 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 [ 88%] 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 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" 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 [ 89%] Building CXX object CMakeFiles/libzmq-static.dir/src/v1_encoder.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_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 [ 90%] Building CXX object CMakeFiles/libzmq-static.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/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 [ 90%] Building CXX object CMakeFiles/libzmq-static.dir/src/v2_encoder.cpp.obj 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" /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 config.status: creating libffi.pc [ 91%] 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/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 [ 91%] Building CXX object CMakeFiles/libzmq-static.dir/src/xsub.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 [ 92%] Building CXX object CMakeFiles/libzmq-static.dir/src/zmq.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/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 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" /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 [ 92%] Building CXX object CMakeFiles/libzmq-static.dir/src/zmq_utils.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/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 -- Looking for gmtime_r - not found -- Looking for memmove 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" [ 49%] Linking C static library libfmixml.a 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" [ 93%] 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 -- Looking for snprintf - found config.status: creating fficonfig.h -- Looking for va_copy [ 93%] 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 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" [ 94%] Building CXX object CMakeFiles/libzmq-static.dir/src/timers.cpp.obj [ 95%] Building CXX object CMakeFiles/libzmq-static.dir/src/radio.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/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 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" /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 [ 95%] Building CXX object CMakeFiles/libzmq-static.dir/src/dish.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/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 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" [ 49%] Built target fmixml [ 96%] Building CXX object CMakeFiles/libzmq-static.dir/src/udp_engine.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_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 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" config.status: executing buildir commands config.status: create top_srcdir/Makefile guessed from local Makefile [ 96%] Building CXX object CMakeFiles/libzmq-static.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 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" [ 97%] Building CXX object CMakeFiles/libzmq-static.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 config.status: build in x86_64-w64-mingw32 (HOST=) 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" [ 97%] Building CXX object CMakeFiles/libzmq-static.dir/src/gather.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/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 config.status: executing depfiles commands [ 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 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" 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" -- Looking for va_copy - not found -- Looking for vsnprintf [ 51%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj 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" [ 98%] 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 [ 52%] 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/FMI/fmi_import_util.c.obj 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" 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') [ 53%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj 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" [ 54%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj -- Looking for memmove - found -- Looking for memset [ 55%] Building C object CMakeFiles/fmilib_shared.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 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" [ 57%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_type.c.obj [ 99%] Linking CXX shared library lib/libzmq.dll libtool: link: ranlib .libs/libprecon.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/libzmq.dir/objects.a [ 58%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj [ 59%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_unit.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" 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" [ 60%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj 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" [ 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 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" libtool: link: ( cd ".libs" && rm -f "libprecon.la" && cp -pR "../libprecon.la" "libprecon.la" ) /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 [ 63%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj 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" 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 # 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" [ 64%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.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_solver_bicg.lo lis_solver_bicg.c make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build' /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 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" [ 99%] Built target libzmq [ 64%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.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_solver_bicgstab.lo lis_solver_bicgstab.c 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" 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 [ 66%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj [ 65%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj 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" -- Looking for vsnprintf - found -- Looking for _snprintf [ 67%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI1/fmi1_import.c.obj 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 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); | ^~~ 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 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" /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 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 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" [ 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 [ 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 /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 [ 73%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj # copy the dlls to the build bin directory [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [100%] Linking CXX static library lib/libzmq.a test ! ".dll" = ".dll" || (cp -pf 3rdParty/sundials-5.4.0/build/lib/*.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin) -- Looking for memset - found -- Looking for nl_langinfo /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/libzmq-static.dir/cmake_clean_target.cmake /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 [ 76%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/libzmq-static.dir/link.txt --verbose=1 [ 77%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj 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" 2 warnings generated. 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_cg.c -o lis_solver_cg.o [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj 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 [ 79%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj 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 /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 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" [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj 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 [ 80%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import.c.obj 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' /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 [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [100%] Built target libzmq-static 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 [ 82%] Building C object CMakeFiles/fmilib_shared.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj 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 /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 make -f CMakeFiles/Makefile2 preinstall [ 82%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_callbacks.c.obj 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' /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 Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake [ 83%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 84%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_named_ptr.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_solver_qmr.lo lis_solver_qmr.c -- 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 [ 85%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/JM/jm_portability.c.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/include/zmq.h 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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/include/zmq_utils.h -- 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 -- Looking for _snprintf - not found -- Looking for _vsnprintf -- 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 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 -- 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 make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libzmq/build/share/cmake/ZeroMQ/ZeroMQConfigVersion.cmake [ 86%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI/fmi_version.c.obj 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 /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 [ 87%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI/fmi_util.c.obj 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 [ 88%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI1/fmi1_enums.c.obj # copy dll/so to lib/omc and /c/dev/jenkins/ws/Windows/OM_Win/build/bin folders [ 89%] Building C object CMakeFiles/fmilib_shared.dir/src/Util/src/FMI2/fmi2_enums.c.obj 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 #(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*) (cp -af 3rdParty/libzmq/build/lib/libzmq.dll* /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc) 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 -- Looking for nl_langinfo - not found -- Looking for setlocale cp 3rdParty/libzmq/build/include/* /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/ # Darwin has to be special always; libzmq*.dylib while Linux is libzmq.so* ... /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 (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) [ 90%] Linking C static library libfmiimport.a test -d 3rdParty/cppzmq [ 90%] Linking C shared library libfmilib_shared.dll 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") [ 90%] Built target fmiimport 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. -- Looking for _vsnprintf - found -- Detected CPPZMQ Version - 4.5.0 -- Checking whether system has ANSI C header files 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) -- Looking for 8 include files dlfcn.h, ..., float.h [ 91%] Generating libjmutils.a.objlist 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) [ 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 [ 96%] Generating libfmizip.a.objlist -- 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/libfmiimport.a [ 97%] Generating libfmicapi.a.objlist -- 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/libfmizip.a -- Extracting object files from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmicapi.a [ 97%] Built target fmilib_shared 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 -- Looking for setlocale - found -- Looking for localeconv C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') -- 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) [ 98%] Generating fmilib_dummy.c libtool: link: ranlib .libs/libsolver.a -- The CXX 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_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) [ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.obj 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) libtool: link: ( cd ".libs" && rm -f "libsolver.la" && cp -pR "../libsolver.la" "libsolver.la" ) -- Looking for 8 include files dlfcn.h, ..., float.h - not found -- ANSI C header files - not found make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/solver' Making all in esolver -- Looking for DIR in sys/stat.h;sys/types.h;dirent.h [100%] Linking C static library libfmilib.a 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 /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 Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmiimport.a.objlist 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 C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') 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 Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libjmutils.a.objlist -- Looking for localeconv - found -- Looking for snprintf C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') 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) -- Detecting C compiler ABI info Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmixml.a.objlist /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 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 -- Looking for DIR in sys/stat.h;sys/types.h;dirent.h - found C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Looking for Fortran sgemm 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') 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 -- Looking for snprintf - found -- Looking for strcasecmp C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libesolver.a Running: ar ru C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libc99snprintf.a.objlist -- Detecting C compiler ABI info - done C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') -- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - skipped -- Detecting C compile features -- Detecting C compile features - done libtool: link: ( cd ".libs" && rm -f "libesolver.la" && cp -pR "../libesolver.la" "libesolver.la" ) Running: C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/libfmilib.a 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 [100%] Built target fmilib /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 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 /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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build' -- Detecting CXX compiler ABI info /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 -- Looking for Fortran sgemm - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 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 config.status: creating Makefile [ 1%] Built target c99snprintf [ 7%] Built target expat -- Looking for strcasecmp - found -- Looking for strncasecmp [ 14%] Built target minizip config.status: creating bdw-gc.pc [ 22%] Built target jmutils config.status: creating include/config.h [ 24%] Built target fmizip /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 [ 30%] Built target fmicapi -- Detecting CXX compiler ABI info - done config.status: executing depfiles commands -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done [ 49%] Built target fmixml 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 (2.1s) -- 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 -- Looking for Fortran sgemm 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 /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 -- Looking for strncasecmp - found -- Looking for stricmp 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 make -f CMakeFiles/Makefile2 preinstall 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' Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake config.status: executing libtool commands -- 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 -- 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' [ 66%] Built target fmiimport [ 90%] Built target fmilib_shared config.status: executing include commands 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 config.status: executing src commands C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') [100%] Built target fmilib libtool: link: ranlib .libs/libsystem.a Install the project... -- 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 libtool: link: ( cd ".libs" && rm -f "libsystem.la" && cp -pR "../libsystem.la" "libsystem.la" ) -- 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 make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/lis-1.4.12/src/system' Making all in precision -- 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 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 -- Looking for Fortran sgemm - found -- Found BLAS: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/lib/omc/libexpat.a -- Looking for Fortran cheev -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/FMIL/build/../install/include/expat.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_precision_vec.lo lis_precision_vec.c -- 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 /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 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 cp -pPR 3rdParty/FMIL/install/lib/omc/libfmilib.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -- Looking for stricmp - found -- Looking for strnicmp 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 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 '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' /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 #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/ make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' MAKE x86_64-pc-mingw64 : 0 * clean 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 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. -- Looking for strnicmp - found -- Looking for strchr make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' 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 Making clean in include -- Performing Test NEEDS_FALLOW_ARG_MISMATCH change to Build_static 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 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 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 libtool: link: ( cd ".libs" && rm -f "libprecision.la" && cp -pR "../libprecision.la" "libprecision.la" ) 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[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 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 -- The C compiler identification is Clang 17.0.6 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 -rf src/alpha/.libs src/alpha/_libs rm -f src/*.o rm -rf src/arc/.libs src/arc/_libs rm -rf src/arm/.libs src/arm/_libs rm -f src/*.lo rm -rf src/avr32/.libs src/avr32/_libs rm -f ./so_locations rm -f ./so_locations rm -rf src/bfin/.libs src/bfin/_libs rm -f src/aarch64/*.o rm -rf src/cris/.libs src/cris/_libs rm -rf src/csky/.libs src/csky/_libs rm -f src/aarch64/*.lo rm -rf src/frv/.libs src/frv/_libs rm -rf src/ia64/.libs src/ia64/_libs rm -f src/alpha/*.o rm -rf src/kvx/.libs src/kvx/_libs rm -rf src/m32r/.libs src/m32r/_libs -- The CXX compiler identification is Clang 17.0.6 rm -f src/alpha/*.lo rm -rf src/m68k/.libs src/m68k/_libs rm -rf src/m88k/.libs src/m88k/_libs rm -f src/arc/*.o rm -rf src/metag/.libs src/metag/_libs rm -rf src/microblaze/.libs src/microblaze/_libs rm -f src/arc/*.lo rm -rf src/mips/.libs src/mips/_libs rm -rf src/moxie/.libs src/moxie/_libs rm -f src/arm/*.o rm -rf src/nios2/.libs src/nios2/_libs rm -rf src/or1k/.libs src/or1k/_libs rm -f src/arm/*.lo rm -rf src/pa/.libs src/pa/_libs rm -rf src/powerpc/.libs src/powerpc/_libs rm -rf src/riscv/.libs src/riscv/_libs -- Looking for strchr - found -- Looking for strdup -- Performing Test NEEDS_FALLOW_ARG_MISMATCH - Success rm -f src/avr32/*.o rm -rf src/s390/.libs src/s390/_libs -- IPOPT_VERSION_STRING = 3.13.5 rm -rf src/sh/.libs src/sh/_libs -- Current IPOPT revision is 0 rm -f src/avr32/*.lo rm -rf src/sh64/.libs src/sh64/_libs rm -rf src/sparc/.libs src/sparc/_libs -- Package filename: IpOpt-3.13.5-Windows rm -f src/bfin/*.o rm -rf src/tile/.libs src/tile/_libs rm -rf src/vax/.libs src/vax/_libs rm -f src/bfin/*.lo rm -rf src/x86/.libs src/x86/_libs rm -rf src/xtensa/.libs src/xtensa/_libs rm -f src/cris/*.o -- Configuring done (60.1s) rm -f src/cris/*.lo rm -f src/csky/*.o rm -f src/csky/*.lo rm -f src/frv/*.o -- Detecting C compiler ABI info 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 -- Generating done (0.2s) rm -f src/m32r/*.o rm -f src/m32r/*.lo rm -f src/m68k/*.o -- 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 rm -f src/m68k/*.lo 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 rm -f src/m88k/*.o /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 rm -f src/m88k/*.lo make -f CMakeFiles/Makefile2 all rm -f src/metag/*.o 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 rm -f src/metag/*.lo config.status: executing libtool commands rm -f src/microblaze/*.o -- Looking for strdup - found -- Looking for strrchr 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=" rm -f src/microblaze/*.lo rm -f src/mips/*.o rm -f src/mips/*.lo rm -f src/moxie/*.o config.status: executing default commands rm -f src/moxie/*.lo rm -f src/nios2/*.o rm -f src/nios2/*.lo 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") rm -f src/or1k/*.o rm -f src/or1k/*.lo rm -f src/pa/*.o rm -f src/pa/*.lo -- 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 rm -f src/powerpc/*.o rm -f src/powerpc/*.lo 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") 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 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 -C 3rdParty/gc/ libomcgc.la -- Detecting CXX compiler ABI info make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' rm -f src/sh/*.lo rm -f src/sh64/*.o [ 1%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj [ 2%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_struc_def.F.obj 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") [ 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/dmumps_comm_buffer.F -o CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj rm -f src/sh64/*.lo [ 4%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/tools_common_mod.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 [ 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_ooc_common.F -o CMakeFiles/coinmumps.dir/src/mumps_ooc_common.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 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 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 rm -f src/sparc/*.o rm -f src/sparc/*.lo [ 5%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_c.c.obj [ 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_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 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 -- Looking for strrchr - found -- Looking for strstr 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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' rm -f src/tile/*.o [ 7%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_orderings.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 rm -f src/tile/*.lo [ 7%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_size.c.obj 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 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 rm -f src/vax/*.o [ 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 rm -f src/vax/*.lo 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 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") 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 [ 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/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_struc_def.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/dmumps_struc_def.mod.stamp GNU rm -f src/x86/*.o /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 [ 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/tools_common.mod ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/tools_common.mod.stamp GNU /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 [ 13%] Building C object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/libseq/elapse.c.obj rm -f src/x86/*.lo rm -f src/xtensa/*.o 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 rm -f src/xtensa/*.lo /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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/tools_common_mod.F.obj.provides.build 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' [ 14%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_ooc_buffer.F.obj make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make -C "3rdParty/libffi" 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 [ 15%] Building Fortran object ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part7.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_part7.F -o CMakeFiles/coinmumps.dir/src/dmumps_part7.F.obj make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' 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") /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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_comm_buffer.F.obj.provides.build /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 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 [ 16%] 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 /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 -- Detecting CXX compiler ABI info - done 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 for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done MAKE x86_64-pc-mingw64 : 0 * all-all -- 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 strstr - found -- Looking for strtol make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' /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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/mumps_static_mapping.F.obj.provides.build 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 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") 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' /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 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") /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_ooc.F.obj.provides.build /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_load.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 [ 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_part1.F -o CMakeFiles/coinmumps.dir/src/dmumps_part1.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_part3.F -o 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_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 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 [ 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 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') 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); | ^ -- Looking for sgemm_ - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD libtool: link: ranlib .libs/liblis.a 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 -- Looking for strtol - found -- Looking for strtoul 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: link: rm -fr .libs/liblis.lax 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/ 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/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 -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 -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. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Looking for sgemm_ -- Looking for strtoul - found -- Looking for timegm 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; | ^ /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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E touch ThirdParty/MUMPS/CMakeFiles/coinmumps.dir/src/dmumps_part2.F.obj.provides.build [ 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 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 -- Looking for sgemm_ - found -- Found BLAS: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Looking for timegm - not found -- Looking for towupper -- Looking for cheev_ 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 -- Looking for towupper - found -- Looking for towlower libtool: link: ranlib .libs/libffi_convenience.a libtool: link: ranlib .libs/libffi.a -- 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 libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && cp -pR "../libffi_convenience.la" "libffi_convenience.la" ) -- 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 (4.0s) [ 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 libtool: link: ( cd ".libs" && rm -f "libffi.la" && cp -pR "../libffi.la" "libffi.la" ) 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 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 -- Generating done (0.1s) CMake Warning: Manually-specified variables were not used by the project: IS_MINGW32 IS_MINGW64 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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libcoinmumps.a 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/OMSI/Build_static' make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. 1 warning generated. [ 21%] Built target coinmumps make -f Ipopt/CMakeFiles/ipopt.dir/build.make Ipopt/CMakeFiles/ipopt.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/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=" /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 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' [ 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 [ 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/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 MAKE x86_64-pc-mingw64 : 0 * install 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 [ 5%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_api.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/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 [ 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 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' 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 -- Looking for towlower - found -- Looking for mblen 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 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); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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/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 Making install in include 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 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'. [ 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 /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/include' [ 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 9 warnings generated. [ 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 /usr/bin/install -c -m 644 ffi.h ffitarget.h '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/include' 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 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 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 [ 11%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_helper.c.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/testsuite' [ 36%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpLowRankAugSystemSolver.cpp.obj [ 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 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' 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 Making install in man [ 37%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpMonotoneMuUpdate.cpp.obj [ 38%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpNLPBoundsRemover.cpp.obj make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32/man' 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 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 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'. [ 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 /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/share/man/man3' 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 [ 17%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_kinsol.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/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 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 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 /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' [ 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 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; | ~~~~~~ ^~~~~~~~~ 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' 2 warnings generated. make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' [ 43%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPDSearchDirCalc.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/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 libtool: link: ( cd ".libs" && rm -f "libomcgc.la" && cp -pR "../libomcgc.la" "libomcgc.la" ) [ 44%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpPenaltyLSAcceptor.cpp.obj [ 23%] Building C object solver/CMakeFiles/OMSISolver_static.dir/src/solver_lapack.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/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 make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/gc' 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 cp -p 3rdParty/gc/.libs/libomcgc-1.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin/libomcgc-1.dll [ 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 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; | ~~~~~~ ^~~~~~~~~ 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 make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/x86_64-w64-mingw32' [ 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 3 warnings generated. -- Looking for mblen - found -- Looking for wcsupr [ 47%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoIpoptNLP.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/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 /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/pkgconfig' [ 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 /usr/bin/mkdir -p '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib' cp -p 3rdParty/gc/.libs/libomcgc.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libomcgc.dll.a [ 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 [ 29%] Linking C static library libOMSISolver_static.a /bin/sh ./libtool --mode=install /usr/bin/install -c libffi.la '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib' [ 50%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/IpRestoMinC_1Nrm.cpp.obj /usr/bin/install -c -m 644 libffi.pc '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/pkgconfig' 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 make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build [ 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 [ 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 [ 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 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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libOMSISolver_static.a [ 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 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 [ 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/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 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 [ 29%] Built target OMSISolver_static mkdir -p 3rdParty/tbb/build_cmake [ 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 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 [ 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 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 libtool: install: /usr/bin/install -c .libs/libffi.lai /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.la [ 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 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 libtool: install: /usr/bin/install -c .libs/libffi.a /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.a [ 59%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa57TSolverInterface.cpp.obj [ 35%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_event_helper.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/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 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. [ 60%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Algorithm/LinearSolvers/IpMa97SolverInterface.cpp.obj libtool: install: chmod 644 /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.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/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 [ 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 libtool: install: ranlib /c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi/install/lib/libffi.a [ 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 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 [ 66%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/contrib/CGPenalty/IpCGPenaltyRegOp.cpp.obj -- The CXX compiler identification is Clang 17.0.6 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 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 -- Looking for wcsupr - found -- Looking for wcslwr 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 [ 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/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 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' [ 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 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 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 [ 74%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Common/IpUtils.cpp.obj 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_interface.cpp:88:72: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 88 | fprintf(stomc_ocl_memory_ops.cpp:74:5: note: remove the 'if' if its condition is always true d e74 | rr, if (hos"a->ndims != b->nt_array) | ^~~~~~~~~~~~~~~ d i75 | tms,mp %d != %ld\n", a->nd= cimslCreateBuffer(device_context,, b-> CL_MEM_REinfo[AD_WRI0]); | ~~~ ^~~~~~~~~~ | %lld TE | omc_ocl_memory_ops.cpp:68:15: note: initialize the variable 'err' to silence this warning 68 | cl_int err; | ^ | = 0 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: note: uninitialized use occurs here 96 | ocl_error_check(OCL_CREATE_BUFFER, err); | ^~~ omc_ocl_memory_ops.cpp:92:5: note: remove the 'if' if its condition is always true 92 | if (host_array) | ^~~~~~~~~~~~~~~ 93 | omc_ocl_interface.cpp:108:63: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 108 | fprintf(stderr , "a->ndims != b->ndi tmmp = clCreateBuffer(device_context, CL_Ms, %ld != %ld\nEM_READ_WRITE | ", a->info[0]omc_ocl_memory_ops.cpp:86:15: note: initialize the variable 'err' to silence this warning 86 | cl_int err; | ^ , b->info[0]); | ~~~ ^~~~~~~~~~ | %lld | = 0 omc_ocl_interface.cpp:108:75: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 108 | fprintf(stderr, "a->ndicd /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 ms != b->ndims, %ld != %ld\n", a->info[0], b->info[0]); | ~~~ ^~~~~~~~~~ | %lld omc_ocl_interface.cpp:191:12: warning: variable 'elements' set but not used [-Wunused-but-set-variable] 191 | size_t elements = 0; | ^ [ 75%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpInterfacesRegOp.cpp.obj omc_ocl_util.cpp:210:12: warning: unused variable 'elapsedTime' [-Wunused-variable] 210 | double elapsedTime; | ^~~~~~~~~~~ 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 omc_ocl_util.cpp:437:12: warning: unused variable 'elapsedTime' [-Wunused-variable] 437 | double elapsedTime; | ^~~~~~~~~~~ [ 76%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/Interfaces/IpIpoptApplication.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/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 [ 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/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 2 warnings generated. [ 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 [ 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/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 2 warnings 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/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 4 warnings generated. [ 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 ar -rcs libParModelicaExpl.a omc_ocl_memory_ops.o omc_ocl_interface.o omc_ocl_builtin_kernels.o omc_ocl_util.o 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 -- Detecting CXX compiler ABI info [ 83%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpCompoundVector.cpp.obj mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ 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 [ 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 cp -rp omc_ocl_interface.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ [ 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 cp -rp omc_ocl_common_header.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ [ 85%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpDenseVector.cpp.obj cp -rp omc_ocl_memory_ops.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ 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 cp -rp libParModelicaExpl.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ 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 [ 52%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_json.c.obj [ 86%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpExpandedMultiVectorMatrix.cpp.obj cp -rp ParModelicaBuiltin.mo /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ 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 cp -rp OCLRuntimeUtil.cl /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/explicit/openclrt/ [ 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/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 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 make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' [ 89%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpLapack.cpp.obj [ 89%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpLowRankUpdateSymMatrix.cpp.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 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 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 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" | ^ 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 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 | mysnIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/src/contrib/LinearSolverLoader/HSLLoader.c:9: 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 SHAREDprLIBEXT "dll" | ^ intf(msgBuf, msgLen, "Windows error while loading dynamic library %s, error = %d.\n(see http://msdn.microsoft.com/en-us/library/ms681381%%28v=vs.85%%29.aspx)\n", libName, 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 [ 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 -- Looking for wcslwr - found -- Looking for wcsnicmp 3 warnings generated. [ 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 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/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 [ 94%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpSymScaledMatrix.cpp.obj [ 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/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 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 [ 58%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_model_variables.c.obj [ 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 1 warning generated. [ 97%] Building CXX object Ipopt/CMakeFiles/ipopt.dir/__/src/LinAlg/IpZeroSymMatrix.cpp.obj [ 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/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 [ 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/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 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 [ 64%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_sim_data.c.obj -- 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 -- Setting build type to 'Release' as none was specified. [ 70%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_input_xml.c.obj -- Looking for wcsnicmp - found -- Looking for wcsicmp [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 [ 76%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_mmap.c.obj -- TBB: NOT using libc++. 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 -- Configuring done (1.8s) -- Generating done (0.0s) C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libipopt.a -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' make -C 3rdParty/tbb/build_cmake install [ 82%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_posix_func.c.obj 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 [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 /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 -f CMakeFiles/Makefile2 preinstall make -f CMakeFiles/Makefile2 all 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' 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 Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake 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=" -- Install configuration: "" -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/doc/IpOpt/LICENSE [ 88%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_solve_alg_system.c.obj -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/doc/IpOpt/README.md -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libcoinmumps.a 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 -- 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 -- Looking for wcsicmp - found make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' -- Looking for C++ include cstdint -- 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 -- 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 [ 2%] Building CXX object CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.obj -- 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 /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 -- 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 [ 5%] Building CXX object CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.obj -- 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 /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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/Ipopt/IpIpoptData.hpp [ 7%] Building CXX object CMakeFiles/tbb_static.dir/src/old/spin_rw_mutex_v2.cpp.obj -- 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 /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 -- 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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- 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 [ 10%] Building CXX object CMakeFiles/tbb_static.dir/src/old/task_v2.cpp.obj -- 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 /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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 13%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/arena.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/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 [ 15%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/cache_aligned_allocator.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] -- 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 /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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/share/doc/IpOpt/Ipopt/AUTHORS clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 18%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/concurrent_hash_map.cpp.obj make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/Ipopt-3.13.4/build' /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 [ 94%] Building C object base/CMakeFiles/OMSIBase_static.dir/src/omsi_utils.c.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 21%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/concurrent_monitor.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_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] [ 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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 28%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/condition_variable.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/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 /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 [ 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] /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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 36%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/governor.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/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 [ 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 -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++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 42%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/market.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/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 [ 44%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/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/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 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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 50%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/pipeline.cpp.obj [100%] Linking C static library libOMSIBase_static.a /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++: 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++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 55%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/queuing_mutex.cpp.obj [ 57%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/queuing_rw_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_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 /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 [ 60%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/reader_writer_lock.cpp.obj clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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/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 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 [ 63%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/recursive_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/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 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/llvm-ranlib.exe libOMSIBase_static.a /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++: 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] [ 71%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/spin_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/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 [100%] Built target OMSIBase_static [ 73%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/spin_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/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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 76%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/task.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.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 make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' 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 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSI/Build_static' [ 81%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_main.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_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 /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 /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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 89%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_statistics.cpp.obj -- Looking for C++ include cstdint - found -- Performing Test CSTDINT_FUNCTIONAL /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 [ 92%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/tbb_thread.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_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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 94%] Building CXX object CMakeFiles/tbb_static.dir/src/tbb/x86_rtm_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/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++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 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 clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] [ 29%] Built target OMSISolver_static [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 -- 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 -- Performing Test CSTDINT_FUNCTIONAL - Success -- Looking for C++ include inttypes.h -- The C compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang 17.0.6 -- Looking for C++ include inttypes.h - found -- Check size of off_t [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 /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E cmake_link_script CMakeFiles/tbb_static.dir/link.txt --verbose=1 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libtbb_static.a -- Detecting C compiler ABI info make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/tbb/build_cmake' [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 make -f CMakeFiles/Makefile2 preinstall 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' 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/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 -- 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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range3d.h -- 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 -- 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 -- 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 -- 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 -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_set.h -- Installing: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_unordered_map.h -- 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 -- 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 -- 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 -- 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 -- Check size of off_t - done -- Check size of size_t -- 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 -- 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 -- 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 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 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 -- Detecting CXX compiler ABI info -- Check size of size_t - done -- Check size of ssize_t -- 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_ -- Check size of ssize_t - done -- Check size of wchar_t -- Looking for sgemm_ - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Check size of wchar_t - done -- Check size of signed short -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Check size of signed short - done -- Check size of unsigned short -- Looking for sgemm_ -- Looking for sgemm_ - found -- Found BLAS: C:/OMDevUCRT/tools/msys/ucrt64/lib/libopenblas.dll.a -- Check size of unsigned short - done -- Check size of signed int -- Looking for cheev_ -- Check size of signed int - done -- Check size of unsigned int -- 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 (3.3s) -- 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); | ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 warnings generated. -- Check size of unsigned int - done -- Check size of signed long [ 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. [ 29%] Linking C shared library libOMSISolver.dll -- Check size of signed long - done -- Check size of unsigned long [ 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 [ 47%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_initialization.c.obj -- Check size of unsigned long - done -- Check size of signed long long [ 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 -- Check size of signed long long - done -- Check size of unsigned long long [ 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 [ 82%] Building C object base/CMakeFiles/OMSIBase.dir/src/omsi_posix_func.c.obj -- Check size of unsigned long long - done -- Check size of __int64 [ 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 __int64 - done -- Check size of unsigned __int64 [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 [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 -- Check size of unsigned __int64 - done -- Check size of unsigned char * -- 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 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 -- Check size of unsigned char * - done -- The C compiler identification is Clang 17.0.6 -- 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 -- The CXX compiler identification is Clang 17.0.6 -- Detecting C compiler ABI info -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test XERCES_HAVE_STD_THREAD -- 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 -- Performing Test XERCES_HAVE_STD_THREAD - Success -- Looking for C++ include winsock2.h -- 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_static.a -- Configuring done (1.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/OMSIC/Build_static 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. 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 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 [ 14%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_helper.c.obj 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.") | ^ [ 28%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_initialization.c.obj [ 42%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_getters_and_setters.c.obj -- Looking for C++ include winsock2.h - found -- Looking for C++ include nl_types.h [ 57%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_event_simulation.c.obj [ 71%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/omsu_continuous_simulation.c.obj 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.") | ^ [ 85%] Building C object src/omsu/CMakeFiles/OMSIC_static.dir/__/fmi2/omsi_fmi2_wrapper.c.obj -- Looking for C++ include nl_types.h - not found -- Looking for catopen 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 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 -- Looking for catopen - not found -- Looking for catclose 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 -- The C compiler identification is Clang 17.0.6 -- The CXX compiler identification is Clang 17.0.6 -- Looking for catclose - not found -- Looking for catgets -- Detecting C compiler ABI info -- Looking for catgets - not found -- Looking for C++ include iconv.h -- 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 om_pm_model.cpp:281:17: warning: 'operator<<' is deprecated: Since 3.0.0; use operator>>(std::istream&, basic_json&) [-Wdeprecated-declarations] 281 | 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))) | ^ 1 warning generated. -- Detecting CXX compiler ABI info -- Looking for C++ include iconv.h - found -- Looking for C++ include stdio.h 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:88:7: note: in instantiation of member function 'openmodelica::parmodelica::TaskSystem_v2::TaskSystem_v2' requested here 88 | , 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:88:7: note: in instantiation of member function 'openmodelica::parmodelica::TaskSystem_v2::TaskSystem_v2' requested here 88 | , 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(); } | ^ -- Looking for C++ include stdio.h - found -- Looking for C++ include ctype.h -- 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 (1.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/OMSIC/Build_dynamic 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. [ 14%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_helper.c.obj [ 28%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_initialization.c.obj -- Looking for C++ include ctype.h - found -- Looking for C++ include errno.h [ 42%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_getters_and_setters.c.obj 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 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/ [ 57%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_event_simulation.c.obj make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/auto' [ 71%] Building C object src/omsu/CMakeFiles/OMSIC.dir/omsu_continuous_simulation.c.obj -- Looking for C++ include errno.h - found -- Looking for iconv_open [ 85%] Building C object src/omsu/CMakeFiles/OMSIC.dir/__/fmi2/omsi_fmi2_wrapper.c.obj 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.a 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libOMSIC.a [100%] Built target OMSIC make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/OMSIC/Build_dynamic' -- Looking for iconv_open - not found -- Looking for iconv_close [100%] Built target OMSIC 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' make -C SimulationRuntime/c -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' -- Looking for iconv_close - not found -- Looking for iconv 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 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 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 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 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 ./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/./util/read_write.o ./util/read_write.c 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) | ^ 3 warnings generated. ./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)));} | ^ 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 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 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 ./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/boolean_array.o ./util/boolean_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/context.o ./util/context.c ./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/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 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/list.o ./util/list.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/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 ./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 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 ./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, | ^~~~~~~~~~~~~~~~~~~~~~~ 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 -- Looking for iconv - not found -- Looking for wcstombs 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 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/ringbuffer.o ./util/ringbuffer.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/simulation_options.o ./util/simulation_options.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/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 ./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 -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/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/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/OldModelicaTables.o ./util/OldModelicaTables.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/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 ./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 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/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 7 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/rtclock.o ./util/rtclock.c ./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)); | ^~~~~~~~~~~~~~~~~ ./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); | ^~~~~~~~~~~~~~ 1 warning generated. ./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)) { | ^~~~~~~~~~~ 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 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 -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 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 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 ./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*); | ^ 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 -- Looking for wcstombs - found -- Looking for mbstowcs ./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_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 t),f->fp); | ^ ./util/OldModelicaTables.c:846:12: warning: variable 'col' set but not used [-Wunused-but-set-variable] 846 | size_t col; | ^ 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/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 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 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 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 ./util/rtclock.c:164:11: warning: variable 'TSC' is uninitialized when used here [-Wuninitialized] 164 | return TSC; | ^~~ ./util/rtclock.c:162:26: note: initialize the variable 'TSC' to silence this warning 162 | register long long TSC asm("eax"); | ^ | = 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/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 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 2 warnings 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/events.o ./simulation/solver/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/external_input.o ./simulation/solver/external_input.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/real_time_sync.o ./simulation/solver/real_time_sync.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/solver_main.o ./simulation/solver/solver_main.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/cvode_solver.o ./simulation/solver/cvode_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/dae_mode.o ./simulation/solver/dae_mode.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/dassl.o ./simulation/solver/dassl.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 -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 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 ./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/gbode_events.o ./simulation/solver/gbode_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/gbode_main.o ./simulation/solver/gbode_main.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/gbode_nls.o ./simulation/solver/gbode_nls.c ./simulation/solver/delay.c:61:19: warning: variable 'prevTime' set but not used [-Wunused-but-set-variable] 61 | double curTime, prevTime; | ^ 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 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/gbode_step.o ./simulation/solver/gbode_step.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/gbode_tableau.o ./simulation/solver/gbode_tableau.c ./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 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 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 ./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/irksco.o ./simulation/solver/irksco.c ./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) { | ^ ~ ./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 ./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 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 ./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 -- Looking for mbstowcs - found 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 -- Performing Test HAVE_STD_char16_t 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 2 warnings generated. 3 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 -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/linearSolverLis.o ./simulation/solver/linearSolverLis.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/linearSolverUmfpack.o ./simulation/solver/linearSolverUmfpack.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/newton_diagnostics.o ./simulation/solver/newton_diagnostics.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 -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/newtonIteration.o ./simulation/solver/newtonIteration.c ./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, | ^~~~~~~~~~~~~~~~~ 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 8 warnings generated. ./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 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 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/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -o build/c/./simulation/solver/sundials_util.o ./simulation/solver/sundials_util.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/sym_solver_ssc.o ./simulation/solver/sym_solver_ssc.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/solver/initialization/initialization.o ./simulation/solver/initialization/initialization.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/DebugeOptimization.o ./optimization/DataManagement/DebugeOptimization.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/DerStructure.o ./optimization/DataManagement/DerStructure.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/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/gbode_util.c:619:29: warning: variable 'j' set but not used [-Wunused-but-set-variable] 619 | unsigned int row, col, i, j; | ^ 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/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/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/optimizer_main.o ./optimization/optimizer_main.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 ./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) | ^~~~~~~~~~~~~~ ./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; | ^ 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../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/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_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/MatVer4.o ./simulation/results/MatVer4.cpp ./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->integclang++ -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 erVarsData[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; | ^ 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 ./simulation/solver/nonlinearSolverNewton.c:199:7: warning: variable 'continuous' set but not used [-Wunused-but-set-variable] 199 | int continuous = 1; | ^ 1 warning generated. ./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); | ^~~~~~~~~~~~~~~~~~~ 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../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/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 3 warnings generated. ./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; | ^ 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 -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/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 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 -- Performing Test HAVE_STD_char16_t - Success -- Check size of char16_t 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 ./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]); | ^~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. ./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->integerParamDeps: ./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 eterData[i].info.name, mData->integerParameterData[i].attribute.start); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | %lld 2 warnings generated. 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/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 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 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/./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 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 4 warnings generated. 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/options.o ./simulation/options.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/./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/./meta/meta_modelica_catch.o meta/meta_modelica_catch.c -g 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 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 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 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 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ 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 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. 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/./fmi/FMI2ModelExchange.o ./fmi/FMI2ModelExchange.c ./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 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 ./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 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 ./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) | ^~~~~~~~~~~~~~~~~~~~~~~~ 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/ make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ cp -a configure.ac CMakeLists.txt.in /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, cIn file included from o./fmi/FMI1CoSimulation.c:ns35t char* module: In file included from ./fmi/FMICommon.h:41: , const cIn file included from ../../3rdParty/FMIL/install/include/fmilib.h:27h: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:26: ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:ar*99:18: warning: unused function 'jm_get_last_error' [-Wunused-function] fmt, va_list ap 99 | sta) {} | ^~~~~~~~~~~~~~ tic jm../../3rdParty/FMIL/install/include/JM/jm_callbacks.h_string: jm_get214:13: warning: unused function 'jm_log_debug' [-Wunused-function]_l ast_e rror(jm_callbacks214 | static v* coid b) {rejturn cbm_->elrrMessaogg_eBuffedebr; ug(jm_call} | ^~~~~~~~~~~~~~~~~backs* cb, const ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104:13char: * warning: moduunused function 'jm_clear_last_error' [-Wunused-function] le, const c 104 | har* fmt,static voi d ..jm_clear_last_error(jm_callbacks* c.) {} b | ^~~~~~~~~~~~ ) { cb->errMIn file included from ./fmi/FMI2Common.c:essa35: In file included from ./fmi/FMI2Common.h:34: In file included from ./fmi/FMICommon.h:41: geBuIn file included from ../../3rdParty/FMIL/install/include/fmilib.h:27: In file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:f29: ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48:fer[21: 0] = 0; }warning: unused function 'fmi1_get_platform' [-Wunused-function] | ^~~~~~~~~~~~~~~~~~~ 48 | stat../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:i209:13: warning: c unused function 'jm_log_debug_v' [-Wunused-function] const 209 | statichar *c void fmi1_get_platform(voidjm) { | ^~~~~~~~~~~~~~~~~ _log_dIn file included from ./fmi/FMI2Common.c:eb35: In file included from ug_./fmi/FMI2Common.h:34: In file included from v./fmi/FMICommon.h(jm_cal:41: In file included from lbacks* cb, ../../3rdParty/FMIL/install/include/fmilib.h:27: consIn file included from ../../3rdParty/FMIL/install/include/FMI/fmi_import_context.h:t31 : char* ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53:21: warning: unused function 'fmi2_get_types_platform' [-Wunused-function] m 53 | odule,static const const cha charr* * fmi2_gefmt, va_ltist a_tp) {ypes_platfo} | rm ^~~~~~~~~~~~~~ (vo../../3rdParty/FMIL/install/include/JM/jm_callbacks.hid) {: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) { | ^~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. 6 warnings generated. mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers external_solvers 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 -- Check size of char16_t - done -- Performing Test WINDOWS_wchar make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/fmi/export/buildproject' 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 6 warnings generated. 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; | ^ 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 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 C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: `u' modifier ignored since `D' is the default (see `U') 1 warning generated. C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libOpenModelicaFMIRuntimeC.a make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' ranlib libOpenModelicaFMIRuntimeC.a cp -p libOpenModelicaRuntimeC.dll /c/dev/jenkins/ws/Windows/OM_Win/build/bin 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 libOpenModelicaRuntimeC.dll.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc # copy header files make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/c' 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 -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 ./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/ 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 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 \ "../../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" 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/ 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 13 warnings generated. mv RuntimeSources.mo.tmp RuntimeSources.mo 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/ -- Performing Test WINDOWS_wchar - Success -- Performing Test CXX_matching-delete-operator 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 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 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/modelica_string_lit.o util/modelica_string_lit.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/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 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 5 warnings generated. 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/omc_file.o util/omc_file.c -- Performing Test CXX_matching-delete-operator - Success 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 -- Performing Test HAVE_BOOL 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 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 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 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 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, | ^~~~~~~~~~~~~~~~~~~~~~~ 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 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) | ^~~~~~~~~~~~~~~~~~~~~ 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 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/varinfo.o util/varinfo.c 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) | ^~~~~~~~~~~~~~~~~~~~~ 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 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 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 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 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) { | ^ ~~~~~~~~~~~~~~~~~~~~ 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 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, | ^~~~~~~~~~~~~~~~~~~~ 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/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 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 -I../.. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/ryu/ryu/ -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/sundials/ -I/c/dev/jenkins/ws/Windows/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 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 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 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 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 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(dsimulation/solver/linearSystem.c:54:13: warning: unused function 'setAElementLis' [-Wunused-function] ouble d) | ^~~~~~~~~~~ simulation/../meta/meta_modelica.h:54212:14: warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] | st 212 | staticatic void void* mmc_mk_modeliscae_atrAEray(base_array_t lementLis(int row, inta corr) | ^~~~~~~~~~~~~~~~~~~~~ l, 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); | ^~~~~~~~~~~~~~ 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 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 simulation/solver/initialization/initialization.o simulation/solver/initialization/initialization.c 2 warnings generated. simulation/solver/delay.c:61:19: warning: variable 'prevTime' set but not used [-Wunused-but-set-variable] 61 | double curTime, prevTime; | ^ 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) | ^~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. 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) { | ^ ~ 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/spatialDistribution.c:536:14: warning: simulation/solver/model_help.cvariable 'zeroCrossingValue' is used uninitialized whenever 'while' loop exits because its condition is false [-Wsometimes-uninitialized] :347:34: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 343 | infoStreamPrin 536 | while (currentNode != NULL) { | ^~~~~~~~~~~~~~~~~~~ simulation/solver/spatialDistribution.c:563:111: note: uninitialized use occurs here t(stream, 0, "[%ld] paramet 563 | infoStreamPrint(LOG_SPATIALDISTR, 0, "List of events for spatialDistributionZeroCrossing(%e) = %e\n", posX, zeroCrossingValue); | ^~~~~~~~~~~~~~~~~ er Integer %s(start=%ld, fixed=%s) = %ld", i+1, | ~~~ | %lld 344 | 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 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/spatialDistribution.c:536:14simulation/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 : 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/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 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 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 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 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 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 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) | ^~~~~~~~~~~~~~~~~~~~~ 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 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 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/dogleg_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dogleg_.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/r1mpyq_.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/r1mpyq_.c 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/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 1 warning 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 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));} | ^~~~ 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 -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 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 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 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 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 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) { | ^ | ) 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 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));} | ^~~~ 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/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) {reIn file included from turnC:/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] ((a) <= (b) 158 | static in ? (a) :teger lmin( l(ong a, long b)b {re))t;} u r| n ( ^~~~(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/dgemm.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/dgemm.c 2 warnings generated. 1 warning generated. 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));} | ^~~~ 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));} | ^~~~ 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));} | ^~~~ 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 2 warnings generated. 8 warnings generated. 1 warning generated. 2 warnings generated. 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));} | ^~~~ 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 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/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));} | ^~~~ 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 10 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 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/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));} | ^~~~ 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 1 warning generated. 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));} | ^~~~ 2 warnings generated. 9 warnings 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));} | ^~~~ 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. 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; | ^ 2 warnings generated. 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) | ^~~~~~~~~~~~~~~~~~~~~ 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:simulation/solver/nonlinearSystem.c: 1203note: :place parentheses around the '&&' expression to silence this warning 89 | 92: i f (inwarning: tformat specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] a >= 11203 | infoSt2r9eam && inta <= 1P3r7 || inta >int(L= 145OG_NL &S& _EXTRiAPnta OLATE, 1<= 153 || inta , " | ( N 90 | onlinea >=r system 162% && ild dumnpta <= L1OG_NLS_EXTRAPOLATE", no69) n{l i nsys->e| quati ^ | )onIn dex); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %lld 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 >= 12simulation/solver/nonlinearSystem.c:1223:98: warning: format specifies type 'long' but the argument has type 'modelica_integer' (aka 'long long') [-Wformat] 9 && in1223 | tb < = infoStreamPr 1int(LOG_3NLS, 1, 7"#### #######|| intb # Solve nonlin>= ear 145s && inysttb = ys->129e &&quati intb onIn<= dex,137 da ta->loc|| ianlDatatb >= 1[0]->45 &&ti meiValue);n tb <= 153 || | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ intb | ~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~ | %lld 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) { | ^ | ) 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 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));} | ^~~~ 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 | staticIn file included from simulation/solver/nonlinearSystem.c:57: insimulation/solver/../../meta/meta_modelica.hteger :202:14: warning: unused function 'mmc_mk_rcon' [-Wunused-function] lm 202 | statax(long a,ic void* m longm b) c_mk_rco{ren(douturn (ble(a) >d) | ^~~~~~~~~~~= (b) ? ( asimulation/solver/../../meta/meta_modelica.h:212:14: ) : warning: unused function 'mmc_mk_modelica_array' [-Wunused-function] ( 212 | sb));}tat | i ^~~~ c void* mmc_mk_modelica_array(base_array_t arr) | ^~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. 3 warnings generated. 8 warnings generated. -- Performing Test HAVE_BOOL - Success 2 warnings generated. -- Performing Test HAVE_CONST 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) | ^~~~~~~~~~~~~~~ 5 warnings generated. 6 warnings 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 -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/pow_di.o /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/external_solvers/pow_di.c 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));} | ^~~~ 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));} | ^~~~ 2 warnings generated. 2 warnings generated. 2 warnings generated. -- Performing Test HAVE_CONST - Success -- Performing Test CXX_HAS_inline 3 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' -- Performing Test CXX_HAS_inline - Success -- Performing Test HAVE_VOLATILE -- Performing Test HAVE_VOLATILE - Success -- Performing Test HAVE_LSTRING 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 -- Performing Test HAVE_LSTRING - Success -- Performing Test HAVE_NAMESPACES -- Performing Test HAVE_NAMESPACES - Success # copy libraries -- Performing Test HAVE_STD_LIBS 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 -- Performing Test HAVE_STD_LIBS - Success -- Performing Test HAVE_STD_NAMESPACE 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/ -- Performing Test HAVE_STD_NAMESPACE - Success -- Performing Test CXX_NEEDS_msse2 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/ 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.. -- Performing Test CXX_NEEDS_msse2 - Success -- Performing Test XERCES_HAVE_INTRIN_H make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' 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++ -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.. 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 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/ java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica.g 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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report MetaModelica_Lexer.g java -cp ../3rdParty/antlr/3.2/libantlr3c-3.2/../tool/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report Modelica_3_Lexer.g 1 warning generated. 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) | ^~~~~~~~~~~~~~~~~~~~~~~ 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) 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.. 2 warnings generated. 1 warning generated. 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/ warning(105): Modelica.g:1779:5: no lexer rule corresponding to token: PURE warning(105): Modelica.g:293:10: no lexer rule corresponding to token: PURE 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.. 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 "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 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; | ^ -- Performing Test XERCES_HAVE_INTRIN_H - Success -- Performing Test XERCES_HAVE_EMMINTRIN_H 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: 32 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 "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.. 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: 27 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 1 warning generated. 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: 42 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 ## Recover from the removal of ParModelica_Lexer.h ## Recover from the removal of ParModelica_Lexer.c 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.. ## 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 MetaModelica_Lexer.h ## Recover from the removal of MetaModelica_Lexer_BaseModelica_Lexer.h ## Recover from the removal of Modelica_3_Lexer.h ## Recover from the removal of Modelica_3_Lexer_BaseModelica_Lexer.h ## Recover from the removal of MetaModelica_Lexer_BaseModelica_Lexer.c ## Recover from the removal of MetaModelica_Lexer.c 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 "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.. 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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: 162 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 1 warning generated. 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.. ## Recover from the removal of ModelicaParser.h ## Recover from the removal of ModelicaParser.c 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.. -- Performing Test XERCES_HAVE_EMMINTRIN_H - Success -- Performing Test HAVE_CPUID_H configure: loading site script /etc/config.site 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.. checking for a BSD-compatible install... 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.. /usr/bin/install -c checking whether build environment is sane... 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.. -- Performing Test HAVE_CPUID_H - Success -- Performing Test XERCES_HAVE_CPUID_INTRINSIC 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/ 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.. 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.. 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.. 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. 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.. 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; | ^ 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 "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.. 1 warning generated. 1 warning generated. 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.. 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.. -- Performing Test XERCES_HAVE_CPUID_INTRINSIC - Success -- Performing Test XERCES_HAVE_GETCPUID 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. 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.. yes checking for gawk... gawk checking whether make sets $(MAKE)... rm -f libomcruntime-boot.a yes 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 C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomcruntime-boot.a 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 checking for C compiler default output file name... -- Performing Test XERCES_HAVE_GETCPUID - Success -- Performing Test XERCES_HAVE_SSE2_INTRINSIC 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" a.exe checking whether the C compiler works... make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/runtime' yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... -- Performing Test XERCES_HAVE_SSE2_INTRINSIC - Success -- Performing Test HAVE_PATH_MAX yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of clang... -- Performing Test HAVE_PATH_MAX - Success -- Performing Test HAVE_MBRLEN 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... -- Performing Test HAVE_MBRLEN - Success -- Performing Test HAVE_WCSRTOMBS 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 -- Performing Test HAVE_WCSRTOMBS - Success -- Performing Test HAVE_MBSRTOWCS checking for ANSI C header files... -- Performing Test HAVE_MBSRTOWCS - Success -- Performing Test ICONV_USES_CONST_POINTER yes checking for sys/types.h... -- Performing Test ICONV_USES_CONST_POINTER - Failed yes -- -- 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 checking for sys/stat.h... -- 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 (95.6s) yes checking for stdlib.h... yes checking for string.h... -- Generating done (0.4s) yes -- 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 checking for memory.h... /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/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/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]: 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/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]: 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 -f 3rdParty/zlib/CMakeFiles/zlibstatic.dir/build.make 3rdParty/zlib/CMakeFiles/zlibstatic.dir/build make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' make -f 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/build.make 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/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[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/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[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/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[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' yes 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' [ 1%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/adler32.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 CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Base64.cpp.obj [ 1%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/compress.obj 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' cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 1%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/ioapi.c.obj [ 1%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lapi.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/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 [ 1%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/crc32.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/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 [ 1%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinFileInputStream.cpp.obj [ 1%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/miniunz.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/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/zlib/CMakeFiles/zlibstatic.dir/deflate.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/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 [ 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/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/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 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/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 [ 2%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinInputStream.cpp.obj [ 2%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/minizip.c.obj [ 2%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzclose.obj [ 2%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lctype.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 [ 4%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/unzip.c.obj [ 4%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj [ 4%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj [ 4%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BinMemInputStream.cpp.obj [ 4%] 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/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/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_bandpre.c.obj [ 4%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.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/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 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 checking for strings.h... 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 [ 4%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzlib.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/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 [ 4%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/BitSet.cpp.obj [ 4%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/zip.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 [ 4%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzread.obj [ 4%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldo.c.obj [ 4%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj [ 4%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.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/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 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 [ 4%] Building C object 3rdParty/minizip/src/CMakeFiles/oms_minizip.dir/iowin32.c.obj [ 4%] 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/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 [ 4%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/gzwrite.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/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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 4%] 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/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 [ 5%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/EncodingValidator.cpp.obj [ 5%] 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/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 [ 7%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lfunc.c.obj [ 7%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inflate.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.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 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/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/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/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 [ 7%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/infback.obj [ 7%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj [ 8%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lgc.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/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/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 [ 8%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.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_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/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/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 [ 8%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inftrees.obj [ 10%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/HeaderDummy.cpp.obj [ 10%] 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/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 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 yes [ 10%] 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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 checking for inttypes.h... 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 [ 10%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj [ 10%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/inffast.obj [ 10%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/HexBin.cpp.obj [ 10%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.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/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_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 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 [ 10%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lmem.c.obj [ 10%] 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_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 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/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 [ 10%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lobject.c.obj [ 11%] 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/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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_matrix.c.obj [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lopcodes.c.obj [ 11%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/uncompr.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/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/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 [ 11%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_linearsolver.c.obj [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lparser.c.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_ls.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/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_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/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/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 [ 11%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstate.c.obj [ 11%] Building C object 3rdParty/zlib/CMakeFiles/zlibstatic.dir/zutil.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nonlinearsolver.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/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 [ 11%] 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_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 [ 11%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/KVStringPair.cpp.obj [ 11%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_nls.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/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 CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/Mutexes.cpp.obj [ 13%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltable.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 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/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 [ 13%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PanicHandler.cpp.obj [ 13%] 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/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 yes 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 13%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PlatformUtils.cpp.obj [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.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/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 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 [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_proj.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/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 checking for stdint.h... [ 14%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.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/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 [ 14%] 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 [ 14%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.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_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/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 [ 14%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/PSVIUni.cpp.obj [ 14%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltm.c.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 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 [ 15%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_matrix.c.obj [ 15%] 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/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 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 [ 15%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj [ 15%] 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/__/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 [ 15%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/QName.cpp.obj [ 15%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj [ 15%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_version.c.obj [ 15%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj [ 15%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nonlinearsolver.c.obj [ 15%] 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/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 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 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 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 [ 15%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.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/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_version.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/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 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 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 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 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 [ 17%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector_senswrapper.c.obj [ 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/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 [ 17%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/nvector/serial/nvector_serial.c.obj [ 17%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lvm.c.obj [ 17%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ASCIIRangeFactory.cpp.obj [ 17%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_futils.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/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/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/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 [ 17%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/nvector/serial/nvector_serial.c.obj [ 17%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj [ 17%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/band/sunmatrix_band.c.obj [ 17%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lzio.c.obj [ 17%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/dense/sunmatrix_dense.c.obj [ 18%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/dense/sunmatrix_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/__/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/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 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/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 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 [ 18%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 18%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunmatrix/sparse/sunmatrix_sparse.c.obj [ 20%] 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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 yes 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 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 [ 20%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 20%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/band/sunlinsol_band.c.obj [ 20%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/BMPattern.cpp.obj [ 20%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/CharToken.cpp.obj [ 20%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/dense/sunlinsol_dense.c.obj [ 21%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/dense/sunlinsol_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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 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 checking for unistd.h... [ 21%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ClosureToken.cpp.obj C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe liboms_minizip.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/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 [ 21%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lauxlib.c.obj [ 21%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ConcatToken.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/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/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 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 [ 24%] Linking C static library libzlibstatic.a [ 24%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lcorolib.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/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 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/zlib && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/zlibstatic.dir/cmake_clean_target.cmake 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/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 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)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' 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 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(); | ^~~~~~~~~~~~~ [ 24%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ldblib.c.obj [ 24%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Match.cpp.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.c.obj [ 24%] Built target oms_minizip [ 24%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spbcgs/sunlinsol_spbcgs.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/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/__/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/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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 24%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/liolib.c.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spfgmr/sunlinsol_spfgmr.c.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/spgmr/sunlinsol_spgmr.c.obj [ 24%] 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 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 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/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 [ 24%] Building C object 3rdParty/sundials-5.4.0/src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 24%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lmathlib.c.obj [ 24%] Building C object 3rdParty/sundials-5.4.0/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sunlinsol/sptfqmr/sunlinsol_sptfqmr.c.obj [ 24%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/Op.cpp.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 [ 24%] 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/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 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 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/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/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 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 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 [ 26%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/loadlib.c.obj [ 26%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/OpFactory.cpp.obj [ 26%] 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/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 [ 27%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/ParenToken.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/__/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:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libzlibstatic.a [ 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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lstrlib.c.obj [ 28%] 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/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 yes make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 28%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/ltablib.c.obj [ 28%] 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 [ 30%] Built target zlibstatic [ 30%] Building C object 3rdParty/Lua/lua-5.4.6/CMakeFiles/lua_static.dir/src/lutf8lib.c.obj 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/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 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 checking dlfcn.h usability... [ 30%] 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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 30%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RangeToken.cpp.obj [ 30%] 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/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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=" [ 30%] 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/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 [ 30%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegularExpression.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/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 [ 30%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxParser.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/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 [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/RegxUtil.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/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 [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/StringToken.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/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 [ 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 [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/TokenFactory.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 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); | ^~~~~~~~~~~~~~~~~~~~~~ [ 31%] 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/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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/UnionToken.cpp.obj [ 31%] 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 no checking dlfcn.h presence... [ 31%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/regx/XMLRangeFactory.cpp.obj [ 31%] 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 31%] Building C object 3rdParty/fmi4c/CMakeFiles/fmi4c.dir/3rdparty/ezxml/ezxml.c.obj [ 31%] 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/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 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: | ^~~~ 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: | ^~~~~~~ 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) { | ^ 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 { | ^~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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/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%] Linking C static library liblua_static.a [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/StringPool.cpp.obj 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 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 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 [ 33%] 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 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 [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/TransService.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/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 [ 33%] 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 [ 33%] 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe liblua_static.a [ 33%] 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 [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLAbstractDoubleFloat.cpp.obj no checking for dlfcn.h... no [ 33%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLASCIITranscoder.cpp.obj make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' 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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 33%] 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 33%] 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 [ 36%] Linking C static library libfmi4c.a [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLBigDecimal.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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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%] 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 [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLChar.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/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 checking whether we are using the GNU C++ compiler... [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 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 [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLDateTime.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/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 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); | ^~~~~~~~ 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 [ 36%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLDouble.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/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 C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libfmi4c.a [ 36%] Linking C static library libsundials_cvode.a [ 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/sundials-5.4.0/src/cvode && /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/sundials_cvode_static.dir/cmake_clean_target.cmake C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libsundials_kinsol.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/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()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' 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; | ^~~~ [ 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 [ 37%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/XMLInitializer.cpp.obj [ 37%] Built target fmi4c make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build' yes checking whether clang++ accepts -g... 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/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/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/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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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%] Built target sundials_kinsol_static 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 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 [ 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 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) | ^ [ 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libsundials_cvode.a 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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; | ^~~~~~ [ 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 yes checking dependency style of clang++... 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/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 [ 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/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(); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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(); | ^~~~~~~~~~~~~ [ 39%] Built target sundials_cvode_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/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 [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/DOMLSException.cpp.obj 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 | ^~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~ [ 40%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMAttrMapImpl.cpp.obj [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 [ 42%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMDeepNodeListImpl.cpp.obj gcc3 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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); | ^ 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]; | ^~~~~~ 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); | ^~~~~~~~~~~~~~ checking how to run the C++ preprocessor... 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/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/DOMDocumentFragmentImpl.cpp.obj [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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; | ^~~~~~~~~~~~~~~~~~~~ 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 [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMElementImpl.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/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 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); | ^ [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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); | ^ [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMErrorImpl.cpp.obj 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/DOMImplementationImpl.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 43%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMImplementationListImpl.cpp.obj 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); | ^ 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/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 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; | ^~~~~~~~~~~~~~~~~~~~~~ [ 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 [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 clang++ -E [ 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 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]; | ^~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 [ 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 [ 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 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]; | ^~~~~~ 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); | ^~~~~~~~~~~ [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMProcessingInstructionImpl.cpp.obj [ 46%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMRangeImpl.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^ 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); | ^ [ 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/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 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 ) | ^ [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTextImpl.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/DOMTreeWalkerImpl.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/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 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); | ^~~~~~~~~~~ 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... [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMTypeInfoImpl.cpp.obj 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMLSInputImpl.cpp.obj [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ checking whether we are using the GNU Fortran 77 compiler... 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); | ^ [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathExpressionImpl.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/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 | ^~~~~~~~~~~ [ 47%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/dom/impl/DOMXPathNSResolverImpl.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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 yes checking whether gfortran accepts -g... cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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; | ^~~~~~~~~~~~~~~~~~~ [ 50%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/PSVIElement.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/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/PSVIItem.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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 | ^~~~~~~~~~~~~ [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 yes checking the maximum length of command line arguments... 8192 checking command to parse /ucrt64/bin/nm -B output from clang object... 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 [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSComplexTypeDefinition.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/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/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 | ^~~~~~~~~~~~~ [ 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/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/XSModelGroup.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/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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 | ^~~~~~~~~~~ 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/XSModelGroupDefinition.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 | ^~~~~~~~~~~~~ [ 52%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSMultiValueFacet.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/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 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 | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~~ [ 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/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 | ^~~~~~~~~~~ [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/XSObject.cpp.obj [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSParticle.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~~~ [ 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/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/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 [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSTypeDefinition.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/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 | ^~~~~~~~~~~ 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 | ^~~~~~~~~~~~~ [ 53%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/psvi/XSValue.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/XSWildcard.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/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/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 | ^~~~~~~~~~~~~ [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/StdOutFormatTarget.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/URLInputSource.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/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 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 | ^~~~~~~~~~~~~ [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4DOMLSInput.cpp.obj [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/Wrapper4InputSource.cpp.obj ok checking for objdir... cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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(); | ^~~~~~~~~~~~~ [ 55%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLAttDef.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/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 .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip [ 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 [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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(); | ^~~~~~~~~~~~~ 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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ [ 56%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/framework/XMLFormatter.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/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 | ^~~~~~~~~~~ [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 checking if clang supports -fno-rtti -fno-exceptions... [ 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 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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] [ 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 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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/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 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/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 yes checking for clang option to produce PIC... -DDLL_EXPORT checking if clang PIC flag -DDLL_EXPORT works... [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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] [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/SGXMLScanner.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/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 [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/VecAttributesImpl.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 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/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/VecAttrListImpl.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/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] cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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] yes checking if clang static flag -static works... [ 60%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/WFXMLScanner.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/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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/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 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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/XMLScannerResolver.cpp.obj 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/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 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/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 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; | ^~~~~ yes checking if clang supports -c -o file.o... [ 62%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/internal/XSAXMLScanner.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/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 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; | ^~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ [ 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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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/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); | ^~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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] [ 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 [ 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 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; | ^~~~~~ [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/InputSource.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/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 [ 63%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/sax/SAXException.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/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 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 | ^~~~~~~~~~~ yes checking whether the clang linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... 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(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ 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 | ^~~~~~~~~~~ [ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentLeafNameTypeVector.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/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 [ 65%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/common/ContentSpecNode.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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ [ 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/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 | ^~~~~~~~~~~ [ 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/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/GrammarResolver.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/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 | ^~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 [ 66%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/AbstractNumericFacetValidator.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/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 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 yes checking whether -lc should be explicitly linked in... [ 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/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/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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/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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 | ^~~~~~~~~~~ [ 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 [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 yes checking dynamic linker characteristics... cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/DayDatatypeValidator.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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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/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 [ 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 Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... 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/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/DoubleDatatypeValidator.cpp.obj [ 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 yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 69%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/FloatDatatypeValidator.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/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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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); | ^~~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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/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); | ^~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ [ 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 [ 71%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/IDREFDatatypeValidator.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 | ^~~~~~~~~~~ [ 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/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/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/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 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/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 [ 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 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/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 | ^~~~~~~~~~~ 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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 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 | ^~~~~~~~~~~ [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/StringDatatypeValidator.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/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 [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/TimeDatatypeValidator.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/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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 | ^~~~~~~~~~~ [ 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 [ 72%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/datatype/YearDatatypeValidator.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/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; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/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 [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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/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/DTDElementDecl.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/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 | ^~~~~~~~~~~ [ 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/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 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 | ^~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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 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] [ 73%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/DTD/XMLDTDDescriptionImpl.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/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 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/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/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); | ^~~~~~~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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 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/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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 75%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IC_Field.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_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 [ 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_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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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 | ^~~~~~~~~~~ [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/IdentityConstraintHandler.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/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 [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/ValueStoreCache.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 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 [ 76%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/identity/XPathMatcher.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/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()) { | ^ 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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 [ 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: | ^~~~ [ 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 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/SchemaAttDef.cpp.obj [ 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/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 | ^~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 78%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/SchemaInfo.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/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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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/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/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 | ^~~~~~~~~~~~~ [ 79%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XercesAttGroupInfo.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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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/XMLSchemaDescriptionImpl.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/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 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 | ^~~~~~~~~~~ [ 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/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/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/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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 81%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/validators/schema/XSDLocator.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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 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 [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/WinSockNetAccessor.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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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/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 | ^~~~~~~~~~~ [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/NetAccessors/WinSock/BinHTTPURLInputStream.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/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); | ^~~~~~~~~~~~~ cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 82%] Building CXX object 3rdParty/xerces/src/CMakeFiles/xerces-c.dir/xercesc/util/MutexManagers/StdMutexMgr.cpp.obj 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/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 cd /C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src && /C/OMDevUCRT/tools/msys/ucrt64/bin/ccache.exe /C/OMDevUCRT/tools/msys/ucrt64/bin/c++.exe -DHAVE_CONFIG_H=1 -DXERCES_BUILDING_LIBRARY=1 -D_THREAD_SAFE=1 -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/3rdParty/xerces/src -I/C/dev/jenkins/ws/Windows/OM_Win/OMSimulator/build/3rdParty/xerces/src -Wall -Wcast-align -Wcast-qual -Wctor-dtor-privacy -Wextra -Wformat=2 -Wmissing-declarations -Wno-long-long -Woverlength-strings -Woverloaded-virtual -Wredundant-decls -Wreorder -Wswitch-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 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" configure: creating libtool 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" appending configuration tag "CXX" to libtool 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" 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 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" checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes C:/OMDevUCRT/tools/msys/ucrt64/bin/ranlib.exe libxerces-c.a checking for clang++ option to produce PIC... -DDLL_EXPORT checking if clang++ PIC flag -DDLL_EXPORT works... 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 yes checking if clang++ static flag -static works... 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 -f src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/build.make src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/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[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 yes checking if clang++ supports -c -o file.o... 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/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 [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/BusConnector.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/BusConnector.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Clock.cpp.obj [ 82%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.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 -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 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 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/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 [ 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 -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/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 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/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 [ 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 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.dir/ComponentFMUME.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ComponentFMUME.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComponentTable.cpp.obj [ 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 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/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 -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_static.dir/ComRef.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ComRef.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Connection.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/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 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 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.dir/Connector.cpp.obj [ 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 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/CSVReader.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/CSVReader.cpp.obj [ 85%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/CSVWriter.cpp.obj [ 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/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 [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/DirectedGraph.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.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 -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 -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 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/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 [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Element.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Element.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ExternalModelInfo.cpp.obj [ 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 -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 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 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 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 yes checking whether the clang++ linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Flags.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Flags.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/FMUInfo.cpp.obj [ 88%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.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 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 -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 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/Logging.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/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 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.dir/MatReader.cpp.obj [ 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 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 [ 88%] 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/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 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/MATWriter.cpp.obj [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.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 -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 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 Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 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 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_static.dir/OMSFileSystem.cpp.obj [ 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 [ 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 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_static.dir/OMSString.cpp.obj [ 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 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 [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ResultReader.cpp.obj [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.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/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.dir/ResultWriter.cpp.obj [ 91%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ResultWriter.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Scope.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Scope.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SignalDerivative.cpp.obj [ 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/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 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 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 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/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 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 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 [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/Snapshot.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/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/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 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.dir/StepSizeConfiguration.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/StepSizeConfiguration.cpp.obj [ 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/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 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 -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 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 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.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/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/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 /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.dir/SystemWC.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/SystemWC.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Values.cpp.obj [ 94%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.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 -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/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 -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 [ 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 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 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 [ 97%] Building C object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/whereami.c.obj [ 97%] Building C object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/whereami.c.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/XercesValidator.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.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 -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 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 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/ssd/ConnectionGeometry.cpp.obj [ 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/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/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 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/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 [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/ElementGeometry.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 -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 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 [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/SystemGeometry.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.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 -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 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 [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib_static.dir/ssd/Tags.cpp.obj [ 97%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/ssd/Tags.cpp.obj [100%] Building CXX object src/OMSimulatorLib/CMakeFiles/OMSimulatorLib.dir/Version.cpp.obj [100%] Building CXX object src/OMSimulatorLib/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/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 -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 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 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 [100%] Linking CXX static library libOMSimulator.a 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 [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 -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/cmake.exe -E cmake_link_script CMakeFiles/OMSimulatorLib_static.dir/link.txt --verbose=1 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" 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 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... 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 yes checking if gfortran static flag -static works... 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 yes checking if gfortran supports -c -o file.o... 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 yes checking whether the gfortran linker (C:/OMDevUCRT/tools/msys/ucrt64/bin/ld) supports shared libraries... 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 yes checking dynamic linker characteristics... -- 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 Win32 ld.exe checking how to hardcode library paths into programs... immediate -- 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/OMSimulator.h' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/OMSimulator/OMSimulator.h' 'OMSimulator/install/include/OMSimulator/Types.h' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/OMSimulator/Types.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/ssp' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp' '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/ssp/SystemStructureParameterValues.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureParameterValues.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/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/SystemStructureDescription.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/ssp/SystemStructureDescription.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/fmi3AttributeGroups.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3AttributeGroups.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/fmi3Variable.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3Variable.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/fmi3ModelDescription.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3ModelDescription.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/fmi3Unit.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi3/fmi3Unit.xsd' '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/fmi2Type.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2Type.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/fmi2Unit.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2Unit.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/fmi2VariableDependency.xsd' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/share/OMSimulator/schema/fmi2/fmi2VariableDependency.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/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/capi.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/capi.py' 'OMSimulator/install/lib/OMSimulator/System.py' -> '/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/OMSimulator/System.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' '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/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' 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 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 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 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 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 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 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 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 MetaModelica_Lexer_BaseModelica_Lexer.c:45: ./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 In file included from ParModelica_Lexer_BaseModelica_Lexer.c:) 45: ./ParModelica_Lexer_BaseModelica_Lexer.h:211 | ^ :./MetaModelica_Lexer_BaseModelica_Lexer.h9: :In file included from warning: ParModelica_Lexer.c:21445unknown pragma ignored [-Wunknown-pragmas]:9: : ./ParModelica_Lexer.h warning: unknown pragma ignored [-Wunknown-pragmas] 211: | 128#214 | p:9:# rpwarning: unknown pragma ignored [-Wunknown-pragmas] ara g128 | #pramgma gwama awa rnwingarni(r nidnisgab(lng(e d dii sab:sab 4lele :1:00 4) | ^4 1./ParModelica_Lexer_BaseModelica_Lexer.h819:212 :9: warning: unknown pragma ignored [-Wunknown-pragmas])0 0 ) 212| | | #pr ^ ^ agma./ParModelica_Lexer.h w./MetaModelica_Lexer_BaseModelica_Lexer.h:129::9a:215rn :warning: unknown pragma ignored [-Wunknown-pragmas]9 : warning: unknown pragma ignored [-Wunknown-pragmas]129i | ng( #pra dgm i215a saw | #aprbnilreangg( m : ad i4swaarn10in1 gble ( ) d isa| ^ : 41bl0./ParModelica_Lexer_BaseModelica_Lexer.h1e:213 ::) 9:4 warning: | 5unknown pragma ignored [-Wunknown-pragmas]05 ) | ^ 213 | ^./MetaModelica_Lexer_BaseModelica_Lexer.h:216# pragm./ParModelica_Lexer.ha: :war9ni:130ng(: d9: iwarning: warning: sunknown pragma ignored [-Wunknown-pragmas] unknown pragma ignored [-Wunknown-pragmas] a 130216b | #pral | #pera gmg:maa wwaarni ng4( drniisab127 ng(le d) i: 470 1 | ^s ./ParModelica_Lexer_BaseModelica_Lexer.h:214:able) 9:| ^ 4127 ): warning: unknown pragma ignored [-Wunknown-pragmas] | ^ 214 | #pr./ParModelica_Lexer.h:131:9ag: mwarning: a warunknown pragma ignored [-Wunknown-pragmas] n ing( disa131 | #ble : 41In file included from MetaModelica_Lexer_BaseModelica_Lexer.cp:45: In file included from r8ag./MetaModelica_Lexer_BaseModelica_Lexer.h9 :) | ^ 221./ParModelica_Lexer_BaseModelica_Lexer.h:m: a ./MetaModelica_Lexer.h:151w:a9215:r: warning: 9n: warning: iunknown pragma ignored [-Wunknown-pragmas]unknown pragma ignored [-Wunknown-pragmas]ng( dis 215 | 151#a | bpl#er par:agma w 4189 ) ga rn| im ^ ng(a./ParModelica_Lexer.h d: 132:9wisar:abn warning: le :ing( 4 1unknown pragma ignored [-Wunknown-pragmas]d 00 i) 132 | s# | ^ abl./MetaModelica_Lexer.hper :a :4gma15250:5 ) 9 | ^w a./ParModelica_Lexer_BaseModelica_Lexer.h:: warning: runknown pragma ignored [-Wunknown-pragmas] n 216:9152in:g | warning: ( d#ipunknown pragma ignored [-Wunknown-pragmas] r 216 | saa#gprable : 4505 )m gam w| ^aar warning./ParModelica_Lexer.hni:133n(g :(9:di warning: dsaisbaleunknown pragma ignored [-Wunknown-pragmas] bl: e133 | 47#01 p:) | ^ 410rag1 ) ma | ^warnin g( disable ./MetaModelica_Lexer.h:: 153:94701 ) : warning: unknown pragma ignored [-Wunknown-pragmas] | ^ 153 | #pragma warning( disable : 4127 ) | ^ ./MetaModelica_Lexer.h:154:9: warning: unknown pragma ignored [-Wunknown-pragmas] 154 | #pragma In file included from ParModelica_Lexer_BaseModelica_Lexer.c:45: waIn file included from ./ParModelica_Lexer_BaseModelica_Lexer.hrni:ng( d221: ./ParModelica_Lexer.h:128:i9:In file included from sable MetaModelica_Lexer.c::45 : warning: unknown pragma ignored [-Wunknown-pragmas]4In file included from ./MetaModelica_Lexer.h1:89 128134: | #p)ra./MetaModelica_Lexer_BaseModelica_Lexer.hgma w ar: 211:ni| 9n:g ^( d iswarning: unknown pragma ignored [-Wunknown-pragmas]a ble./MetaModelica_Lexer.h :155:9 : 211:4 | # 1warning: 00unknown pragma ignored [-Wunknown-pragmas] p) 155 | ra#g m| p ^ ragma wa./ParModelica_Lexer.harni: warnng( idisab129ng( ldisa:ble 9e: : 4: 104warning: 0 )unknown pragma ignored [-Wunknown-pragmas] 5 05| ) | ^ 129 ^ In file included from | #./MetaModelica_Lexer_BaseModelica_Lexer.h:212p./MetaModelica_Lexer.h:9: warning: unknown pragma ignored [-Wunknown-pragmas] ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c 212 | :9: #In file included from :../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3baserecognizer.hr156:9: :39: warning: ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.hunknown pragma ignored [-Wunknown-pragmas]a:211 :9pg 156 | #ma wr: awarning: aunknown pragma ignored [-Wunknown-pragmas] gmprraan 211 | igm#npa wrag awagmar warrninng( (dininsaibgnle( : ddisisga( 4a99ble ble: 4 :d 4i1sabl101 ) e : 47016 ) )In file included from | ^ | 0 ^ ModelicaParser.c./ParModelica_Lexer.h: 1| 130 ) ^:45 : | In file included from ^ ./ModelicaParser.h::9207./MetaModelica_Lexer_BaseModelica_Lexer.h: : warning: unknown pragma ignored [-Wunknown-pragmas]:213 In file included from 130 | #pr:9a: warning: unknown pragma ignored [-Wunknown-pragmas] gma w ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h213 | :33#: ar../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h:ni211ng(:9 : dwarning: punknown pragma ignored [-Wunknown-pragmas] rag 211 | ma#i sabpwlarrniagmange : 412( wdisab7a )rnil e | ^ ng(./ParModelica_Lexer.h: 131::9: warning: unknown pragma ignored [-Wunknown-pragmas]di 4127 ) s 131 | #a| ^prag bl./MetaModelica_Lexer_BaseModelica_Lexer.hme a :wa rn4i:214:9ng( : warning: di9unknown pragma ignored [-Wunknown-pragmas]s 96 a) | 214 ^ | ble : 4189 #pragma war) | ^ n./ParModelica_Lexer.h:132:9: warning: ing( disable :unknown pragma ignored [-Wunknown-pragmas] 4189 ) | ^ 132 | #pr./MetaModelica_Lexer_BaseModelica_Lexer.h:a215:gma warning( di9: sablwarning: unknown pragma ignored [-Wunknown-pragmas] e : 45 215 | 05 #) pragma | war ^ n./ParModelica_Lexer.h:133:9: warning: unknown pragma ignored [-Wunknown-pragmas] ing( dis 133 | abl#prage : ma w4505 ) arning( | ^ disable : 4701./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 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 ) | ^ ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:41:9: warning: unknown pragma ignored [-Wunknown-pragmas] 41 | #pragma warning( disable : 4100 ) | ^ 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: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; | ^ MetaModelica_Lexer_BaseModelica_Lexer.c:5522:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5522 | if ( (LA7_0 == '*') ) | ~~~~~~^~~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:5522:29: note: remove extraneous parentheses around the comparison to silence this warning 5522 | if ( (LA7_0 == '*') ) | ~ ^ ~ MetaModelica_Lexer_BaseModelica_Lexer.c:5522:29: note: use '=' to turn this equality comparison into an assignment 5522 | if ( (LA7_0 == '*') ) | ^~ | = ../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:2230:9: warning: unknown pragma ignored [-Wunknown-pragmas] 2230 | #pragma warningMetaModelica_Lexer_BaseModelica_Lexer.c:5528:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] ( de 5528 | fault : 4100 ) | ^ In file included from Parser_omc.c../3rdParty/antlr/3.2/libantlr3c-3.2/src/antlr3baserecognizer.c:2169: if 36:: 31In file included from ./parse.c::39 warning: : In file included from ( variable 'cts' set but not used [-Wunused-but-set-variable]( ./MetaModelica_Lexer.h:112: LIn file included from A7../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3.h :2169 | _33 : pA1 NTLR3_== ../3rdParty/antlr/3.2/libantlr3c-3.2/include/antlr3defs.h':211:9:CO warning: MMunknown pragma ignored [-Wunknown-pragmas] ON_/ ')T OKEN_211S)TREA | M# p c| r ~~~~~~^~~~~~ tas;g m | ^ aMetaModelica_Lexer_BaseModelica_Lexer.c warni:5528:37: note: remove extraneous parentheses around the comparison to silence this warning n g( 5528 | d i s if ( (LA7_1 ==able : 4996 ) '/') ) | ~ ^ ~ | ^ MetaModelica_Lexer_BaseModelica_Lexer.c:5528:37: note: use '=' to turn this equality comparison into an assignment 5528 | if ( (LA7_1 == '/') ) | ^~ | = MetaModelica_Lexer_BaseModelica_Lexer.c:5605:16: warning: unused variable '_type' [-Wunused-variable] 5605 | ANTLR3_UINT32 _type; | ^~~~~ 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 5521 | if ( (LA7_0 == '*') ) | ^~ | = ParModelica_Lexer_BaseModelica_Lexer.c:5527:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5527 | if ( (LA7_1 == '/') ) | ~~~~~~^~~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:5527:37: note: remove extraneous parentheses around the comparison to silence this warning 5527 | if ( (LA7_1 == '/') ) | ~ ^ ~ ParModelica_Lexer_BaseModelica_Lexer.c:5527:37: note: use '=' to turn this equality comparison into an assignment 5527 | if ( (LA7_1 == '/') ) | ^~ | = MetaModelica_Lexer_BaseModelica_Lexer.c:6068:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6068 | else if ( (LA9_0 == 'ParModelica_Lexer_BaseModelica_Lexer.c:5604:16:\\ warning: unused variable '_type' [-Wunused-variable] ') 5604 | AN ) T | ~~~~~~^~~~~~~ LR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6068:34: note: remove extraneous parentheses around the comparison to silence this warning 6068 | else if ( (LA9_0 == '\\') ) | ~ ^ ~ MetaModelica_Lexer_BaseModelica_Lexer.c:6068:34: note: use '=' to turn this equality comparison into an assignment 6068 | else if ( (LA9_0 == '\\') ) | ^~ | = MetaModelica_Lexer_BaseModelica_Lexer.c:6048:16: warning: unused variable '_type' [-Wunused-variable] 6048 | 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:6067:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6067 | else if ( (LA9_0 == '\\') ) | ~~~~~~^~~~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:6067:34: note: remove extraneous parentheses around the comparison to silence this warning 6067 | else if ( (LA9_0 == '\\') ) | ~ ^ ~ 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: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:6137:16: warning: unused variable '_type' [-Wunused-variable] 6137 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:6506:16: warning: unused variable '_type' [-Wunused-variable] 6506 | ANTLR3_UINT32 _type; | ^~~~~ 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; | ^ 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; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7545:16: warning: unused variable '_type' [-Wunused-variable] 7545 | 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:7889:16: warning: unused variable '_type' [-Wunused-variable] 7889 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7937:16: warning: unused variable '_type' [-Wunused-variable] ParModelica_Lexer_BaseModelica_Lexer.c:7544:16: 7937warning: unused variable '_type' [-Wunused-variable] | 7544 | ANT ANTLRLR33_UINT_UI32 _type; | ^~~~~ NT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:7985:16: warning: unused variable '_type' [-Wunused-variable] 7985 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7888:16: warning: unused variable '_type' [-Wunused-variable] 7888 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_Lexer_BaseModelica_Lexer.c:7936:16: warning: unused variable '_type' [-Wunused-variable] 7936 | ANTLR3_UINT32 _type; | ^~~~~ MetaModelica_Lexer_BaseModelica_Lexer.c:8025:16: warning: unused variable '_type' [-Wunused-variable] 8025 | ANTParModelica_Lexer_BaseModelica_Lexer.c:7984LR:316_UINT32 _type;: warning: unused variable '_type' [-Wunused-variable] | ^~~~~ 7984 | ANTLR3_UINT32 _type; | ^~~~~ ParModelica_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 wIn file included from ModelicaParser.c:45: ./ModelicaParser.h:388:9:a warning: unknown pragma ignored [-Wunknown-pragmas] rn 388 | #pragming( disa warnable : 4127 )in | g( ^ disab./MetaModelica_Lexer.h:154:9: warning: unknown pragma ignored [-Wunknown-pragmas]le : 4100 ) | ^ 154 | #p./ModelicaParser.h:389:9: warning: unknown pragma ignored [-Wunknown-pragmas] 389 | #praragma wagma warrning( disable : 4ning(189 ) | ^ ./MetaModelica_Lexer.h:155:9: diwarning: unknown pragma ignored [-Wunknown-pragmas] sabl e : 155 | #pragma wa4101 ) rn| ^ ./ModelicaParser.hing(:390:9: warning: unknown pragma ignored [-Wunknown-pragmas] di390 | #pragmas warable : 4505 )n | ^ing ( disa./MetaModelica_Lexer.h:bl156:9: warning: unknown pragma ignored [-Wunknown-pragmas] e : 412 156 | 7 ) #p| ^ ragma w./ModelicaParser.h:391:9: warning: arning( disablunknown pragma ignored [-Wunknown-pragmas] 391 | #pragma wae : 4701 )rning( | ^ 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: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 | In file included from Parser_omc.c: if36: In file included from ./parse.c: ( (LA7_040: 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( dModelica_3_Lexer_BaseModelica_Lexer.c:5521:29: note: use '=' to turn this equality comparison into an assignment isable 5521 | : 41 00 if ) | ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h( (:212:9:LA7_0 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 | #pragmaModelica_3_Lexer_BaseModelica_Lexer.c:5527:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] war 5527 | ning( di sable if ( (LA7_1 : 4== '189/') ) ) | | ~~~~~~^~~~~~ ^ ./Modelica_3_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #prModelica_3_Lexer_BaseModelica_Lexer.c:5527:37: note: remove extraneous parentheses around the comparison to silence this warningag ma 5527 | warnin g( di sable : 45 05 ) | ^ if ./Modelica_3_Lexer_BaseModelica_Lexer.h:216:9: warning: ( (LA7_1 =unknown pragma ignored [-Wunknown-pragmas] = 216 | #p '/')ragma warni ) ng( | ~ ^ ~ disable : 4701 ) | ^ 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 | AIn file included from Parser_omc.cNTLR3_:36: UIn file included from ./parse.c:40INT32 : ./Modelica_3_Lexer.h:123:9:_t warning: unknown pragma ignored [-Wunknown-pragmas] y 123 | #ppe; | ^~~~~ ragma 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:Modelica_3_Lexer_BaseModelica_Lexer.c:211:9: 6067:34: warning: unknown pragma ignored [-Wunknown-pragmas] 211 | #prawarning: equality comparison with extraneous parentheses [-Wparentheses-equality]gm a wa 6067 | rn ing( dis abl else ie :f 4100 ) | ^ ( (LA9_./ParModelica_Lexer_BaseModelica_Lexer.h:212:9: warning: 0 == '\\'unknown pragma ignored [-Wunknown-pragmas] 212 | #pra) ) gma| ~~~~~~^~~~~~~ warning( disable : 4101 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:213Modelica_3_Lexer_BaseModelica_Lexer.c:6067::34: 9: warning: unknown pragma ignored [-Wunknown-pragmas] note: 213remove extraneous parentheses around the comparison to silence this warning | # 6067 | pragm a war ning( disa elble :se if ( 4127(LA9_0 = )= ' | ^ \\')./ParModelica_Lexer_BaseModelica_Lexer.h:214:9: warning: unknown pragma ignored [-Wunknown-pragmas] ) 214 | #pragm | ~ ^ ~ a warning( disable : 4189 ) | ^ ./ParModelica_Lexer_BaseModelica_Lexer.h:215:9: warning: unknown pragma ignored [-Wunknown-pragmas] 215 | #pragma warning(Modelica_3_Lexer_BaseModelica_Lexer.c:6067: disable 34: : 450note: use '=' to turn this equality comparison into an assignment 5 ) | ^ 6067 | ./ParModelica_Lexer_BaseModelica_Lexer.h :216:9: els warning: unknown pragma ignored [-Wunknown-pragmas]e if ( (LA9_0 == '\\216') ) | ^~ | = | #pragma warning( disable : 4701 ) | ^ Modelica_3_Lexer_BaseModelica_Lexer.c:6047:16: warning: unused variable '_type' [-Wunused-variable] 6047 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.cIn file included from Parser_omc.c:36: In file included from ./parse.c:41: ./ParModelica_Lexer.h:6137:16: warning: unused variable '_type' [-Wunused-variable] : 6137128:9: warning: unknown pragma ignored [-Wunknown-pragmas] | AN 128TLR3_UINT32 _typ | #e;pragm | ^~~~~ a 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 ) | ^ 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: In file included from Parser_omc.c:36: In file included from ./parse.c:42: unused variable '_type' [-Wunused-variable] ./ModelicaParser.h:388 :6505 | AN9: warning: unknown pragma ignored [-Wunknown-pragmas] TLR3_U 388 | #pINT3ragma warning( disab2 _tylepe; : 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 ) | ^ Modelica_3_Lexer_BaseModelica_Lexer.c:7294:16: warning: unused variable '_type' [-Wunused-variable] 7294 | ANTLR3_UINT32 _type; | ^~~~~ Modelica_3_Lexer_BaseModelica_Lexer.c:7544:16: warning: unused variable '_type' [-Wunused-variable] 7544 | ANTLR3_UINT32 _type; | ^~~~~ 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: ./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. 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. ModelicaParser.c:8025:29: warning: variable 'conn' set but not used [-Wunused-but-set-variable] 8025 | pANTLR3_COMMON_TOKEN conn; | ^ 44 warnings generated. 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. 28 warnings generated. 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; | ^ 119 warnings generated. 6 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 (1.5s) -- 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/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/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_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[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 -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' [ 7%] Building C object CMakeFiles/ModelicaExternalC_shared.dir/C-Sources/ModelicaFFT.c.obj [ 7%] Building C object CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaFFT.c.obj [ 11%] 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 -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 /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 [ 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 -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 /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 [ 30%] Building C object CMakeFiles/ModelicaMatIO.dir/C-Sources/snprintf.c.obj [ 30%] Building C object CMakeFiles/ModelicaMatIO_shared.dir/C-Sources/snprintf.c.obj [ 38%] 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 -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 /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 /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 /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 [ 46%] Building C object CMakeFiles/ModelicaExternalC.dir/C-Sources/ModelicaStrings.c.obj [ 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 /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 [ 50%] Linking C shared library libModelicaExternalC.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/ModelicaExternalC_shared.dir/objects.a [ 53%] Linking C static library libModelicaExternalC.a /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P CMakeFiles/ModelicaExternalC.dir/cmake_clean_target.cmake /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 [ 61%] Linking C static library libModelicaMatIO.a [ 61%] 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/cmake.exe -P CMakeFiles/ModelicaMatIO.dir/cmake_clean_target.cmake /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" /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/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 /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 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]: 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=" 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/ModelicaIO.dir/build.make CMakeFiles/ModelicaIO.dir/build [ 61%] Built target ModelicaMatIO_shared make -f CMakeFiles/ModelicaIO_shared.dir/build.make CMakeFiles/ModelicaIO_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/ModelicaIO_shared.dir/DependInfo.cmake "--color=" [ 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]: 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 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 C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc libModelicaIO.a "CMakeFiles/ModelicaIO.dir/C-Sources/ModelicaIO.c.obj" [ 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-ranlib.exe libModelicaIO.a /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" 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 -f CMakeFiles/ModelicaStandardTables.dir/build.make CMakeFiles/ModelicaStandardTables.dir/build 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' [ 76%] Built target ModelicaIO_shared make -f CMakeFiles/ModelicaStandardTables_shared.dir/build.make CMakeFiles/ModelicaStandardTables_shared.dir/depend [ 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]: 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=" 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 /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 [ 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/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" C:/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ranlib.exe libModelicaStandardTables.a [100%] Linking C shared library libModelicaStandardTables.dll /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/ModelicaStandardTables_shared.dir/objects.a make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ModelicaExternalC/build' /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" [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.25.0-dev-32-gc296bbf01a No change in revision (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 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/ 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. 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/ 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/ -- Configuring done (0.1s) make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' mkdir -p 3rdParty/tbb/build_cmake 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 x86_64-pc-mingw64 : 0 * all-all 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 make -C SimulationRuntime/opc/ua -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build -- TBB: NOT using libc++. Building Lis from sources 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 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' Making all in matrix 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' Making all in vector 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 -- Generating done (0.1s) 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 -- 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 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[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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/libffi' make -C "3rdParty/libffi" install make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/opc/ua' cp "../../..//3rdParty/open62541/open62541.h" "open62541.h" 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' 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 Making all in esolver cp "../../..//3rdParty/open62541/open62541.c" "open62541.c" 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' 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 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[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 /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 -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/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 -f CMakeFiles/Makefile2 all 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' # Copy the library; not headers (as they are not used by the runtime system) 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 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/ 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[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[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' 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; | ^ [100%] Built target tbb_static 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 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); | ^ make -f CMakeFiles/Makefile2 preinstall 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' 7 warnings generated. Install the project... /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -P cmake_install.cmake -- 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 -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/aggregator.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/aligned_space.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/atomic.h -- 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 -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_range3d.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/blocked_rangeNd.h -- 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 -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/condition_variable -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/ppl.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/thread -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/compat/tuple -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_hash_map.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/concurrent_lru_cache.h -- 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 -- 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 -- 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 -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/enumerable_thread_specific.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/flow_graph_abstractions.h -- 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 -- Generating done (0.7s) -- 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 -- Build files have been written to: 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/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 make -C 3rdParty/SuiteSparse-5.8.1/build install -- 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 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 -- 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 /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 -- 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 make -f CMakeFiles/Makefile2 all -- 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 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 -- 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/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_ia32_common.h make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/gcc_itsx.h make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/ibm_aix51.h make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.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/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/icc_generic.h make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_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_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.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_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/linux_ia32.h make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend -- 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' /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/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' /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 -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/machine/linux_intel64.h make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/macos_common.h make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend 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/machine/mac_ppc.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/klu_object_DINT.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend -- 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 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_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/klu_object_DLONG.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_global.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.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.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/msvc_armv7.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_FIXQ.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_ZLONG.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_object_l.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/msvc_ia32_common.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.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/machine/sunos_sparc.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_DINT_DROP.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_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/umfpack_olib_DINT_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_DLONG_FIXQ.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_DROP.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_DLONG_DO_MAP.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/colamd_object.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_DROP.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_api.h 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 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[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/windows_ia32.h make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.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_DROP.dir/DependInfo.cmake "--color=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/machine/windows_intel64.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/btf_object_DLONG.dir/DependInfo.cmake "--color=" -- 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/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/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[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' [ 0%] Built target colamd_object -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/mutex.h make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend 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_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/null_mutex.h cp open62541.h "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c" make[6]: 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 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=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/null_rw_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_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake "--color=" [ 0%] Built target amd_global [ 1%] Built target colamd_object_l make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.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/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_DINT_DO_MAP.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' /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=" 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=" 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[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[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 make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_for_each.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=" test ! ".dll" = ".dll" || cp libomopcua.dll "/c/dev/jenkins/ws/Windows/OM_Win/build/bin" [ 1%] Built target umfpack_olib_DINT_DO_MAP [ 2%] Built target umfpack_olib_DLONG_DROP make[6]: Leaving 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[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' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_invoke.h make[6]: Leaving 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 -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend 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_ZINT_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/parallel_reduce.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_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_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_ZINT_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[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/opc/ua' make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/build test ! `uname` = Darwin || (install_name_tool -id @rpath/libomopcua.dylib "/c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libomopcua.dylib") -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/parallel_scan.h [ 5%] Built target amd_DINT make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.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/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' /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/parallel_sort.h [ 5%] Built target umfpack_olib_ZINT_DROP 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=" make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_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/btf_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/parallel_while.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/btf_object_DINT.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 8%] Built target amd_DLONG make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/partitioner.h make[6]: 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 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.dir/build.make CMakeFiles/umfpack_olib.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/pipeline.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 -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build [ 9%] Built target btf_object_DINT make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 10%] Built target btf_object_DLONG 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[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=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/queuing_mutex.h 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 -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/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 -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/queuing_rw_mutex.h make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_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[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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/reader_writer_lock.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_FIXQ.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_CONJUGATE_SOLVE.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_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.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_ZINT_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' make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/recursive_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_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_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' 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' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/runtime_loader.h 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]: 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=" [ 10%] Built target umfpack_olib_DINT_FIXQ [ 11%] Built target umfpack_olib_ZINT_FIXQ make[6]: 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[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 -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.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_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 -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/scalable_allocator.h make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.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_ZLONG_FIXQ.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 11%] Built target umfpack_olib_DLONG_DO_MAP [ 11%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE [ 11%] Built target umfpack_olib_DLONG_DO_VALUES [ 11%] Built target umfpack_olib_ZLONG_DROP 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=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/spin_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 -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend 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/spin_rw_mutex.h make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_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_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_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' 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=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task.h make[6]: 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/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_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_arena.h [ 11%] Built target umfpack_olib_ZLONG_FIXQ [ 11%] Built target umfpack_olib_DINT_DROP [ 12%] Built target umfpack_olib_ZINT_DO_MAP 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_DINT_DO_VALUES.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/task_group.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/amd.dir/DependInfo.cmake "--color=" make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build [ 12%] Built target umfpack_olib_DLONG_FIXQ make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/task_scheduler_init.h make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend [ 12%] Built target umfpack_olib_ZLONG_DO_MAP [ 13%] Built target umfpack_olib_ZLONG_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/klu_object_DINT.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/task_scheduler_observer.h -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb.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_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/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' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.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_ZINT_DO_VALUES.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/tbbmalloc_proxy.h make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 13%] Built target umfpack_olib_DINT_DO_VALUES make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_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_WSOLVE.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.dir/build.make CMakeFiles/amd.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_allocator.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_DO_MAP_DO_VALUES.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 16%] Built target umfpack_olib_DINT_WSOLVE [ 18%] Built target klu_object_DINT -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_config.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/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' /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=" -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_disable_exceptions.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.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 19%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE [ 19%] Built target umfpack_olib_ZINT_DO_VALUES -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_exception.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/klu_object_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' /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_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_machine.h [ 19%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make 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' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_profiling.h [ 19%] Built target amd make -f CMakeFiles/suitesparseconfig.dir/build.make CMakeFiles/suitesparseconfig.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_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build [ 20%] Built target umfpack_olib -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_stddef.h make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build [ 25%] Built target klu_object_DLONG 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 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' -- Up-to-date: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/tbb/tbb_thread.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/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/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/umfpack_olib_ZLONG_WSOLVE.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/tick_count.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/colamd.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/share/cmake/tbb/TBBConfigVersion.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_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[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_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 -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build [ 25%] Built target umfpack_olib_ZINT_WSOLVE 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_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build [ 25%] Built target colamd [ 26%] Built target umfpack_olib_ZLONG_WSOLVE [ 27%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES [ 27%] Built target suitesparseconfig 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' [ 27%] Built target btf 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' 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_CONJUGATE_SOLVE.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' [ 27%] Built target umfpack_olib_DLONG_WSOLVE 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=" [ 27%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES [ 27%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE 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[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/klu.dir/build'. make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/3rdParty/SuiteSparse-5.8.1/build' 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/ [ 27%] Built target klu cp -rp om_pm_interface.hpp /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c//ParModelica/auto/ make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/SimulationRuntime/ParModelica/auto' make[6]: 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[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' [ 28%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE 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.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/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]: 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]: 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[6]: 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[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' 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' [ 28%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES [ 48%] Built target umfpack_olib_DINT [ 64%] 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_DLONG.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.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build [ 83%] Built target umfpack_olib_DLONG 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' [100%] Built target umfpack_olib_ZINT make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.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.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]: 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' [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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 1 warning generated. 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/Gettext.o build/Gettext.c 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/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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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 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)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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.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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 7 warnings generated. 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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] 104 | if((_key_comp == ((modelica_integer) 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/AvlSetPath.c:104:15: note: use '=' to turn this equality comparison into an assignment 104 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetPath.c:120:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 120 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:120:15: note: remove extraneous parentheses around the comparison to silence this warning 120 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetPath.c:120:15: note: use '=' to turn this equality comparison into an assignment 120 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetPath.c:128:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 128 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:128:15: note: remove extraneous parentheses around the comparison to silence this warning 128 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetPath.c:128:15: note: use '=' to turn this equality comparison into an assignment 128 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetCR.c:92:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 92 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:92:15: note: remove extraneous parentheses around the comparison to silence this warning 92 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetCR.c:92:15: note: use '=' to turn this equality comparison into an assignment 92 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetCR.c:101:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 101 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:101:15: note: remove extraneous parentheses around the comparison to silence this warning 101 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetCR.c:101:15: note: use '=' to turn this equality comparison into an assignment 101 | 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) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:117:15: note: remove extraneous parentheses around the comparison to silence this warning 117 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetCR.c:117:15: note: use '=' to turn this equality comparison into an assignment 117 | if((_key_comp == ((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: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/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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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)))))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 4 warnings generated. 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/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 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))) | ^~ | = 4 warnings generated. 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/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 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/FMod.o build/FMod.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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 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/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 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/Constants.o build/Constants.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/ClassInf.o build/ClassInf.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/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 == ((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/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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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/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/BackendInterface.o build/BackendInterface.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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)) | ^~ | = 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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_dir == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/ConnectUtil.c:2171:15: note: remove extraneous parentheses around the comparison to silence this warning 2171 | if((_flow_dir == ((modelica_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/File.o build/File.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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/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_hashComponentRef(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/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 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/Pointer_records.o build/Pointer_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/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 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -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 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/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 2 warnings generated. 1 warning generated. 1 warning 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 4 warnings generated. 3 warnings generated. 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 frontendcpp 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 make -f Makefile.omdev.mingw -C ../FrontEndCpp 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 "Inst.o" "Inst.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -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.. clang++ -c -o "MetaModelica.o" "MetaModelica.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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.. clang++ -c -o "Path.o" "Path.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -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 "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.. clang++ -c -o "Prefixes.o" "Prefixes.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -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 "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.. 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) 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) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ clang++ -c -o "Restriction.o" "Restriction.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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 "SourceInfo.o" "SourceInfo.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 1 warning generated. 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.. 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 "Absyn/Algorithm.o" "Absyn/Algorithm.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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.. clang++ -c -o "Absyn/Annotation.o" "Absyn/Annotation.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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.. clang++ -c -o "Absyn/Class.o" "Absyn/Class.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -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 "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.. 1 warning generated. clang++ -c -o "Absyn/ClassDef.o" "Absyn/ClassDef.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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) | ^~~~~~~~~~~~~~~ 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.. 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 "Absyn/Comment.o" "Absyn/Comment.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 1 warning generated. clang++ -c -o "Absyn/Component.o" "Absyn/Component.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 1 warning generated. clang++ -c -o "Absyn/ComponentRef.o" "Absyn/ComponentRef.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/ConstrainingClass.o" "Absyn/ConstrainingClass.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 10 warnings generated. 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; | ^ ~ 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) { | ^~~~~~~~~~~~~~~~~~~~~~~ clang++ -c -o "Absyn/DefineUnit.o" "Absyn/DefineUnit.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. Absyn/Comment.cpp:11:5: warning: field '_annotation' will be initialized after field '_description' [-Wreorder-ctor] 11 | : _annotation{value[0].mapOptionalOrDefault()}, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | _description{value[1].toOptional()} 12 | _description{value[1].toOptional()} | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | _annotation{value[0].mapOptionalOrDefault()} 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 clang++ -c -o "Absyn/Element.o" "Absyn/Element.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 1 warning generated. 1 warning generated. 6 warnings generated. clang++ -c -o "Absyn/ElementAttributes.o" "Absyn/ElementAttributes.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/ElementPrefixes.o" "Absyn/ElementPrefixes.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Equation.o" "Absyn/Equation.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Expression.o" "Absyn/Expression.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 29 warnings generated. rm -f libomparse.a clang++ -c -o "Absyn/Extends.o" "Absyn/Extends.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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 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 clang++ -c -o "Absyn/ExternalDecl.o" "Absyn/ExternalDecl.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/FunctionArgs.o" "Absyn/FunctionArgs.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. cp libomantlr3.a libomparse.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/ clang++ -c -o "Absyn/FunctionArgsList.o" "Absyn/FunctionArgsList.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. rm -f libomcbackendruntime.a clang++ -c -o "Absyn/FunctionArgsIter.o" "Absyn/FunctionArgsIter.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. 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/ clang++ -c -o "Absyn/Import.o" "Absyn/Import.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/ImportPath.o" "Absyn/ImportPath.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Iterator.o" "Absyn/Iterator.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Modifier.o" "Absyn/Modifier.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Operator.o" "Absyn/Operator.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Statement.o" "Absyn/Statement.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/Subscript.o" "Absyn/Subscript.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. clang++ -c -o "Absyn/TypeSpec.o" "Absyn/TypeSpec.cpp" -std=c++17 -g -O2 -DUCRT64 -DUCRT64 -Werror=implicit-function-declaration -Wall -Wno-unused-variable -I../.. -I../../SimulationRuntime/c -I../../SimulationRuntime/c/util -I../../SimulationRuntime/c/meta -I../../SimulationRuntime/c/meta/gc -DGC_WIN32_PTHREADS -I../../3rdParty/gc/include -I"../..//3rdParty/libffi/install/include/" -DWIN32_LEAN_AND_MEAN -DOM_HAVE_PTHREADS -I.. -I. rm -f libomcfrontendcpp.a ar -s -r libomcfrontendcpp.a Inst.o MetaModelica.o Path.o Prefixes.o Restriction.o SourceInfo.o Absyn/Algorithm.o Absyn/Annotation.o Absyn/Class.o Absyn/ClassDef.o Absyn/Comment.o Absyn/Component.o Absyn/ComponentRef.o Absyn/ConstrainingClass.o Absyn/DefineUnit.o Absyn/Element.o Absyn/ElementAttributes.o Absyn/ElementPrefixes.o Absyn/Equation.o Absyn/Expression.o Absyn/Extends.o Absyn/ExternalDecl.o Absyn/FunctionArgs.o Absyn/FunctionArgsList.o Absyn/FunctionArgsIter.o Absyn/Import.o Absyn/ImportPath.o Absyn/Iterator.o Absyn/Modifier.o Absyn/Operator.o Absyn/Statement.o Absyn/Subscript.o Absyn/TypeSpec.o C:\OMDevUCRT\tools\msys\ucrt64\bin\ar.exe: creating libomcfrontendcpp.a cp libomcfrontendcpp.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) ** Unparsing template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe Unparsing.tpl > Unparsing.mo.log || (cat Unparsing.mo.log && false) ** 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 ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe GenerateAPIFunctionsTpl.tpl > GenerateAPIFunctionsTpl.mo.log || (cat GenerateAPIFunctionsTpl.mo.log && false) test -f OpenModelicaScriptingAPI.mo ** CodegenC template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCFunctions.tpl > CodegenCFunctions.mo.log || (cat CodegenCFunctions.mo.log && false) test -f OpenModelicaScriptingAPIQt.cpp test -f OpenModelicaScriptingAPIQt.h ** AbsynToJulia template compilation ** ** AbsynJLDump template compilation ** cp "OpenModelicaScriptingAPIQt.cpp" "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp" cp "OpenModelicaScriptingAPIQt.h" "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h" /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynJLDumpTpl.tpl > AbsynJLDumpTpl.mo.log || (cat AbsynJLDumpTpl.mo.log && false) /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynToJulia.tpl > AbsynToJulia.mo.log || (cat AbsynToJulia.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 SimCodeVar in Unparsing.mo Unused import HashTableCrefSimVar in Unparsing.mo Unused import HashTableCrefSimVar in CodegenUtil.mo Unused import SimCodeUtil in Unparsing.mo Unused import SimCodeFunctionUtil in Unparsing.mo Unused import SimCodeUtil in CodegenUtil.mo Unused import BackendDAE in Unparsing.mo Unused import SimCodeFunctionUtil in CodegenUtil.mo Unused import SimCodeVar in GenerateAPIFunctionsTpl.mo Unused import Autoconf in Unparsing.mo Unused import HashTableCrefSimVar in GenerateAPIFunctionsTpl.mo Unused import Autoconf in CodegenUtil.mo Unused import MMath in Unparsing.mo Unused import AbsynUtil in CodegenUtil.mo Unused import SimCodeUtil in GenerateAPIFunctionsTpl.mo Unused import MMath in CodegenUtil.mo Unused import SimCodeFunctionUtil in GenerateAPIFunctionsTpl.mo Unused import ClassInf in Unparsing.mo Unused import BackendDAE in GenerateAPIFunctionsTpl.mo Unused import SCodeDump in Unparsing.mo Unused import SCodeDump in CodegenUtil.mo Unused import System in GenerateAPIFunctionsTpl.mo Unused import DAE in AbsynToJulia.mo Unused import Autoconf in GenerateAPIFunctionsTpl.mo Unused import ComponentReference in Unparsing.mo Unused import Expression in AbsynToJulia.mo Unused import ComponentReference in CodegenUtil.mo Unused import ExpressionDump in Unparsing.mo Unused import MMath in GenerateAPIFunctionsTpl.mo Unused import Config in Unparsing.mo Unused import Testsuite in CodegenUtil.mo Unused import ClassInf in GenerateAPIFunctionsTpl.mo Unused import Testsuite in Unparsing.mo Unused import FlagsUtil in CodegenUtil.mo Unused import SCodeDump in GenerateAPIFunctionsTpl.mo Unused import FlagsUtil in Unparsing.mo Unused import Settings in CodegenUtil.mo Unused import Settings in Unparsing.mo Unused import Patternm in CodegenUtil.mo Unused import ComponentReference in GenerateAPIFunctionsTpl.mo Unused import Patternm in Unparsing.mo Unused import ExpressionDump in GenerateAPIFunctionsTpl.mo Unused import ValuesUtil in CodegenUtil.mo Unused import Error in Unparsing.mo Unused import Config in GenerateAPIFunctionsTpl.mo Unused import DAEDump in CodegenUtil.mo Unused import ValuesUtil in Unparsing.mo Unused import Testsuite in GenerateAPIFunctionsTpl.mo Unused import Algorithm in CodegenUtil.mo Unused import DAEDump in Unparsing.mo Unused import ElementSource in CodegenUtil.mo Unused import FlagsUtil in GenerateAPIFunctionsTpl.mo Unused import Algorithm in Unparsing.mo Unused import DAEUtil in CodegenUtil.mo Unused import Settings in GenerateAPIFunctionsTpl.mo Unused import ElementSource in Unparsing.mo Unused import Patternm in GenerateAPIFunctionsTpl.mo Unused import HashTableCrIListArray in CodegenUtil.mo Unused import DAEUtil in Unparsing.mo Unused import Error in GenerateAPIFunctionsTpl.mo Unused import HashTableCrIListArray in Unparsing.mo Unused import DAEDump in GenerateAPIFunctionsTpl.mo Unused import SimCodeFunction in CodegenUtil.mo Unused import Algorithm in GenerateAPIFunctionsTpl.mo Unused import SimCodeFunction in Unparsing.mo Unused import ElementSource in GenerateAPIFunctionsTpl.mo Unused import DAEUtil in GenerateAPIFunctionsTpl.mo Unused import SCode in CodegenUtil.mo Unused import HashTableCrIListArray in GenerateAPIFunctionsTpl.mo Unused import List in Unparsing.mo Unused import List in CodegenUtil.mo Unused import Expression in Unparsing.mo Unused import Flags in Unparsing.mo Unused import SimCodeFunction in GenerateAPIFunctionsTpl.mo Unused import Values in Unparsing.mo Unused import Values in CodegenUtil.mo Unused import SCode in GenerateAPIFunctionsTpl.mo Unused import SimCode in Unparsing.mo Unused import Expression in GenerateAPIFunctionsTpl.mo Unused import Flags in GenerateAPIFunctionsTpl.mo Unused import SimCode in GenerateAPIFunctionsTpl.mo Unused import MMath in CodegenCFunctions.mo Unused import SCodeDump in CodegenCFunctions.mo Unused import FlagsUtil in CodegenCFunctions.mo Unused import DAEDump in CodegenCFunctions.mo Unused import HashTableCrIListArray in CodegenCFunctions.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/SimCodeMain.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/Refactor.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/NFUnitCheck.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/NFInstDump.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/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/ExpandableArray.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/DumpGraphviz.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/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/AbsynJLDumpTpl.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/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/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/StackOverflow.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/Print.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/List.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/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/HashTableStringToProgram.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/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/HashTable.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/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/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/HashTable2.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/HashSet.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/GCExt.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/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/DoubleEnded.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/Corba.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/ClockIndexes.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/BaseAvlTree.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/BaseAvlSet.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/Global.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/TplParser.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/TplCodegen.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/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/SymbolTable.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/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/GlobalScriptUtil.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/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/GlobalScript.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/BackendDAE.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/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/FExpand.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/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/UnitParserExt.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/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/UnitAbsyn.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/OperatorOverloading.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/Mod.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/MMath.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/InstFunction.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/Inst.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/InnerOuter.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/Inline.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/ExpressionSimplifyTypes.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/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/ElementSource.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/ClassLoader.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/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/CevalFunction.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/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/AbsynUtil.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/File.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Absyn.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/PackageManagement.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/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/NFUnitCheck.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/InstStateMachineUtil.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/FUnitCheck.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/ExpandableArray.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/CevalScriptBackend.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/Autoconf.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/AbsynJLDumpTpl.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/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/UnorderedSet.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/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/List.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/Lapack.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/IOStreamExt.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/HashTableStringToPath.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/HashTable.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/HashTableCrIListArray.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/HashTableCrefSimVar.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/HashTable5.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/HashTable2.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/HashSetString.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/Graph.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/GCExt.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/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/Error.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/ErrorTypes.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/Debug.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/DoubleEnded.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/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/AvlSetString.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/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/TplParser.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/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/TplAbsyn.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/SCodeDumpTpl.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/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/CodegenUtil.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/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/GlobalScriptUtil.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/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/SimCodeFunction.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/BackendDAE.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/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/FGraphBuildEnv.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/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/ValuesUtil.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/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/Static.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/SCode.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/ParserExt.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/SCodeDump.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/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/Mod.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/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/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/InstHashTable.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/InstFunction.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/InstDAE.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/Inst.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/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/ConnectionGraph.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/DAEDump.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/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/Builtin.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/Algorithm.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica GenerateEntryPoint.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynToSCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Absyn.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/File.stamp.mos make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' cp bootstrap-sources/build/_main.c build/ # We have not compiled OpenModelicaScriptingAPI.mo yet touch build/OpenModelicaScriptingAPI.h make -f Makefile.omdev.mingw install INCLUDESOURCES=1 OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" CPPFLAGS="-DOM_HAVE_PTHREADS -I"/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c" -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2" 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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/Vector.o build/Vector.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -c -o build/UnorderedSet.o build/UnorderedSet.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/UnorderedMap.o build/UnorderedMap.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/HashTableExpToIndex.o build/HashTableExpToIndex.c build/Vector.c:872:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 872 | if((_sz == ((modelica_integer) 0))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Vector.c:872:11: note: remove extraneous parentheses around the comparison to silence this warning 872 | if((_sz == ((modelica_integer) 0))) | ~ ^ ~ build/Vector.c:872:11: note: use '=' to turn this equality comparison into an assignment 872 | if((_sz == ((modelica_integer) 0))) | ^~ | = build/Vector.c:999:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 999 | if((_index == _sz)) | ~~~~~~~^~~~~~ build/Vector.c:999:14: note: remove extraneous parentheses around the comparison to silence this warning 999 | if((_index == _sz)) | ~ ^ ~ build/Vector.c:999:14: note: use '=' to turn this equality comparison into an assignment 999 | if((_index == _sz)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/HashTable.o build/HashTable.c build/Vector.c:1342:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1342 | if((_index == ((modelica_integer) 1) + _sz)) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/Vector.c:1342:14: note: remove extraneous parentheses around the comparison to silence this warning 1342 | if((_index == ((modelica_integer) 1) + _sz)) | ~ ^ ~ build/Vector.c:1342:14: note: use '=' to turn this equality comparison into an assignment 1342 | if((_index == ((modelica_integer) 1) + _sz)) | ^~ | = build/Vector.c:1427:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1427 | if((_sz == arrayLength(_data))) | ~~~~^~~~~~~~~~~~~~~~~~~~~ build/Vector.c:1427:11: note: remove extraneous parentheses around the comparison to silence this warning 1427 | if((_sz == arrayLength(_data))) | ~ ^ ~ build/Vector.c:1427:11: note: use '=' to turn this equality comparison into an assignment 1427 | if((_sz == arrayLength(_data))) | ^~ | = build/Vector.c:1509:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1509 | if((_sz == arrayLength(_data))) | ~~~~^~~~~~~~~~~~~~~~~~~~~ build/Vector.c:1509:11: note: remove extraneous parentheses around the comparison to silence this warning 1509 | if((_sz == arrayLength(_data))) | ~ ^ ~ build/Vector.c:1509:11: note: use '=' to turn this equality comparison into an assignment 1509 | if((_sz == arrayLength(_data))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/HashTable2.o build/HashTable2.c build/Util.c:1354:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1354 | if((_inN == (_q) * (_i))) | ~~~~~^~~~~~~~~~~~~~ build/Util.c:1354:14: note: remove extraneous parentheses around the comparison to silence this warning 1354 | if((_inN == (_q) * (_i))) | ~ ^ ~ build/Util.c:1354:14: note: use '=' to turn this equality comparison into an assignment 1354 | 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_2 -c -o build/HashSetString.o build/HashSetString.c build/Testsuite.c:172:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 172 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Testsuite.c:172:18: note: remove extraneous parentheses around the comparison to silence this warning 172 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ build/Testsuite.c:172:18: note: use '=' to turn this equality comparison into an assignment 172 | if((_i == ((modelica_integer) 4))) | ^~ | = 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_2 -c -o build/HashSetExp.o build/HashSetExp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/HashSet.o build/HashSet.c build/StringUtil.c:890:52: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 890 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ build/StringUtil.c:890:52: note: remove extraneous parentheses around the comparison to silence this warning 890 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~ ^ ~ build/StringUtil.c:890:52: note: use '=' to turn this equality comparison into an assignment 890 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ^~ | = build/StringUtil.c:948:52: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 948 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ build/StringUtil.c:948:52: note: remove extraneous parentheses around the comparison to silence this warning 948 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~ ^ ~ build/StringUtil.c:948:52: note: use '=' to turn this equality comparison into an assignment 948 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ^~ | = build/StackOverflow.c:337:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 337 | if((_n == ((modelica_integer) 3))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/StackOverflow.c:337:10: note: remove extraneous parentheses around the comparison to silence this warning 337 | if((_n == ((modelica_integer) 3))) | ~ ^ ~ build/StackOverflow.c:337:10: note: use '=' to turn this equality comparison into an assignment 337 | if((_n == ((modelica_integer) 3))) | ^~ | = build/StackOverflow.c:367:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 367 | if((_n == ((modelica_integer) 3))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/StackOverflow.c:367:12: note: remove extraneous parentheses around the comparison to silence this warning 367 | if((_n == ((modelica_integer) 3))) | ~ ^ ~ build/StackOverflow.c:367:12: note: use '=' to turn this equality comparison into an assignment 367 | if((_n == ((modelica_integer) 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_2 -c -o build/Graph.o build/Graph.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_2 -c -o build/Gettext.o build/Gettext.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_2 -c -o build/GCExt.o build/GCExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -c -o build/Flags.o build/Flags.c build/List.c:528:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 528 | if((_i == _idx)) | ~~~^~~~~~~ build/List.c:528:12: note: remove extraneous parentheses around the comparison to silence this warning 528 | if((_i == _idx)) | ~ ^ ~ build/List.c:528:12: note: use '=' to turn this equality comparison into an assignment 528 | if((_i == _idx)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/Debug.o build/Debug.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_2 -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_2 -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_2 -c -o build/ClockIndexes.o build/ClockIndexes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/Global.o build/Global.c build/List.c:12007:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12007 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/List.c:12007:15: note: remove extraneous parentheses around the comparison to silence this warning 12007 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/List.c:12007:15: note: use '=' to turn this equality comparison into an assignment 12007 | if((_length == ((modelica_integer) 0))) | ^~ | = build/List.c:12152:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12152 | if((_inParts == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/List.c:12152:16: note: remove extraneous parentheses around the comparison to silence this warning 12152 | if((_inParts == ((modelica_integer) 0))) | ~ ^ ~ build/List.c:12152:16: note: use '=' to turn this equality comparison into an assignment 12152 | if((_inParts == ((modelica_integer) 0))) | ^~ | = 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_2 -c -o build/Unparsing.o build/Unparsing.c build/List.c:15296:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 15296 | if((_inStep == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/List.c:15296:15: note: remove extraneous parentheses around the comparison to silence this warning 15296 | if((_inStep == ((modelica_integer) 0))) | ~ ^ ~ build/List.c:15296:15: note: use '=' to turn this equality comparison into an assignment 15296 | 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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/SCodeDumpTpl.o build/SCodeDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/GenerateAPIFunctionsTpl.o build/GenerateAPIFunctionsTpl.c build/DoubleEnded.c:186:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 186 | if((_lstLength == ((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_2 -c -o build/ExpressionDumpTpl.o build/ExpressionDumpTpl.c build/DoubleEnded.c:186:18: note: remove extraneous parentheses around the comparison to silence this warning 186 | if((_lstLength == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:186:18: note: use '=' to turn this equality comparison into an assignment 186 | if((_lstLength == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:203:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 203 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:203:15: note: remove extraneous parentheses around the comparison to silence this warning 203 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:203:15: note: use '=' to turn this equality comparison into an assignment 203 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:255:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 255 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:255:15: note: remove extraneous parentheses around the comparison to silence this warning 255 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:255:15: note: use '=' to turn this equality comparison into an assignment 255 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:308:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 308 | if((_lstLength == ((modelica_integer) 0))) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:308:18: note: remove extraneous parentheses around the comparison to silence this warning 308 | if((_lstLength == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:308:18: note: use '=' to turn this equality comparison into an assignment 308 | if((_lstLength == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:355:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 355 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:355:15: note: remove extraneous parentheses around the comparison to silence this warning 355 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:355:15: note: use '=' to turn this equality comparison into an assignment 355 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:383:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 383 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:383:15: note: remove extraneous parentheses around the comparison to silence this warning 383 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ build/DoubleEnded.c:383:15: note: use '=' to turn this equality comparison into an assignment 383 | if((_length == ((modelica_integer) 0))) | ^~ | = build/DoubleEnded.c:444:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 444 | if((_length == ((modelica_integer) 1))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DoubleEnded.c:444:15: note: remove extraneous parentheses around the comparison to silence this warning 444 | if((_length == ((modelica_integer) 1))) | ~ ^ ~ build/DoubleEnded.c:444:15: note: use '=' to turn this equality comparison into an assignment 444 | if((_length == ((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_2 -c -o build/DAEDumpTpl.o build/DAEDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -c -o build/CodegenCFunctions.o build/CodegenCFunctions.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -c -o build/InteractiveUtil.o build/InteractiveUtil.c 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_2 -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_2 -c -o build/StaticScript.o build/StaticScript.c build/AvlTreeStringString.c:120:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 120 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:120:25: note: remove extraneous parentheses around the comparison to silence this warning 120 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeStringString.c:120:25: note: use '=' to turn this equality comparison into an assignment 120 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeStringString.c:130:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 130 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:130:27: note: remove extraneous parentheses around the comparison to silence this warning 130 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeStringString.c:130:27: note: use '=' to turn this equality comparison into an assignment 130 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlTreeStringString.c:168:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 168 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:168:25: note: remove extraneous parentheses around the comparison to silence this warning 168 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeStringString.c:168:25: note: use '=' to turn this equality comparison into an assignment 168 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeStringString.c:177:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 177 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeStringString.c:177:27: note: remove extraneous parentheses around the comparison to silence this warning 177 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeStringString.c:177:27: note: use '=' to turn this equality comparison into an assignment 177 | 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_2 -c -o build/Interactive.o build/Interactive.c build/AvlTreeCRToInt.c:120:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 120 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:120:25: note: remove extraneous parentheses around the comparison to silence this warning 120 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeCRToInt.c:120:25: note: use '=' to turn this equality comparison into an assignment 120 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeCRToInt.c:130:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 130 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:130:27: note: remove extraneous parentheses around the comparison to silence this warning 130 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeCRToInt.c:130:27: note: use '=' to turn this equality comparison into an assignment 130 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlTreeCRToInt.c:168:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 168 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:168:25: note: remove extraneous parentheses around the comparison to silence this warning 168 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlTreeCRToInt.c:168:25: note: use '=' to turn this equality comparison into an assignment 168 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlTreeCRToInt.c:177:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 177 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlTreeCRToInt.c:177:27: note: remove extraneous parentheses around the comparison to silence this warning 177 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlTreeCRToInt.c:177:27: note: use '=' to turn this equality comparison into an assignment 177 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetString.c:109:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 109 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:109:25: note: remove extraneous parentheses around the comparison to silence this warning 109 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetString.c:109:25: note: use '=' to turn this equality comparison into an assignment 109 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetString.c:119:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:119:27: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetString.c:119:27: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetString.c:141:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 141 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:141:25: note: remove extraneous parentheses around the comparison to silence this warning 141 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetString.c:141:25: note: use '=' to turn this equality comparison into an assignment 141 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetString.c:150:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 150 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetString.c:150:27: note: remove extraneous parentheses around the comparison to silence this warning 150 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetString.c:150:27: note: use '=' to turn this equality comparison into an assignment 150 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetCR.c:109:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 109 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:109:25: note: remove extraneous parentheses around the comparison to silence this warning 109 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetCR.c:109:25: note: use '=' to turn this equality comparison into an assignment 109 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetCR.c:119:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:119:27: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetCR.c:119:27: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetCR.c:141:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 141 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:141:25: note: remove extraneous parentheses around the comparison to silence this warning 141 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetCR.c:141:25: note: use '=' to turn this equality comparison into an assignment 141 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetCR.c:150:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 150 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetCR.c:150:27: note: remove extraneous parentheses around the comparison to silence this warning 150 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetCR.c:150:27: note: use '=' to turn this equality comparison into an assignment 150 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetPath.c:112:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 112 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:112:25: note: remove extraneous parentheses around the comparison to silence this warning 112 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/AvlSetPath.c:112:25: note: use '=' to turn this equality comparison into an assignment 112 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetPath.c:122:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 122 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:122:27: note: remove extraneous parentheses around the comparison to silence this warning 122 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetPath.c:122:27: note: use '=' to turn this equality comparison into an assignment 122 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/AvlSetPath.c:144:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 144 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:144:25: note: remove extraneous parentheses around the comparison to silence this warning 144 | 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_2 -c -o build/GlobalScriptUtil.o build/GlobalScriptUtil.c build/AvlSetPath.c:144:25: note: use '=' to turn this equality comparison into an assignment 144 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/AvlSetPath.c:153:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AvlSetPath.c:153:27: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/AvlSetPath.c:153:27: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/Array.c:311:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 311 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:311:12: note: remove extraneous parentheses around the comparison to silence this warning 311 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:311:12: note: use '=' to turn this equality comparison into an assignment 311 | if((_len == ((modelica_integer) 0))) | ^~ | = build/Array.c:1343:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1343 | if((_len1 == ((mclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/GlobalScriptDump.o build/GlobalScriptDump.c odelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1343:13: note: remove extraneous parentheses around the comparison to silence this warning 1343 | if((_len1 == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1343:13: note: use '=' to turn this equality comparison into an assignment 1343 | if((_len1 == ((modelica_integer) 0))) | ^~ | = build/Array.c:1350:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1350 | if((_len2 == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1350:15: note: remove extraneous parentheses around the comparison to silence this warning 1350 | if((_len2 == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1350:15: note: use '=' to turn this equality comparison into an assignment 1350 | if((_len2 == ((modelica_integer) 0))) | ^~ | = build/Array.c:1398:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1398 | if((_arr_len == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1398:18: note: remove extraneous parentheses around the comparison to silence this warning 1398 | if((_arr_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1398:18: note: use '=' to turn this equality comparison into an assignment 1398 | if((_arr_len == ((modelica_integer) 0))) | ^~ | = build/FlagsUtil.c:7613:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7613 | if((_v == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flagData), 2)))))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:7613:22: note: remove extraneous parentheses around the comparison to silence this warning 7613 | if((_v == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flagData), 2)))))) | ~ ^ ~ build/FlagsUtil.c:7613:22: note: use '=' to turn this equality comparison into an assignment 7613 | if((_v == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flagData), 2)))))) | ^~ | = build/Array.c:1981:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1981 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:1981:12: note: remove extraneous parentheses around the comparison to silence this warning 1981 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:1981:12: note: use '=' to turn this equality comparison into an assignment 1981 | if((_len == ((modelica_integer) 0))) | ^~ | = build/FlagsUtil.c:8075:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8075 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:8075:10: note: remove extraneous parentheses around the comparison to silence this warning 8075 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ build/FlagsUtil.c:8075:10: note: use '=' to turn this equality comparison into an assignment 8075 | if((_i == ((modelica_integer) 4))) | ^~ | = build/FlagsUtil.c:8109:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8109 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:8109:10: note: remove extraneous parentheses around the comparison to silence this warning 8109 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ build/FlagsUtil.c:8109:10: note: use '=' to turn this equality comparison into an assignment 8109 | if((_i == ((modelica_integer) 4))) | ^~ | = build/Array.c:2054:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2054 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:2054:12: note: remove extraneous parentheses around the comparison to silence this warning 2054 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:2054:12: note: use '=' to turn this equality comparison into an assignment 2054 | if((_len == ((modelica_integer) 0))) | ^~ | = build/Array.c:2103:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2103 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:2103:12: note: remove extraneous parentheses around the comparison to silence this warning 2103 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:2103:12: note: use '=' to turn this equality comparison into an assignment 2103 | if((_len == ((modelica_integer) 0))) | ^~ | = build/Array.c:2152:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2152 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Array.c:2152:12: note: remove extraneous parentheses around the comparison to silence this warning 2152 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ build/Array.c:2152:12: note: use '=' to turn this equality comparison into an assignment 2152 | if((_len == ((modelica_integer) 0))) | ^~ | = build/FlagsUtil.c:8340:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8340 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:8340:22: note: remove extraneous parentheses around the comparison to silence this warning 8340 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ~ ^ ~ build/FlagsUtil.c:8340:22: note: use '=' to turn this equality comparison into an assignment 8340 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/GlobalScript.o build/GlobalScript.c build/FlagsUtil.c:11337:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 11337 | if((_len == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:11337:14: note: remove extraneous parentheses around the comparison to silence this warning 11337 | if((_len == ((modelica_integer) 1))) | ~ ^ ~ build/FlagsUtil.c:11337:14: note: use '=' to turn this equality comparison into an assignment 11337 | if((_len == ((modelica_integer) 1))) | ^~ | = build/FlagsUtil.c:11356:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 11356 | if((_len == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:11356:16: note: remove extraneous parentheses around the comparison to silence this warning 11356 | if((_len == ((modelica_integer) 1))) | ~ ^ ~ build/FlagsUtil.c:11356:16: note: use '=' to turn this equality comparison into an assignment 11356 | if((_len == ((modelica_integer) 1))) | ^~ | = build/FlagsUtil.c:11363:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 11363 | if((_len == ((modelica_integer) 2))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FlagsUtil.c:11363:18: note: remove extraneous parentheses around the comparison to silence this warning 11363 | if((_len == ((modelica_integer) 2))) | ~ ^ ~ build/FlagsUtil.c:11363:18: note: use '=' to turn this equality comparison into an assignment 11363 | if((_len == ((modelica_integer) 2))) | ^~ | = build/Main.c:1472:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1472 | if((_shandle == ((modelica_integer) -1))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/Main.c:1472:16: note: remove extraneous parentheses around the comparison to silence this warning 1472 | if((_shandle == ((modelica_integer) -1))) | ~ ^ ~ build/Main.c:1472:16: note: use '=' to turn this equality comparison into an assignment 1472 | if((_shandle == ((modelica_integer) -1))) | ^~ | = 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_2 -c -o build/CevalScript.o build/CevalScript.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_2 -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_2 -c -o build/SimCodeFunctionUtil.o build/SimCodeFunctionUtil.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_2 -c -o build/SimCodeFunction.o build/SimCodeFunction.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_2 -c -o build/HpcOmSimCode.o build/HpcOmSimCode.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_2 -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_2 -c -o build/FVisit.o build/FVisit.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/FTraverse.o build/FTraverse.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_2 -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_2 -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_2 -c -o build/FMod.o build/FMod.c build/TplParser.c:16131:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 16131 | if((_i == ((modelica_integer) 13))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:16131:18: note: remove extraneous parentheses around the comparison to silence this warning 16131 | if((_i == ((modelica_integer) 13))) | ~ ^ ~ build/TplParser.c:16131:18: note: use '=' to turn this equality comparison into an assignment 16131 | if((_i == ((modelica_integer) 13))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/FLookup.o build/FLookup.c build/TplParser.c:18451:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 18451 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:18451:25: note: remove extraneous parentheses around the comparison to silence this warning 18451 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/TplParser.c:18451:25: note: use '=' to turn this equality comparison into an assignment 18451 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/TplParser.c:18461:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 18461 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:18461:27: note: remove extraneous parentheses around the comparison to silence this warning 18461 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/TplParser.c:18461:27: note: use '=' to turn this equality comparison into an assignment 18461 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/TplParser.c:18499:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 18499 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:18499:25: note: remove extraneous parentheses around the comparison to silence this warning 18499 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/TplParser.c:18499:25: note: use '=' to turn this equality comparison into an assignment 18499 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/TplParser.c:18508:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 18508 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/TplParser.c:18508:27: note: remove extraneous parentheses around the comparison to silence this warning 18508 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/TplParser.c:18508:27: note: use '=' to turn this equality comparison into an assignment 18508 | 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_2 -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_2 -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_2 -c -o build/FGraph.o build/FGraph.c 8 warnings generated. build/InteractiveUtil.c:4178:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4178 | if((_index == ((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_2 -c -o build/FExpand.o build/FExpand.c build/InteractiveUtil.c:4178:34: note: remove extraneous parentheses around the comparison to silence this warning 4178 | if((_index == ((modelica_integer) -1))) | ~ ^ ~ build/InteractiveUtil.c:4178:34: note: use '=' to turn this equality comparison into an assignment 4178 | if((_index == ((modelica_integer) -1))) | ^~ | = build/InteractiveUtil.c:4242:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4242 | if((_index == ((modelica_integer) -1))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/InteractiveUtil.c:4242:34: note: remove extraneous parentheses around the comparison to silence this warning 4242 | if((_index == ((modelica_integer) -1))) | ~ ^ ~ build/InteractiveUtil.c:4242:34: note: use '=' to turn this equality comparison into an assignment 4242 | if((_index == ((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_2 -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_2 -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_2 -c -o build/ValuesUtil.o build/ValuesUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/Static.o build/Static.c 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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/ParserExt.o build/ParserExt.c build/FCore.c:1131:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1131 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:1131:25: note: remove extraneous parentheses around the comparison to silence this warning 1131 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/FCore.c:1131:25: note: use '=' to turn this equality comparison into an assignment 1131 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/FCore.c:1141:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1141 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:1141:27: note: remove extraneous parentheses around the comparison to silence this warning 1141 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/FCore.c:1141:27: note: use '=' to turn this equality comparison into an assignment 1141 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/FCore.c:1179:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1179 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:1179:25: note: remove extraneous parentheses around the comparison to silence this warning 1179 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/FCore.c:1179:25: note: use '=' to turn this equality comparison into an assignment 1179 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/FCore.c:1188:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1188 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/FCore.c:1188:27: note: remove extraneous parentheses around the comparison to silence this warning 1188 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/FCore.c:1188:27: note: use '=' to turn this equality comparison into an assignment 1188 | 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_2 -c -o build/Parser.o build/Parser.c build/FGraph.c:1259:20: warning: expression result unused [-Wunused-value] 1259 | 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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/Lookup.o build/Lookup.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -c -o build/InstExtends.o build/InstExtends.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_2 -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_2 -c -o build/InstMeta.o build/InstMeta.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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/InstVar.o build/InstVar.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_2 -c -o build/Inst.o build/Inst.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/InnerOuter.o build/InnerOuter.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -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_2 -c -o build/ExpressionSimplifyTypes.o build/ExpressionSimplifyTypes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -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_2 -c -o build/Expression.o build/Expression.c build/OperatorOverloading.c:4630:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4630 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:4630:25: note: remove extraneous parentheses around the comparison to silence this warning 4630 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:4630:25: note: use '=' to turn this equality comparison into an assignment 4630 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:4640:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4640 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:4640:27: note: remove extraneous parentheses around the comparison to silence this warning 4640 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:4640:27: note: use '=' to turn this equality comparison into an assignment 4640 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/OperatorOverloading.c:4678:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4678 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:4678:25: note: remove extraneous parentheses around the comparison to silence this warning 4678 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:4678:25: note: use '=' to turn this equality comparison into an assignment 4678 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:4687:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4687 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:4687:27: note: remove extraneous parentheses around the comparison to silence this warning 4687 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:4687:27: note: use '=' to turn this equality comparison into an assignment 4687 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/OperatorOverloading.c:7042:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7042 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:7042:25: note: remove extraneous parentheses around the comparison to silence this warning 7042 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:7042:25: note: use '=' to turn this equality comparison into an assignment 7042 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:7052:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7052 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:7052:27: note: remove extraneous parentheses around the comparison to silence this warning 7052 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:7052:27: note: use '=' to turn this equality comparison into an assignment 7052 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/OperatorOverloading.c:7090:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7090 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:7090:25: note: remove extraneous parentheses around the comparison to silence this warning 7090 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/OperatorOverloading.c:7090:25: note: use '=' to turn this equality comparison into an assignment 7090 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/OperatorOverloading.c:7099:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7099 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/OperatorOverloading.c:7099:27: note: remove extraneous parentheses around the comparison to silence this warning 7099 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/OperatorOverloading.c:7099:27: note: use '=' to turn this equality comparison into an assignment 7099 | 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_2 -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_2 -c -o build/ElementSource.o build/ElementSource.c build/InstUtil.c:2826:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2826 | if((_inN == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/InstUtil.c:2826:20: note: remove extraneous parentheses around the comparison to silence this warning 2826 | if((_inN == ((modelica_integer) 1))) | ~ ^ ~ build/InstUtil.c:2826:20: note: use '=' to turn this equality comparison into an assignment 2826 | if((_inN == ((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_2 -c -o build/Dump.o build/Dump.c build/InstUtil.c:3691:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3691 | if((_N == ((modelica_integer) -1))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/InstUtil.c:3691:18: note: remove extraneous parentheses around the comparison to silence this warning 3691 | if((_N == ((modelica_integer) -1))) | ~ ^ ~ build/InstUtil.c:3691:18: note: use '=' to turn this equality comparison into an assignment 3691 | 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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/ConnectionGraph.o build/ConnectionGraph.c build/Expression.c:4971:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4971 | if((_r == ((modelica_integer) 0))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/Expression.c:4971:14: note: remove extraneous parentheses around the comparison to silence this warning 4971 | if((_r == ((modelica_integer) 0))) | ~ ^ ~ build/Expression.c:4971:14: note: use '=' to turn this equality comparison into an assignment 4971 | if((_r == ((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_2 -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_2 -c -o build/ClassLoader.o build/ClassLoader.c build/DAE.c:129:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 129 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:129:25: note: remove extraneous parentheses around the comparison to silence this warning 129 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/DAE.c:129:25: note: use '=' to turn this equality comparison into an assignment 129 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/DAE.c:139:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 139 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:139:27: note: remove extraneous parentheses around the comparison to silence this warning 139 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/DAE.c:139:27: note: use '=' to turn this equality comparison into an assignment 139 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/DAE.c:177:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 177 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:177:25: note: remove extraneous parentheses around the comparison to silence this warning 177 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ build/DAE.c:177:25: note: use '=' to turn this equality comparison into an assignment 177 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = build/DAE.c:186:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 186 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/DAE.c:186:27: note: remove extraneous parentheses around the comparison to silence this warning 186 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ build/DAE.c:186:27: note: use '=' to turn this equality comparison into an assignment 186 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = build/ExpressionSimplify.c:15038:16: 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] 15038 | _i = labs(_i); | ^ build/ExpressionSimplify.c:15038:16: note: use function 'llabs' instead 15038 | _i = labs(_i); | ^~~~ | 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_2 -c -o build/ClassInf.o build/ClassInf.c build/ExpressionSimplify.c:15867:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 15867 | if((_dim == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/ExpressionSimplify.c:15867:12: note: remove extraneous parentheses around the comparison to silence this warning 15867 | if((_dim == ((modelica_integer) 1))) | ~ ^ ~ build/ExpressionSimplify.c:15867:12: note: use '=' to turn this equality comparison into an assignment 15867 | if((_dim == ((modelica_integer) 1))) | ^~ | = 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_2 -c -o build/Ceval.o build/Ceval.c build/ExpressionSimplify.c:17124:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 17124 | if((_i1 == _i2)) | ~~~~^~~~~~ build/ExpressionSimplify.c:17124:19: note: remove extraneous parentheses around the comparison to silence this warning 17124 | if((_i1 == _i2)) | ~ ^ ~ build/ExpressionSimplify.c:17124:19: note: use '=' to turn this equality comparison into an assignment 17124 | if((_i1 == _i2)) | ^~ | = build/ExpressionSimplify.c:17192:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 17192 | if((_i1 == _i2)) | ~~~~^~~~~~ build/ExpressionSimplify.c:17192:19: note: remove extraneous parentheses around the comparison to silence this warning 17192 | if((_i1 == _i2)) | ~ ^ ~ build/ExpressionSimplify.c:17192:19: note: use '=' to turn this equality comparison into an assignment 17192 | 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_2 -c -o build/CevalFunction.o build/CevalFunction.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/Builtin.o build/Builtin.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/BackendInterface.o build/BackendInterface.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/Algorithm.o build/Algorithm.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_2 -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_2 -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_2 -c -o build/Absyn.o build/Absyn.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -DOMC_BOOTSTRAPPING_STAGE_2 -c -o build/File.o build/File.c build/ConnectUtil.c:2582:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2582 | if((_flow_dir == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/ConnectUtil.c:2582:17: note: remove extraneous parentheses around the comparison to silence this warning 2582 | if((_flow_dir == ((modelica_integer) 1))) | ~ ^ ~ build/ConnectUtil.c:2582:17: note: use '=' to turn this equality comparison into an assignment 2582 | if((_flow_dir == ((modelica_integer) 1))) | ^~ | = build/ConnectUtil.c:2589:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2589 | if((_flow_dir == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ build/ConnectUtil.c:2589:19: note: remove extraneous parentheses around the comparison to silence this warning 2589 | if((_flow_dir == ((modelica_integer) -1))) | ~ ^ ~ build/ConnectUtil.c:2589:19: note: use '=' to turn this equality comparison into an assignment 2589 | 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_2 -c -o build/ZeroCrossings_records.o build/ZeroCrossings_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_2 -c -o build/UnitChecker_records.o build/UnitChecker_records.c build/Expression.c:46341:17: 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] 46341 | _i2 = labs(_i); | ^ build/Expression.c:46341:17: note: use function 'llabs' instead 46341 | _i2 = labs(_i); | ^~~~ | 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_2 -c -o build/UnitAbsynBuilder_records.o build/UnitAbsynBuilder_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_2 -c -o build/SimCodeUtil_records.o build/SimCodeUtil_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_2 -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_2 -c -o build/SimCode_records.o build/SimCode_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/NFInstDump_records.o build/NFInstDump_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_2 -c -o build/NFApi_records.o build/NFApi_records.c build/AbsynUtil.c:2396:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2396 | if((_arg_path_len == omc_AbsynUtil_pathPartCount(threadData, _path, ((modelica_integer) 0)))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ build/AbsynUtil.c:2396:31: note: remove extraneous parentheses around the comparison to silence this warning 2396 | if((_arg_path_len == omc_AbsynUtil_pathPartCount(threadData, _path, ((modelica_integer) 0)))) | ~ ^ ~ build/AbsynUtil.c:2396:31: note: use '=' to turn this equality comparison into an assignment 2396 | if((_arg_path_len == omc_AbsynUtil_pathPartCount(threadData, _path, ((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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/Vector_records.o build/Vector_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_2 -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_2 -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_2 -c -o build/UnorderedSet_records.o build/UnorderedSet_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_2 -c -o build/UnorderedMap_records.o build/UnorderedMap_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_2 -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_2 -c -o build/System_records.o build/System_records.c build/Ceval.c:15630:17: 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] 15630 | _iv = labs(_iv); | ^ build/Ceval.c:15630:17: note: use function 'llabs' instead 15630 | _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_2 -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_2 -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_2 -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_2 -c -o build/Settings_records.o build/Settings_records.c build/AbsynUtil.c:19004:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 19004 | if((_n == ((modelica_integer) 1))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ build/AbsynUtil.c:19004:10: note: remove extraneous parentheses around the comparison to silence this warning 19004 | if((_n == ((modelica_integer) 1))) | ~ ^ ~ build/AbsynUtil.c:19004:10: note: use '=' to turn this equality comparison into an assignment 19004 | 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_2 -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_2 -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_2 -c -o build/Pointer_records.o build/Pointer_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/HashTableCrIListArray_records.o build/HashTableCrIListArray_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/GCExt_records.o build/GCExt_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/DoubleEnded_records.o build/DoubleEnded_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_2 -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_2 -c -o build/Corba_records.o build/Corba_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/FNode_records.o build/FNode_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_2 -c -o build/FMod_records.o build/FMod_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -c -o build/FBuiltin_records.o build/FBuiltin_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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 -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_2 cp -a build/OpenModelicaScriptingAPI.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API 2 warnings generated. 1 warning generated. 2 warnings generated. 4 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_2 2 warnings generated. 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/Vector.o build/VarTransform.o build/Util.o build/UnorderedSet.o build/UnorderedMap.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/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/GCExt.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/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/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/Vector_records.o build/VarTransform_records.o build/Util_records.o build/UnorderedSet_records.o build/UnorderedMap_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/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/GCExt_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/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/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./ -lomparse ../..//Compiler/runtime/libomcbackendruntime.a -lomcruntime -lomcfrontendcpp ../..//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 -L../..//3rdParty/FMIL/install/lib -lfmilib -lexpat -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_2 -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 2/3 completed make -f Makefile.omdev.mingw clean OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" 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' make -f Makefile.omdev.mingw --no-print-directory -C ../..//Compiler/Template OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" clean 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 -f Makefile.omdev.mingw --no-print-directory -C ../..//Compiler/Script OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" clean rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo make -f Makefile.omdev.mingw generate-files-in-steps OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" "OMC_EXTRA_FLAGS=" 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 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 ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe DAEDumpTpl.tpl > DAEDumpTpl.mo.log || (cat DAEDumpTpl.mo.log && false) ** ExpressionDumpTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe ExpressionDumpTpl.tpl > ExpressionDumpTpl.mo.log || (cat ExpressionDumpTpl.mo.log && false) ** Unparsing template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe Unparsing.tpl > Unparsing.mo.log || (cat Unparsing.mo.log && false) ** 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 ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe GenerateAPIFunctionsTpl.tpl > GenerateAPIFunctionsTpl.mo.log || (cat GenerateAPIFunctionsTpl.mo.log && false) ** CodegenC template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCFunctions.tpl > CodegenCFunctions.mo.log || (cat CodegenCFunctions.mo.log && false) ** AbsynToJulia template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynToJulia.tpl > AbsynToJulia.mo.log || (cat AbsynToJulia.mo.log && false) ** AbsynJLDump template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe AbsynJLDumpTpl.tpl > AbsynJLDumpTpl.mo.log || (cat AbsynJLDumpTpl.mo.log && false) ** CodegenC template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenC.tpl > CodegenC.mo.log || (cat CodegenC.mo.log && false) ** CodegenUtilSimulation template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenUtilSimulation.tpl > CodegenUtilSimulation.mo.log || (cat CodegenUtilSimulation.mo.log && false) ** CodegenEmbeddedC template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenEmbeddedC.tpl > CodegenEmbeddedC.mo.log || (cat CodegenEmbeddedC.mo.log && false) ** CodegenFMUCommon template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMUCommon.tpl > CodegenFMUCommon.mo.log || (cat CodegenFMUCommon.mo.log && false) ** CodegenCppCommon template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCppCommon.tpl > CodegenCppCommon.mo.log || (cat CodegenCppCommon.mo.log && false) ** CodegenCpp template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCpp.tpl > CodegenCpp.mo.log || (cat CodegenCpp.mo.log && false) ** CodegenCppHpcom template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCppHpcom.tpl > CodegenCppHpcom.mo.log || (cat CodegenCppHpcom.mo.log && false) ** CodegenFMUCpp template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMUCpp.tpl > CodegenFMUCpp.mo.log || (cat CodegenFMUCpp.mo.log && false) ** CodegenOMSI_common template compilation ** ** CodegenOMSIC template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenOMSIC.tpl > CodegenOMSIC.mo.log || (cat CodegenOMSIC.mo.log && false) /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenOMSI_common.tpl > CodegenOMSI_common.mo.log || (cat CodegenOMSI_common.mo.log && false) ** CodegenOMSICpp template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenOMSICpp.tpl > CodegenOMSICpp.mo.log || (cat CodegenOMSICpp.mo.log && false) ** CodegenOMSIC_Equations template compilation ** ** CodegenFMUCppHpcom template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenOMSIC_Equations.tpl > CodegenOMSIC_Equations.mo.log || (cat CodegenOMSIC_Equations.mo.log && false) ** CodegenCppInit template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCppInit.tpl > CodegenCppInit.mo.log || (cat CodegenCppInit.mo.log && false) /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMUCppHpcom.tpl > CodegenFMUCppHpcom.mo.log || (cat CodegenFMUCppHpcom.mo.log && false) test -f OpenModelicaScriptingAPI.mo ** CodegenMidToC template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenMidToC.tpl > CodegenMidToC.mo.log || (cat CodegenMidToC.mo.log && false) test -f OpenModelicaScriptingAPIQt.cpp ** GraphvizDump template compilation ** test -f OpenModelicaScriptingAPIQt.h /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe GraphvizDump.tpl > GraphvizDump.mo.log || (cat GraphvizDump.mo.log && false) ** GraphMLDumpTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe GraphMLDumpTpl.tpl > GraphMLDumpTpl.mo.log || (cat GraphMLDumpTpl.mo.log && false) cp "OpenModelicaScriptingAPIQt.cpp" "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp" Unused import SimCodeVar in Unparsing.mo cp "OpenModelicaScriptingAPIQt.h" "/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h" ** NFInstDumpTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe NFInstDumpTpl.tpl > NFInstDumpTpl.mo.log || (cat NFInstDumpTpl.mo.log && false) ** SimCodeDump template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe SimCodeDump.tpl > SimCodeDump.mo.log || (cat SimCodeDump.mo.log && false) ** CodegenXML template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenXML.tpl > CodegenXML.mo.log || (cat CodegenXML.mo.log && false) Unused import HashTableCrefSimVar in Unparsing.mo ** CodegenJS template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenJS.tpl > CodegenJS.mo.log || (cat CodegenJS.mo.log && false) ** VisualXMLTpl template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe VisualXMLTpl.tpl > VisualXMLTpl.mo.log || (cat VisualXMLTpl.mo.log && false) Unused import SimCodeUtil in Unparsing.mo ** CodegenCppHpcomOMSI template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCppHpcomOMSI.tpl > CodegenCppHpcomOMSI.mo.log || (cat CodegenCppHpcomOMSI.mo.log && false) Unused import HashTableCrefSimVar in CodegenUtil.mo Unused import SimCodeFunctionUtil in Unparsing.mo ** CodegenCppOMSI template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenCppOMSI.tpl > CodegenCppOMSI.mo.log || (cat CodegenCppOMSI.mo.log && false) Unused import SimCodeVar in CodegenMidToC.mo ** CodegenFMUCppHpcomOMSI template compilation ** Unused import SimCodeVar in GenerateAPIFunctionsTpl.mo /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMUCppHpcomOMSI.tpl > CodegenFMUCppHpcomOMSI.mo.log || (cat CodegenFMUCppHpcomOMSI.mo.log && false) Unused import BackendDAE in Unparsing.mo Unused import SimCodeUtil in CodegenUtil.mo ** CodegenFMUCppOMSI template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMUCppOMSI.tpl > CodegenFMUCppOMSI.mo.log || (cat CodegenFMUCppOMSI.mo.log && false) Unused import HashTableCrefSimVar in CodegenMidToC.mo Unused import HashTableCrefSimVar in GenerateAPIFunctionsTpl.mo Unused import Autoconf in Unparsing.mo Unused import SimCodeFunctionUtil in CodegenUtil.mo Unused import ExpressionDump in GraphvizDump.mo Unused import HashTableCrefSimVar in SimCodeDump.mo Unused import HashTableCrefSimVar in CodegenUtilSimulation.mo Unused import SimCodeUtil in CodegenMidToC.mo Unused import SimCodeUtil in GenerateAPIFunctionsTpl.mo Unused import MMath in Unparsing.mo Unused import HashTableCrefSimVar in CodegenEmbeddedC.mo Unused import SimCodeFunctionUtil in CodegenMidToC.mo Unused import Autoconf in CodegenUtil.mo Unused import HashTableCrefSimVar in CodegenJS.mo Unused import SimCodeUtil in SimCodeDump.mo Unused import SimCodeFunctionUtil in GenerateAPIFunctionsTpl.mo Unused import SimCodeUtil in CodegenUtilSimulation.mo Unused import DAE in AbsynToJulia.mo Unused import ClassInf in Unparsing.mo Unused import BackendDAE in CodegenMidToC.mo Unused import SimCodeFunctionUtil in SimCodeDump.mo Unused import BackendDAE in GenerateAPIFunctionsTpl.mo Unused import AbsynUtil in CodegenUtil.mo Unused import SimCodeFunctionUtil in CodegenUtilSimulation.mo Unused import Expression in AbsynToJulia.mo Unused import SimCodeUtil in CodegenJS.mo Unused import SimCodeFunctionUtil in CodegenEmbeddedC.mo Unused import SCodeDump in Unparsing.mo Unused import BackendDAE in SimCodeDump.mo Unused import Autoconf in CodegenMidToC.mo Unused import MMath in CodegenUtil.mo Unused import System in GenerateAPIFunctionsTpl.mo Unused import SimCodeFunctionUtil in CodegenJS.mo Unused import Autoconf in CodegenUtilSimulation.mo Unused import System in SimCodeDump.mo Unused import Autoconf in GenerateAPIFunctionsTpl.mo Unused import AbsynUtil in CodegenMidToC.mo Unused import Autoconf in CodegenEmbeddedC.mo Unused import ComponentReference in Unparsing.mo Unused import BackendDAE in CodegenJS.mo Unused import Autoconf in SimCodeDump.mo Unused import AbsynUtil in CodegenUtilSimulation.mo Unused import SCodeDump in CodegenUtil.mo Unused import MMath in CodegenMidToC.mo Unused import System in CodegenJS.mo Unused import MMath in GenerateAPIFunctionsTpl.mo Unused import AbsynUtil in CodegenEmbeddedC.mo Unused import ExpressionDump in Unparsing.mo Unused import MMath in CodegenUtilSimulation.mo Unused import AbsynUtil in SimCodeDump.mo Unused import Autoconf in CodegenJS.mo Unused import ComponentReference in CodegenUtil.mo Unused import Config in Unparsing.mo Unused import MMath in CodegenEmbeddedC.mo Unused import MMath in SimCodeDump.mo Unused import SCodeDump in CodegenMidToC.mo Unused import ClassInf in CodegenUtilSimulation.mo Unused import ClassInf in GenerateAPIFunctionsTpl.mo Unused import AbsynUtil in CodegenJS.mo Unused import Testsuite in Unparsing.mo Unused import SimCodeVar in CodegenOMSIC_Equations.mo Unused import ClassInf in SimCodeDump.mo Unused import Testsuite in CodegenUtil.mo Unused import SCodeDump in CodegenUtilSimulation.mo Unused import SCodeDump in GenerateAPIFunctionsTpl.mo Unused import MMath in CodegenJS.mo Unused import SCodeDump in CodegenEmbeddedC.mo Unused import ComponentReference in CodegenMidToC.mo Unused import FlagsUtil in Unparsing.mo Unused import HashTableCrefSimVar in CodegenOMSIC_Equations.mo Unused import HashTableCrefSimVar in CodegenFMUCommon.mo Unused import FlagsUtil in CodegenUtil.mo Unused import ClassInf in CodegenJS.mo Unused import Settings in Unparsing.mo Unused import ComponentReference in CodegenUtilSimulation.mo Unused import ExpressionDump in CodegenMidToC.mo Unused import ComponentReference in GenerateAPIFunctionsTpl.mo Unused import ComponentReference in CodegenEmbeddedC.mo Unused import ComponentReference in SimCodeDump.mo Unused import Settings in CodegenUtil.mo Unused import Patternm in Unparsing.mo Unused import SimCodeUtil in CodegenOMSIC_Equations.mo Unused import Config in CodegenMidToC.mo Unused import SCodeDump in CodegenJS.mo Unused import ExpressionDump in GenerateAPIFunctionsTpl.mo Unused import Patternm in CodegenUtil.mo Unused import Error in Unparsing.mo Unused import SimCodeVar in CodegenOMSIC.mo Unused import SimCodeFunctionUtil in CodegenOMSIC_Equations.mo Unused import HashTableCrefSimVar in CodegenOMSI_common.mo Unused import Config in CodegenEmbeddedC.mo Unused import Testsuite in CodegenUtilSimulation.mo Unused import Testsuite in CodegenMidToC.mo Unused import HashTableCrefSimVar in CodegenXML.mo Unused import Config in SimCodeDump.mo Unused import Autoconf in CodegenFMUCommon.mo Unused import ComponentReference in CodegenJS.mo Unused import Config in GenerateAPIFunctionsTpl.mo Unused import Testsuite in CodegenEmbeddedC.mo Unused import HashTableCrefSimVar in CodegenOMSIC.mo Unused import Testsuite in SimCodeDump.mo Unused import ValuesUtil in Unparsing.mo Unused import FlagsUtil in CodegenMidToC.mo Unused import FlagsUtil in CodegenUtilSimulation.mo Unused import ValuesUtil in CodegenUtil.mo Unused import Autoconf in CodegenOMSIC_Equations.mo Unused import Testsuite in GenerateAPIFunctionsTpl.mo Unused import SimCodeUtil in CodegenXML.mo Unused import SimCodeFunctionUtil in CodegenOMSI_common.mo Unused import ExpressionDump in CodegenJS.mo Unused import DAEDump in Unparsing.mo Unused import Settings in CodegenMidToC.mo Unused import FlagsUtil in CodegenEmbeddedC.mo Unused import Settings in CodegenUtilSimulation.mo Unused import FlagsUtil in SimCodeDump.mo Unused import SimCodeUtil in CodegenOMSIC.mo Unused import DAEDump in CodegenUtil.mo Unused import Config in CodegenJS.mo Unused import HashTableCrefSimVar in CodegenCppInit.mo Unused import ClassInf in CodegenFMUCommon.mo Unused import AbsynUtil in CodegenOMSIC_Equations.mo Unused import Algorithm in Unparsing.mo Unused import FlagsUtil in GenerateAPIFunctionsTpl.mo Unused import Patternm in CodegenMidToC.mo Unused import Patternm in CodegenUtilSimulation.mo Unused import Settings in SimCodeDump.mo Unused import Algorithm in CodegenUtil.mo Unused import SimCodeFunctionUtil in CodegenOMSIC.mo Unused import Autoconf in CodegenOMSI_common.mo Unused import Testsuite in CodegenJS.mo Unused import Patternm in CodegenEmbeddedC.mo Unused import MMath in CodegenOMSIC_Equations.mo Unused import Autoconf in CodegenXML.mo Unused import ElementSource in Unparsing.mo Unused import Settings in GenerateAPIFunctionsTpl.mo Unused import Error in CodegenMidToC.mo Unused import SCodeDump in CodegenFMUCommon.mo Unused import Error in CodegenUtilSimulation.mo Unused import ElementSource in CodegenUtil.mo Unused import Patternm in SimCodeDump.mo Unused import AbsynUtil in CodegenOMSI_common.mo Unused import DAEUtil in Unparsing.mo Unused import SimCodeFunctionUtil in CodegenCppInit.mo Unused import Patternm in GenerateAPIFunctionsTpl.mo Unused import ClassInf in CodegenOMSIC_Equations.mo Unused import FlagsUtil in CodegenJS.mo Unused import Autoconf in CodegenOMSIC.mo Unused import DAEUtil in CodegenUtil.mo Unused import ValuesUtil in CodegenMidToC.mo Unused import Error in SimCodeDump.mo Unused import ValuesUtil in CodegenEmbeddedC.mo Unused import MMath in CodegenXML.mo Unused import ValuesUtil in CodegenUtilSimulation.mo Unused import HashTableCrefSimVar in CodegenCppCommon.mo Unused import ComponentReference in CodegenFMUCommon.mo Unused import MMath in CodegenOMSI_common.mo Unused import Error in GenerateAPIFunctionsTpl.mo Unused import HashTableCrIListArray in Unparsing.mo Unused import DAEDump in CodegenMidToC.mo Unused import Autoconf in CodegenCppInit.mo Unused import Patternm in CodegenJS.mo Unused import SCodeDump in CodegenOMSIC_Equations.mo Unused import HashTableCrIListArray in CodegenUtil.mo Unused import AbsynUtil in CodegenOMSIC.mo Unused import ValuesUtil in SimCodeDump.mo Unused import Algorithm in CodegenEmbeddedC.mo Unused import Algorithm in CodegenUtilSimulation.mo Unused import Algorithm in CodegenMidToC.mo Unused import ExpressionDump in CodegenFMUCommon.mo Unused import Error in CodegenJS.mo Unused import MMath in CodegenOMSIC.mo Unused import ClassInf in CodegenOMSI_common.mo Unused import ElementSource in CodegenEmbeddedC.mo Unused import ElementSource in CodegenUtilSimulation.mo Unused import AbsynUtil in CodegenCppInit.mo Unused import DAEDump in GenerateAPIFunctionsTpl.mo Unused import Algorithm in SimCodeDump.mo Unused import SCodeDump in CodegenXML.mo Unused import ElementSource in CodegenMidToC.mo Unused import Testsuite in CodegenFMUCommon.mo Unused import ExpressionDump in CodegenOMSIC_Equations.mo Unused import DAEUtil in CodegenUtilSimulation.mo Unused import DAEUtil in CodegenEmbeddedC.mo Unused import SimCodeFunction in Unparsing.mo Unused import ValuesUtil in CodegenJS.mo Unused import MMath in CodegenCppInit.mo Unused import Algorithm in GenerateAPIFunctionsTpl.mo Unused import SCodeDump in CodegenOMSI_common.mo Unused import ClassInf in CodegenOMSIC.mo Unused import ElementSource in SimCodeDump.mo Unused import DAEUtil in CodegenMidToC.mo Unused import Autoconf in CodegenCppCommon.mo Unused import SimCodeFunction in CodegenUtil.mo Unused import DAEDump in CodegenJS.mo Unused import FlagsUtil in CodegenFMUCommon.mo Unused import Config in CodegenOMSIC_Equations.mo Unused import Types in CodegenUtilSimulation.mo Unused import ElementSource in GenerateAPIFunctionsTpl.mo Unused import DAEUtil in SimCodeDump.mo Unused import Types in CodegenMidToC.mo Unused import HashTableCrIListArray in CodegenEmbeddedC.mo Unused import SCodeDump in CodegenOMSIC.mo Unused import SimCodeVar in CodegenOMSICpp.mo Unused import ComponentReference in CodegenOMSI_common.mo Unused import Algorithm in CodegenJS.mo Unused import HashTableCrIListArray in CodegenUtilSimulation.mo Unused import Testsuite in CodegenOMSIC_Equations.mo Unused import Types in SimCodeDump.mo Unused import DAEUtil in GenerateAPIFunctionsTpl.mo Unused import SCodeDump in CodegenCppInit.mo Unused import HashTableCrIListArray in CodegenMidToC.mo Unused import BackendVariable in CodegenEmbeddedC.mo Unused import Patternm in CodegenFMUCommon.mo Unused import Testsuite in CodegenXML.mo Unused import MMath in CodegenCppCommon.mo Unused import HashTableCrefSimVar in CodegenOMSICpp.mo Unused import List in Unparsing.mo Unused import ElementSource in CodegenJS.mo Unused import HashTableCrIListArray in SimCodeDump.mo Unused import ComponentReference in CodegenOMSIC.mo Unused import ExpressionDump in CodegenOMSI_common.mo Unused import BackendVariable in CodegenFMUCppHpcom.mo Unused import Error in CodegenFMUCommon.mo Unused import HpcOmSimCode in CodegenEmbeddedC.mo Unused import HashTableCrefSimVar in CodegenFMUCpp.mo Unused import FlagsUtil in CodegenOMSIC_Equations.mo Unused import HashTableCrIListArray in GenerateAPIFunctionsTpl.mo Unused import SCode in CodegenUtil.mo Unused import FlagsUtil in CodegenXML.mo Unused import DAEUtil in CodegenJS.mo Unused import ComponentReference in CodegenCppInit.mo Unused import Expression in Unparsing.mo Unused import Config in CodegenOMSI_common.mo Unused import SimCodeUtil in CodegenOMSICpp.mo Unused import DAEDumpTpl in SimCodeDump.mo Unused import Settings in CodegenOMSIC_Equations.mo Unused import HpcOmScheduler in CodegenEmbeddedC.mo Unused import ValuesUtil in CodegenFMUCommon.mo Unused import ExpressionDump in CodegenOMSIC.mo Unused import HpcOmScheduler in CodegenFMUCppHpcom.mo Unused import SCodeDump in CodegenCppCommon.mo Unused import Flags in Unparsing.mo Unused import List in CodegenUtil.mo Unused import Types in CodegenJS.mo Unused import SimCodeFunction in CodegenMidToC.mo Unused import Testsuite in CodegenOMSI_common.mo Unused import SCodeDumpTpl in SimCodeDump.mo Unused import Patternm in CodegenXML.mo Unused import ExpressionDump in CodegenCppInit.mo Unused import Patternm in CodegenOMSIC_Equations.mo Unused import HpcOmTaskGraph in CodegenEmbeddedC.mo Unused import SimCodeFunctionUtil in CodegenOMSICpp.mo Unused import SimCodeFunction in CodegenUtilSimulation.mo Unused import SimCodeFunctionUtil in CodegenFMUCpp.mo Unused import HpcOmTaskGraph in CodegenFMUCppHpcom.mo Unused import DAEDump in CodegenFMUCommon.mo Unused import Values in Unparsing.mo Unused import HashTableCrIListArray in CodegenJS.mo Unused import Testsuite in CodegenOMSIC.mo Unused import Config in CodegenCppInit.mo Unused import SimCodeFunction in GenerateAPIFunctionsTpl.mo Unused import FMI in CodegenEmbeddedC.mo Unused import FlagsUtil in CodegenOMSI_common.mo Unused import BackendDAE in CodegenOMSICpp.mo Unused import FMI in CodegenFMUCppHpcom.mo Unused import Algorithm in CodegenFMUCommon.mo Unused import ValuesUtil in CodegenXML.mo Unused import ValuesUtil in CodegenOMSIC_Equations.mo Unused import FlagsUtil in CodegenOMSIC.mo Unused import Testsuite in CodegenCppInit.mo Unused import SCode in CodegenMidToC.mo Unused import Settings in CodegenOMSI_common.mo Unused import Absyn in CodegenUtilSimulation.mo Unused import SimCodeVar in CodegenFMUCppHpcom.mo Unused import System in CodegenOMSICpp.mo Unused import ElementSource in CodegenFMUCommon.mo Unused import Values in CodegenUtil.mo Unused import Testsuite in CodegenCppCommon.mo Unused import DAEDump in CodegenOMSIC_Equations.mo Unused import DAEDump in CodegenXML.mo Unused import AbsynUtil in CodegenFMUCpp.mo Unused import SimCode in Unparsing.mo Unused import SimCodeFunction in SimCodeDump.mo Unused import SCode in GenerateAPIFunctionsTpl.mo Unused import Patternm in CodegenOMSI_common.mo Unused import FlagsUtil in CodegenCppInit.mo Unused import Autoconf in CodegenOMSICpp.mo Unused import Patternm in CodegenOMSIC.mo Unused import HashTableCrefSimVar in CodegenFMUCppHpcom.mo Unused import DAEUtil in CodegenFMUCommon.mo Unused import SCode in CodegenUtilSimulation.mo Unused import Expression in CodegenMidToC.mo Unused import MMath in CodegenFMUCpp.mo Unused import Algorithm in CodegenOMSIC_Equations.mo Unused import Absyn in SimCodeDump.mo Unused import Error in CodegenOMSI_common.mo Unused import FlagsUtil in CodegenCppCommon.mo Unused import ElementSource in CodegenXML.mo Unused import Error in CodegenOMSIC.mo Unused import DAE in CodegenJS.mo Unused import BackendVariable in CodegenFMUCppHpcomOMSI.mo Unused import Patternm in CodegenCppInit.mo Unused import Flags in CodegenMidToC.mo Unused import Expression in GenerateAPIFunctionsTpl.mo Unused import AbsynUtil in CodegenOMSICpp.mo Unused import HashTableCrIListArray in CodegenFMUCommon.mo Unused import ElementSource in CodegenOMSIC_Equations.mo Unused import BackendVariable in CodegenCppHpcom.mo Unused import ClassInf in CodegenFMUCpp.mo Unused import SimCodeUtil in CodegenFMUCppHpcom.mo Unused import ValuesUtil in CodegenOMSI_common.mo Unused import DAEUtil in CodegenXML.mo Unused import Settings in CodegenCppCommon.mo Unused import SCode in CodegenJS.mo Unused import Values in CodegenMidToC.mo Unused import Error in CodegenCppInit.mo Unused import SCodeDump in SimCodeDump.mo Unused import ValuesUtil in CodegenOMSIC.mo Unused import MMath in CodegenOMSICpp.mo Unused import BackendVariable in CodegenFMUCommon.mo Unused import Flags in GenerateAPIFunctionsTpl.mo Unused import HpcOmScheduler in CodegenFMUCppHpcomOMSI.mo Unused import DAEUtil in CodegenOMSIC_Equations.mo Unused import SimCodeFunctionUtil in CodegenFMUCppHpcom.mo Unused import SCodeDump in CodegenFMUCpp.mo Unused import DAEDump in CodegenOMSI_common.mo Unused import Patternm in CodegenCppCommon.mo Unused import HashTableCrefSimVar in CodegenFMUCppOMSI.mo Unused import Values in CodegenUtilSimulation.mo Unused import HpcOmSimCode in CodegenFMUCommon.mo Unused import HashTableCrIListArray in CodegenXML.mo Unused import DAEDump in CodegenOMSIC.mo Unused import HpcOmTaskGraph in CodegenFMUCppHpcomOMSI.mo Unused import Types in CodegenOMSIC_Equations.mo Unused import List in SimCodeDump.mo Unused import FMI in CodegenCppHpcom.mo Unused import ValuesUtil in CodegenCppInit.mo Unused import ClassInf in CodegenOMSICpp.mo Unused import BackendDAE in CodegenFMUCppHpcom.mo Unused import Expression in CodegenJS.mo Unused import Algorithm in CodegenOMSI_common.mo Unused import HpcOmScheduler in CodegenFMUCommon.mo Unused import Algorithm in CodegenOMSIC.mo Unused import FMI in CodegenFMUCppHpcomOMSI.mo Unused import HashTableCrIListArray in CodegenOMSIC_Equations.mo Unused import SCode in CodegenEmbeddedC.mo Unused import ComponentReference in CodegenFMUCpp.mo Unused import DAEDump in CodegenCppInit.mo Unused import SimCode in CodegenMidToC.mo Unused import Flags in CodegenJS.mo Unused import ElementSource in CodegenOMSI_common.mo Unused import DAEDump in CodegenCppCommon.mo Unused import SCodeDump in CodegenOMSICpp.mo Unused import Autoconf in CodegenFMUCppHpcom.mo Unused import HashTableCrefSimVar in CodegenCppHpcom.mo Unused import Flags in SimCodeDump.mo Unused import HpcOmTaskGraph in CodegenFMUCommon.mo Unused import SimCodeVar in CodegenFMUCppHpcomOMSI.mo Unused import ElementSource in CodegenOMSIC.mo Unused import SimCodeFunctionUtil in CodegenFMUCppOMSI.mo Unused import BackendVariable in CodegenOMSIC_Equations.mo Unused import Algorithm in CodegenCppInit.mo Unused import DAEUtil in CodegenOMSI_common.mo Unused import SimCode in GenerateAPIFunctionsTpl.mo Unused import ExpressionDump in CodegenFMUCpp.mo Unused import Algorithm in CodegenCppCommon.mo Unused import Values in CodegenJS.mo Unused import Values in SimCodeDump.mo Unused import HashTableCrefSimVar in CodegenFMUCppHpcomOMSI.mo Unused import DAEUtil in CodegenOMSIC.mo Unused import HpcOmSimCode in CodegenOMSIC_Equations.mo Unused import ElementSource in CodegenCppInit.mo Unused import AbsynUtil in CodegenFMUCppHpcom.mo Unused import ComponentReference in CodegenOMSICpp.mo Unused import Types in CodegenOMSI_common.mo Unused import Flags in CodegenEmbeddedC.mo Unused import ElementSource in CodegenCppCommon.mo Unused import DAEDump in SimCodeDump.mo Unused import SimCodeFunctionUtil in CodegenCppHpcom.mo Unused import Types in CodegenOMSIC.mo Unused import Testsuite in CodegenFMUCpp.mo Unused import HpcOmScheduler in CodegenOMSIC_Equations.mo Unused import MMath in CodegenFMUCppHpcom.mo Unused import DAEUtil in CodegenCppInit.mo Unused import AbsynUtil in CodegenFMUCppOMSI.mo Unused import HashTableCrIListArray in CodegenOMSI_common.mo Unused import ExpressionDump in CodegenOMSICpp.mo Unused import SimCodeUtil in CodegenFMUCppHpcomOMSI.mo Unused import DAEUtil in CodegenCppCommon.mo Unused import HashTableCrIListArray in CodegenOMSIC.mo Unused import BackendDAE in CodegenCppHpcom.mo Unused import HpcOmTaskGraph in CodegenOMSIC_Equations.mo Unused import BackendVariable in CodegenCppHpcomOMSI.mo Unused import MMath in CodegenFMUCppOMSI.mo Unused import ClassInf in CodegenFMUCppHpcom.mo Unused import BackendVariable in CodegenOMSI_common.mo Unused import SimCodeFunctionUtil in CodegenFMUCppHpcomOMSI.mo Unused import BackendVariable in CodegenCppInit.mo Unused import Patternm in CodegenFMUCpp.mo Unused import BackendVariable in CodegenOMSIC.mo Unused import FMI in CodegenOMSIC_Equations.mo Unused import SCode in CodegenXML.mo Unused import HashTableCrIListArray in CodegenCppCommon.mo Unused import Autoconf in CodegenCppHpcom.mo Unused import FlagsUtil in CodegenOMSICpp.mo Unused import HpcOmSimCode in CodegenOMSI_common.mo Unused import BackendDAE in CodegenFMUCppHpcomOMSI.mo Unused import ClassInf in CodegenFMUCppOMSI.mo Unused import HpcOmSimCode in CodegenCppInit.mo Unused import HpcOmSimCode in CodegenOMSIC.mo Unused import SCodeDump in CodegenFMUCppHpcom.mo Unused import FMI in CodegenCppHpcomOMSI.mo Unused import ValuesUtil in CodegenFMUCpp.mo Unused import HpcOmScheduler in CodegenOMSI_common.mo Unused import SCode in SimCodeDump.mo Unused import HpcOmScheduler in CodegenCppInit.mo Unused import AbsynUtil in CodegenCppHpcom.mo Unused import Patternm in CodegenOMSICpp.mo Unused import HpcOmScheduler in CodegenOMSIC.mo Unused import Autoconf in CodegenFMUCppHpcomOMSI.mo Unused import SCodeDump in CodegenFMUCppOMSI.mo Unused import DAEDump in CodegenFMUCpp.mo Unused import HashTableCrefSimVar in CodegenCppHpcomOMSI.mo Unused import ComponentReference in CodegenFMUCppHpcom.mo Unused import HpcOmTaskGraph in CodegenOMSI_common.mo Unused import MMath in CodegenCppHpcom.mo Unused import Error in CodegenOMSICpp.mo Unused import HpcOmTaskGraph in CodegenCppInit.mo Unused import HpcOmTaskGraph in CodegenOMSIC.mo Unused import Flags in CodegenXML.mo Unused import AbsynUtil in CodegenFMUCppHpcomOMSI.mo Unused import Algorithm in CodegenFMUCpp.mo Unused import FMI in CodegenOMSI_common.mo Unused import ComponentReference in CodegenFMUCppOMSI.mo Unused import ExpressionDump in CodegenFMUCppHpcom.mo Unused import SCode in CodegenFMUCommon.mo Unused import MMath in CodegenFMUCppHpcomOMSI.mo Unused import ValuesUtil in CodegenOMSICpp.mo Unused import ElementSource in CodegenFMUCpp.mo Unused import ClassInf in CodegenCppHpcom.mo Unused import SimCodeFunctionUtil in CodegenCppHpcomOMSI.mo Unused import Absyn in CodegenOMSIC_Equations.mo Unused import DAEDump in CodegenOMSICpp.mo Unused import DAEUtil in CodegenFMUCpp.mo Unused import Testsuite in CodegenFMUCppHpcom.mo Unused import ExpressionDump in CodegenFMUCppOMSI.mo Unused import ClassInf in CodegenFMUCppHpcomOMSI.mo Unused import Expression in CodegenFMUCommon.mo Unused import SCodeDump in CodegenCppHpcom.mo Unused import BackendDAE in CodegenCppHpcomOMSI.mo Unused import CodegenFMU1 in CodegenCppInit.mo Unused import Algorithm in CodegenOMSICpp.mo Unused import SCode in CodegenOMSIC_Equations.mo Unused import HashTableCrIListArray in CodegenFMUCpp.mo Unused import SCodeDump in CodegenFMUCppHpcomOMSI.mo Unused import Testsuite in CodegenFMUCppOMSI.mo Unused import SCode in CodegenCppCommon.mo Unused import FlagsUtil in CodegenFMUCppHpcom.mo Unused import ElementSource in CodegenOMSICpp.mo Unused import Autoconf in CodegenCppHpcomOMSI.mo Unused import ComponentReference in CodegenCppHpcom.mo Unused import BackendVariable in CodegenFMUCpp.mo Unused import Values in CodegenFMUCommon.mo Unused import Settings in CodegenFMUCppHpcom.mo Unused import DAEUtil in CodegenOMSICpp.mo Unused import Expression in CodegenOMSIC_Equations.mo Unused import ComponentReference in CodegenFMUCppHpcomOMSI.mo Unused import AbsynUtil in CodegenCppHpcomOMSI.mo Unused import HpcOmSimCode in CodegenFMUCpp.mo Unused import Patternm in CodegenFMUCppHpcom.mo Unused import SCode in CodegenOMSIC.mo Unused import ExpressionDump in CodegenCppHpcom.mo Unused import Patternm in CodegenFMUCppOMSI.mo Unused import Types in CodegenOMSICpp.mo Unused import Flags in CodegenOMSIC_Equations.mo Unused import HpcOmScheduler in CodegenFMUCpp.mo Unused import MMath in CodegenCppHpcomOMSI.mo Unused import Error in CodegenFMUCppHpcom.mo Unused import ExpressionDump in CodegenFMUCppHpcomOMSI.mo Unused import HashTableCrIListArray in CodegenOMSICpp.mo Unused import List in CodegenOMSIC.mo Unused import SCode in CodegenOMSI_common.mo Unused import Testsuite in CodegenCppHpcom.mo Unused import Values in CodegenOMSIC_Equations.mo Unused import HpcOmTaskGraph in CodegenFMUCpp.mo Unused import ValuesUtil in CodegenFMUCppOMSI.mo Unused import BackendVariable in CodegenOMSICpp.mo Unused import SCode in CodegenCppInit.mo Unused import ValuesUtil in CodegenFMUCppHpcom.mo Unused import ClassInf in CodegenCppHpcomOMSI.mo Unused import Expression in CodegenOMSIC.mo Unused import Testsuite in CodegenFMUCppHpcomOMSI.mo Unused import DAEDump in CodegenFMUCppOMSI.mo Unused import FlagsUtil in CodegenCppHpcom.mo Unused import Expression in CodegenOMSI_common.mo Unused import HpcOmSimCode in CodegenOMSICpp.mo Unused import DAEDump in CodegenFMUCppHpcom.mo Unused import SCodeDump in CodegenCppHpcomOMSI.mo Unused import FlagsUtil in CodegenFMUCppHpcomOMSI.mo Unused import Algorithm in CodegenFMUCppOMSI.mo Unused import Settings in CodegenCppHpcom.mo Unused import Algorithm in CodegenFMUCppHpcom.mo Unused import Flags in CodegenOMSI_common.mo Unused import HpcOmScheduler in CodegenOMSICpp.mo Unused import Values in CodegenOMSIC.mo Unused import Flags in CodegenCppInit.mo Unused import Settings in CodegenFMUCppHpcomOMSI.mo Unused import ElementSource in CodegenFMUCppOMSI.mo Unused import Patternm in CodegenCppHpcom.mo Unused import Values in CodegenOMSI_common.mo Unused import ElementSource in CodegenFMUCppHpcom.mo Unused import HpcOmTaskGraph in CodegenOMSICpp.mo Unused import CodegenFMU2 in CodegenFMUCpp.mo Unused import ComponentReference in CodegenCppHpcomOMSI.mo Unused import Values in CodegenCppInit.mo Unused import Patternm in CodegenFMUCppHpcomOMSI.mo Unused import DAEUtil in CodegenFMUCppOMSI.mo Unused import Error in CodegenCppHpcom.mo Unused import DAEUtil in CodegenFMUCppHpcom.mo Unused import FMI in CodegenOMSICpp.mo Unused import Error in CodegenFMUCppHpcomOMSI.mo Unused import ExpressionDump in CodegenCppHpcomOMSI.mo Unused import Types in CodegenFMUCppHpcom.mo Unused import HashTableCrIListArray in CodegenFMUCppOMSI.mo Unused import ValuesUtil in CodegenCppHpcom.mo Unused import MMath in CodegenCFunctions.mo Unused import ValuesUtil in CodegenFMUCppHpcomOMSI.mo Unused import BackendVariable in CodegenFMUCppOMSI.mo Unused import DAEDump in CodegenCppHpcom.mo Unused import Testsuite in CodegenCppHpcomOMSI.mo Unused import DAEDump in CodegenFMUCppHpcomOMSI.mo Unused import HpcOmSimCode in CodegenFMUCppOMSI.mo Unused import Algorithm in CodegenCppHpcom.mo Unused import Algorithm in CodegenFMUCppHpcomOMSI.mo Unused import FlagsUtil in CodegenCppHpcomOMSI.mo Unused import DAE in CodegenOMSICpp.mo Unused import HpcOmScheduler in CodegenFMUCppOMSI.mo Unused import SCodeDump in CodegenCFunctions.mo Unused import SCode in CodegenFMUCpp.mo Unused import ElementSource in CodegenCppHpcom.mo Unused import SCode in CodegenOMSICpp.mo Unused import ElementSource in CodegenFMUCppHpcomOMSI.mo Unused import HpcOmTaskGraph in CodegenFMUCppOMSI.mo Unused import Settings in CodegenCppHpcomOMSI.mo ** CodegenFMU template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMU.tpl > CodegenFMU.mo.log || (cat CodegenFMU.mo.log && false) ** CodegenFMU1 template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMU1.tpl > CodegenFMU1.mo.log || (cat CodegenFMU1.mo.log && false) ** CodegenFMU2 template compilation ** /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe CodegenFMU2.tpl > CodegenFMU2.mo.log || (cat CodegenFMU2.mo.log && false) Unused import DAEUtil in CodegenCppHpcom.mo Unused import DAEUtil in CodegenFMUCppHpcomOMSI.mo Unused import Patternm in CodegenCppHpcomOMSI.mo Unused import List in CodegenOMSICpp.mo Unused import DAE in CodegenFMUCppHpcom.mo Unused import Types in CodegenFMUCppHpcomOMSI.mo Unused import Error in CodegenCppHpcomOMSI.mo Unused import Expression in CodegenOMSICpp.mo Unused import SCode in CodegenFMUCppHpcom.mo Unused import CodegenFMU2 in CodegenFMUCppOMSI.mo Unused import ValuesUtil in CodegenCppHpcomOMSI.mo Unused import FlagsUtil in CodegenCFunctions.mo Unused import DAEDump in CodegenCppHpcomOMSI.mo Unused import Values in CodegenOMSICpp.mo Unused import AbsynUtil in CodegenC.mo Unused import Values in CodegenFMUCppHpcom.mo Unused import Algorithm in CodegenCppHpcomOMSI.mo Unused import DAEDump in CodegenCFunctions.mo Unused import ElementSource in CodegenCppHpcomOMSI.mo Unused import DAE in CodegenFMUCppHpcomOMSI.mo Unused import DAEUtil in CodegenCppHpcomOMSI.mo Unused import SCodeDump in CodegenC.mo Unused import SCode in CodegenCppHpcom.mo Unused import SCode in CodegenFMUCppOMSI.mo Unused import SCode in CodegenFMUCppHpcomOMSI.mo Unused import HashTableCrIListArray in CodegenCFunctions.mo Unused import Values in CodegenFMUCppHpcomOMSI.mo Unused import FlagsUtil in CodegenC.mo Unused import Patternm in CodegenC.mo Unused import ValuesUtil in CodegenC.mo Unused import SCode in CodegenCppHpcomOMSI.mo Unused import DAEDump in CodegenC.mo Unused import DAEUtil in CodegenC.mo Unused import Types in CodegenC.mo Unused import HashTableCrefSimVar in CodegenFMU1.mo Unused import HashTableCrefSimVar in CodegenFMU2.mo Unused import HashTableCrIListArray in CodegenC.mo Unused import SimCodeUtil in CodegenFMU1.mo Unused import BackendVariable in CodegenC.mo Unused import SimCodeUtil in CodegenFMU2.mo Unused import SimCodeFunctionUtil in CodegenFMU1.mo Unused import SimCodeFunctionUtil in CodegenFMU2.mo Unused import HpcOmScheduler in CodegenC.mo Unused import BackendDAE in CodegenFMU1.mo Unused import BackendDAE in CodegenFMU2.mo Unused import System in CodegenFMU1.mo Unused import Autoconf in CodegenFMU2.mo Unused import Autoconf in CodegenFMU1.mo Unused import AbsynUtil in CodegenFMU2.mo Unused import AbsynUtil in CodegenFMU1.mo Unused import MMath in CodegenFMU2.mo Unused import MMath in CodegenFMU1.mo Unused import ClassInf in CodegenFMU2.mo Unused import ClassInf in CodegenFMU1.mo Unused import SCodeDump in CodegenFMU2.mo Unused import SCodeDump in CodegenFMU1.mo Unused import ComponentReference in CodegenFMU2.mo Unused import ComponentReference in CodegenFMU1.mo Unused import SCode in CodegenC.mo Unused import ExpressionDump in CodegenFMU2.mo Unused import ExpressionDump in CodegenFMU1.mo Unused import Config in CodegenFMU2.mo Unused import Config in CodegenFMU1.mo Unused import Testsuite in CodegenFMU2.mo Unused import Testsuite in CodegenFMU1.mo Unused import FlagsUtil in CodegenFMU2.mo Unused import FlagsUtil in CodegenFMU1.mo Unused import HashTableCrefSimVar in CodegenFMU.mo Unused import Patternm in CodegenFMU2.mo Unused import Patternm in CodegenFMU1.mo Unused import Error in CodegenFMU1.mo Unused import ValuesUtil in CodegenFMU2.mo Unused import SimCodeFunctionUtil in CodegenFMU.mo Unused import ValuesUtil in CodegenFMU1.mo Unused import DAEDump in CodegenFMU2.mo Unused import BackendDAE in CodegenFMU.mo Unused import DAEDump in CodegenFMU1.mo Unused import Algorithm in CodegenFMU2.mo Unused import Algorithm in CodegenFMU1.mo Unused import ElementSource in CodegenFMU2.mo Unused import ElementSource in CodegenFMU1.mo Unused import AbsynUtil in CodegenFMU.mo Unused import DAEUtil in CodegenFMU2.mo Unused import HashTableCrefSimVar in CodegenCpp.mo Unused import DAEUtil in CodegenFMU1.mo Unused import Types in CodegenFMU2.mo Unused import MMath in CodegenFMU.mo Unused import Types in CodegenFMU1.mo Unused import HashTableCrIListArray in CodegenFMU2.mo Unused import HashTableCrIListArray in CodegenFMU1.mo Unused import ClassInf in CodegenFMU.mo Unused import BackendVariable in CodegenFMU2.mo Unused import BackendVariable in CodegenFMU1.mo Unused import HpcOmSimCode in CodegenFMU2.mo Unused import SCodeDump in CodegenFMU.mo Unused import HpcOmSimCode in CodegenFMU1.mo Unused import AbsynUtil in CodegenCpp.mo Unused import HpcOmScheduler in CodegenFMU2.mo Unused import HpcOmScheduler in CodegenFMU1.mo Unused import ComponentReference in CodegenFMU.mo Unused import HpcOmTaskGraph in CodegenFMU2.mo Unused import HpcOmTaskGraph in CodegenFMU1.mo Unused import SCodeDump in CodegenCpp.mo Unused import CodegenC in CodegenFMU2.mo Unused import Testsuite in CodegenFMU.mo Unused import CodegenC in CodegenFMU1.mo Unused import FlagsUtil in CodegenFMU.mo Unused import HashTableCrefSimVar in CodegenCppOMSI.mo Unused import Patternm in CodegenFMU.mo Unused import SimCodeFunction in CodegenFMU2.mo Unused import SimCodeFunction in CodegenFMU1.mo Unused import FlagsUtil in CodegenCpp.mo Unused import ValuesUtil in CodegenFMU.mo Unused import DAE in CodegenFMU2.mo Unused import DAE in CodegenFMU1.mo Unused import SCode in CodegenFMU1.mo Unused import DAEDump in CodegenFMU.mo Unused import SCode in CodegenFMU2.mo Unused import AbsynUtil in CodegenCppOMSI.mo Unused import Patternm in CodegenCpp.mo Unused import Algorithm in CodegenFMU.mo Unused import List in CodegenFMU1.mo Unused import List in CodegenFMU2.mo Unused import ElementSource in CodegenFMU.mo Unused import Expression in CodegenFMU2.mo Unused import Expression in CodegenFMU1.mo Unused import DAEDump in CodegenCpp.mo Unused import Flags in CodegenFMU1.mo Unused import DAEUtil in CodegenFMU.mo Unused import SCodeDump in CodegenCppOMSI.mo Unused import Values in CodegenFMU2.mo Unused import Values in CodegenFMU1.mo Unused import HashTableCrIListArray in CodegenFMU.mo Unused import DAEUtil in CodegenCpp.mo Unused import BackendVariable in CodegenFMU.mo Unused import HpcOmSimCode in CodegenFMU.mo Unused import FlagsUtil in CodegenCppOMSI.mo Unused import HpcOmScheduler in CodegenFMU.mo Unused import HpcOmTaskGraph in CodegenFMU.mo Unused import Patternm in CodegenCppOMSI.mo Unused import DAEDump in CodegenCppOMSI.mo Unused import DAEUtil in CodegenCppOMSI.mo Unused import SCode in CodegenFMU.mo Unused import CodegenOMSI_common in CodegenCppOMSI.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' /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/RuntimeSources.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Unzip.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TaskGraphResults.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimulationResults.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBSet.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBPWLinearMap.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBMultiInterval.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBPWAtomicLinearMap.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBInterval.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBLinearMap.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBGraph.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBFunctions.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBAtomicSet.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OMSimulatorExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/PriorityQueue.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableSM1.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableSimCodeEqCache.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToCrEqLst.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToExpSourceTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrIntToExp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableExpToExp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToExp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/JSONExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GraphML.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FFI.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FMI.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FMIExt.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/DisjointSets.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DiffAlgorithm.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Curl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetInt.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/VisualXMLTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTreeString.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimCodeDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenXML.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GraphMLDumpTpl.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GraphvizDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenJS.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenUtilSimulation.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/CodegenFMUCppHpcom.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCppHpcomOMSI.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSICpp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSIC.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSIC_Equations.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSI_common.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCpp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCppOMSI.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCommon.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMU2.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMU1.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMU.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppInit.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppHpcomOMSI.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppHpcom.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCpp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppOMSI.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenEmbeddedC.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppCommon.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/CodegenC.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ReduceDAE.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynToJulia.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/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/SerializeTaskSystemInfo.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SerializeSparsityPattern.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SerializeInitXML.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SerializeModelInfo.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmSimCodeMain.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Obfuscate.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TotalModelDebug.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/Conversion.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MMToJuliaKeywords.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MMToJuliaUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OpenModelicaScriptingAPI.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/CevalScriptBackend.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Binding.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BlockCallRewrite.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Figaro.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/Refactor.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/JSON.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimpleModelicaParser.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/LexerModelicaDiff.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/LexerJSON.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFVerifyModel.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFVariable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFUnit.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/NFType.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFTyping.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFTypeCheck.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSubscript.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFStructural.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFStatement.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSimplifyModel.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSimplifyExp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSBGraphUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSections.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFScalarize.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFRestriction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFRecord.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFRangeIterator.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFPrefixes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFPackage.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFOperatorOverloading.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFOCConnectionGraph.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFOperator.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFModifier.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFLookupTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFLookupState.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFLookup.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstNode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstContext.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInst.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInline.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFImport.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFunction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFunctionInverse.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFlatten.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFlatModelicaUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFunctionDerivative.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFlatModel.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpression.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpandExp.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpandableConnectors.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEvalFunction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpressionIterator.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEvalFunctionExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEquation.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFDuplicateTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEvalConstants.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFDimension.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnector.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnections.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConvertDAE.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnectionSets.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnection.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnectEquations.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFComponentRef.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFComponent.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFComplexType.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFClockKind.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFClassTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFClass.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCheckModel.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCardinalityTable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCeval.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCallParameterTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCallAttributes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCall.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBuiltinFuncs.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBuiltin.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBuiltinCall.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBinding.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBackendExtension.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFAttributes.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFArrayConnections.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFAlgorithm.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseModelica.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableMidVar.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MidToMid.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/MidCode.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/NFSCodeCheck.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeLookup.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeFlattenRedeclare.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/NFSCodeFlattenImports.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeEnv.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeDependency.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstPrefix.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstTypes.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/NFEnvExtends.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FHashTableUnitToString.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FHashTableStringToUnit.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FHashTableCrToUnit.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FUnit.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/InstStateMachineUtil.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/CheckModel.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FInst.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraphDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimStrongComponent.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimVar.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimPartition.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimJacobian.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimCode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimGenericCall.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimCodeUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBSlice.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBReplacements.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBDifferentiate.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBBackendUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBAdjacency.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBSolve.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBEvaluation.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBTearing.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBJacobian.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBInline.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBEvents.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBFunctionAlias.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBDetectStates.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBAlias.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBBindings.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBSorting.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBResolveSingularities.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBPartitioning.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBMatching.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBInitialization.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBCausalize.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBDAEMode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBModule.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBVariable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBStrongComponent.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBPartition.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBEquation.stamp.mo.mos /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/NBackendDAE.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/XMLDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/VisualXML.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Vectorization.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Uncertainties.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Tearing.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SynchronousFeatures.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SymbolicJacobian.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SymbolicImplicitSolver.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ResolveLoops.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Sorting.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OnRelaxation.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/RemoveSimpleEquations.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MathematicaDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Matching.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InlineArrayEquations.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Initialization.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/IndexReduction.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmTaskGraph.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmSchedulerExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmScheduler.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmMemory.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmBenchmarkExt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmEqSystems.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmBenchmark.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FindZeroCrossings.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionSolve.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/EvaluateParameter.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/EvaluateFunctions.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DynamicOptimization.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DumpHTML.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DumpGraphML.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Differentiate.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DataReconciliation.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEMode.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEQuery.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CommonSubExpression.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BinaryTreeInt.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BinaryTree.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Causalize.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendVarTransform.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendVariable.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendUtil.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendInline.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDump.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendEquation.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAETransform.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/BackendDAEOptimize.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAEEXT.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/AdjacencyMatrix.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAEFunc.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/Vector.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/VarTransform.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/Testsuite.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/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/Print.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/List.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/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/HashTableStringToProgram.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/HashTableExpToIndex.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/HashTableCrToExpOption.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/HashTable3.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/HashSetString.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/HashSet.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/GCExt.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/Flags.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/ErrorTypes.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/DoubleEnded.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/Config.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/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/BaseAvlTree.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/AvlTreeStringString.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/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/Main.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/Global.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/TplParser.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/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/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/InteractiveUtil.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/GlobalScriptUtil.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/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/BackendDAE.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/FResolve.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/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/UnitParserExt.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/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/StateMachineFlatten.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/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/PrefixUtil.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/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/InstDAE.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/InstVar.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/InnerOuter.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/DAEDump.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/ConnectUtil.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/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/CevalFunction.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/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/AbsynUtil.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/File.stamp.mo.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Absyn.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/Unzip.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/RuntimeSources.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TaskGraphResults.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimulationResults.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBSet.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBPWLinearMap.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBMultiInterval.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBPWAtomicLinearMap.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBLinearMap.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBInterval.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBGraph.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBFunctions.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SBAtomicSet.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/PriorityQueue.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableSM1.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableSimCodeEqCache.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OMSimulatorExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToCrEqLst.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToExpSourceTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrIntToExp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableExpToExp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableCrToExp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FMI.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FMIExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GraphML.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/JSONExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FFI.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/DisjointSets.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DiffAlgorithm.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Curl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTreeString.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlSetInt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AvlTree.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/SimCodeDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/VisualXMLTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GraphMLDumpTpl.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenXML.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/GraphvizDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenUtilSimulation.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/CodegenFMUCppHpcom.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenJS.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCppHpcomOMSI.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSICpp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSIC_Equations.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSIC.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenOMSI_common.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCpp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCommon.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMUCppOMSI.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMU.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMU2.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenFMU1.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppInit.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppHpcom.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppHpcomOMSI.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCpp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppCommon.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenCppOMSI.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CodegenEmbeddedC.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/CodegenC.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynToJulia.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/ReduceDAE.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SerializeSparsityPattern.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SerializeTaskSystemInfo.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/SerializeModelInfo.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SerializeInitXML.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/TotalModelDebug.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmSimCodeMain.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Obfuscate.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MMToJuliaKeywords.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/Conversion.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MMToJuliaUtil.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/CevalScriptBackend.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OpenModelicaScriptingAPI.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BlockCallRewrite.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Binding.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Figaro.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/CevalScriptOMSimulator.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/LexerModelicaDiff.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/JSON.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SimpleModelicaParser.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/LexerJSON.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFVariable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFVerifyModel.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFUnit.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/NFTyping.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFType.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFTypeCheck.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSubscript.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFStructural.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFStatement.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSimplifyModel.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSimplifyExp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSections.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFScalarize.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSBGraphUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFRecord.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFRestriction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFPrefixes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFRangeIterator.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFPackage.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFOperatorOverloading.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFOperator.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFOCConnectionGraph.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFModifier.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFLookupTree.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFLookupState.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFLookup.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstNode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInst.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstContext.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInline.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFImport.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFunction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFunctionDerivative.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFunctionInverse.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFlatten.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFlatModelicaUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpression.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFFlatModel.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpressionIterator.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpandExp.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFExpandableConnectors.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEvalFunction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEvalFunctionExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEvalConstants.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFEquation.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFDuplicateTree.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConvertDAE.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnector.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFDimension.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnections.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnectionSets.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnection.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFConnectEquations.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFComponent.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFComponentRef.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFComplexType.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFClassTree.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFClockKind.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFClass.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCheckModel.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCeval.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCardinalityTable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCallParameterTree.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCall.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFCallAttributes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBuiltin.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBuiltinFuncs.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBuiltinCall.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBinding.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFBackendExtension.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFArrayConnections.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFAttributes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFAlgorithm.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HashTableMidVar.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MidToMid.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BaseModelica.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/MidCode.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/NFSCodeCheck.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/NFSCodeLookup.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeFlattenRedeclare.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/NFSCodeFlattenImports.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeDependency.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFSCodeEnv.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstTypes.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NFInstPrefix.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/NFEnvExtends.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FHashTableUnitToString.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FHashTableStringToUnit.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FHashTableCrToUnit.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/FUnit.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/DumpGraphviz.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CheckModel.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FInst.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FGraphDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimPartition.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimVar.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimJacobian.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimStrongComponent.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimGenericCall.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimCodeUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NSimCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBSlice.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBReplacements.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBDifferentiate.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBBackendUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBAdjacency.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBEvaluation.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBTearing.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBSolve.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBJacobian.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBInline.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBFunctionAlias.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBEvents.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBDetectStates.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBBindings.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBAlias.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBSorting.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBResolveSingularities.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBPartitioning.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBMatching.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBDAEMode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBInitialization.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBCausalize.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBModule.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBVariable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBStrongComponent.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBPartition.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBEquation.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/NBackendDAE.stamp.mos /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/XMLDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/VisualXML.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Vectorization.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Uncertainties.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Tearing.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SynchronousFeatures.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SymbolicJacobian.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/SymbolicImplicitSolver.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Sorting.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ResolveLoops.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/RemoveSimpleEquations.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/OnRelaxation.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/MathematicaDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Matching.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Initialization.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/InlineArrayEquations.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/IndexReduction.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmTaskGraph.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmSchedulerExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmScheduler.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmMemory.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmEqSystems.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmBenchmarkExt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/HpcOmBenchmark.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/FindZeroCrossings.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/ExpressionSolve.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/EvaluateParameter.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/EvaluateFunctions.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DynamicOptimization.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DumpHTML.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DumpGraphML.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Differentiate.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DataReconciliation.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEMode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/DAEQuery.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/CommonSubExpression.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Causalize.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BinaryTreeInt.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BinaryTree.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendVarTransform.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendVariable.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendInline.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendEquation.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/BackendDump.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAETransform.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/BackendDAEOptimize.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAEFunc.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/BackendDAEEXT.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AdjacencyMatrix.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/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/Util.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/UnorderedMap.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/Settings.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/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/SemanticVersion.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/Lapack.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/IOStream.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/HashTableCrToExpOption.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/HashTableCrILst.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/HashTable5.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/HashSetString.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/HashSetExp.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/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/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/ErrorTypes.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/ErrorExt.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/Debug.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/Config.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/BaseHashSet.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/BaseHashTable.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/AvlSetString.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/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/Array.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/Global.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/Tpl.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/TplMain.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/TplAbsyn.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/SCodeDumpTpl.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/CodegenUtil.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/InteractiveUtil.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/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/GlobalScriptUtil.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/GlobalScript.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/SimCodeVar.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/SimCodeFunction.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/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/FResolve.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/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/FGraph.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/FGraphBuildEnv.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/ValuesUtil.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/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/Static.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/SCodeDump.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/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/Parser.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/Mod.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/MetaUtil.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/Lookup.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/InstTypes.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/InstUtil.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/InstFunction.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/InstDAE.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/InnerOuter.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/Graphviz.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/Dump.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/ConnectUtil.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/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/ComponentReference.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/ClassLoader.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 /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Algorithm.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynToSCode.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica GenerateEntryPoint.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/AbsynUtil.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/Absyn.stamp.mos /c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe -g=MetaModelica -n=1 build/File.stamp.mos make[7]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[6]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw install INCLUDESOURCES=1 OMC="/c/dev/jenkins/ws/Windows/OM_Win/build/bin/omc.exe" CPPFLAGS="-DOM_HAVE_PTHREADS -I"/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c" -I../Util/ -DADD_METARECORD_DEFINITIONS=" 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= -c -o build/RuntimeSources.o build/RuntimeSources.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Unzip.o build/Unzip.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/TaskGraphResults.o build/TaskGraphResults.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SimulationResults.o build/SimulationResults.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBSet.o build/SBSet.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBPWLinearMap.o build/SBPWLinearMap.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBPWAtomicLinearMap.o build/SBPWAtomicLinearMap.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBMultiInterval.o build/SBMultiInterval.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBLinearMap.o build/SBLinearMap.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBInterval.o build/SBInterval.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBGraph.o build/SBGraph.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBFunctions.o build/SBFunctions.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SBAtomicSet.o build/SBAtomicSet.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/PriorityQueue.o build/PriorityQueue.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/OMSimulatorExt.o build/OMSimulatorExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSM1.o build/HashTableSM1.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableSimCodeEqCache.o build/HashTableSimCodeEqCache.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToCrEqLst.o build/HashTableCrToCrEqLst.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExpSourceTpl.o build/HashTableCrToExpSourceTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrIntToExp.o build/HashTableCrIntToExp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableExpToExp.o build/HashTableExpToExp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrToExp.o build/HashTableCrToExp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/JSONExt.o build/JSONExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/GraphML.o build/GraphML.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FMIExt.o build/FMIExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FMI.o build/FMI.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FFI.o build/FFI.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/DisjointSets.o build/DisjointSets.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DiffAlgorithm.o build/DiffAlgorithm.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Curl.o build/Curl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/AvlSetInt.o build/AvlSetInt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTreeString.o build/AvlTreeString.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/AvlTree.o build/AvlTree.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Autoconf.o build/Autoconf.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBLinearMap.mo:137:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 137 | if((_len1 == _len2)) | ~~~~~~^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBLinearMap.mo:137:13: note: remove extraneous parentheses around the comparison to silence this warning 137 | if((_len1 == _len2)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBLinearMap.mo:137:13: note: use '=' to turn this equality comparison into an assignment 137 | if((_len1 == _len2)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBInterval.mo:71:8: 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] 71 | _m = labs(_s2); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBInterval.mo:71:8: note: use function 'llabs' instead 71 | _m = labs(_s2); | ^~~~ | 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= -c -o build/VisualXMLTpl.o build/VisualXMLTpl.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBGraph.mo:363:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 363 | if((_ei == ((modelica_integer) -1))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBGraph.mo:363:11: note: remove extraneous parentheses around the comparison to silence this warning 363 | if((_ei == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBGraph.mo:363:11: note: use '=' to turn this equality comparison into an assignment 363 | if((_ei == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBFunctions.mo:476:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 476 | if((_g == _inf)) | ~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBFunctions.mo:476:18: note: remove extraneous parentheses around the comparison to silence this warning 476 | if((_g == _inf)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBFunctions.mo:476:18: note: use '=' to turn this equality comparison into an assignment 476 | if((_g == _inf)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBFunctions.mo:502:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 502 | if((_g == _inf)) | ~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBFunctions.mo:502:20: note: remove extraneous parentheses around the comparison to silence this warning 502 | if((_g == _inf)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBFunctions.mo:502:20: note: use '=' to turn this equality comparison into an assignment 502 | if((_g == _inf)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SBFunctions.c:1554:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1554 | if((_b == 0.0)) | ~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SBFunctions.c:1554:16: note: remove extraneous parentheses around the comparison to silence this warning 1554 | if((_b == 0.0)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SBFunctions.c:1554:16: note: use '=' to turn this equality comparison into an assignment 1554 | if((_b == 0.0)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBGraph.mo:180:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 180 | if((_ei == ((modelica_integer) -1))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBGraph.mo:180:11: note: remove extraneous parentheses around the comparison to silence this warning 180 | if((_ei == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/SBGraph.mo:180:11: note: use '=' to turn this equality comparison into an assignment 180 | if((_ei == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/OMSimulatorExt.mo:41:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 41 | if((_status == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/OMSimulatorExt.mo:41:15: note: remove extraneous parentheses around the comparison to silence this warning 41 | if((_status == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/OMSimulatorExt.mo:41:15: note: use '=' to turn this equality comparison into an assignment 41 | if((_status == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3448:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3448 | if((_status == ((modelica_integer) 1))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3448:17: note: remove extraneous parentheses around the comparison to silence this warning 3448 | if((_status == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3448:17: note: use '=' to turn this equality comparison into an assignment 3448 | if((_status == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3456:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3456 | if((_status == ((modelica_integer) 2))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3456:19: note: remove extraneous parentheses around the comparison to silence this warning 3456 | if((_status == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3456:19: note: use '=' to turn this equality comparison into an assignment 3456 | if((_status == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3464:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3464 | if((_status == ((modelica_integer) 3))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3464:21: note: remove extraneous parentheses around the comparison to silence this warning 3464 | if((_status == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3464:21: note: use '=' to turn this equality comparison into an assignment 3464 | if((_status == ((modelica_integer) 3))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3472:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3472 | if((_status == ((modelica_integer) 4))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3472:23: note: remove extraneous parentheses around the comparison to silence this warning 3472 | if((_status == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3472:23: note: use '=' to turn this equality comparison into an assignment 3472 | if((_status == ((modelica_integer) 4))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3480:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3480 | if((_status == ((modelica_integer) 5))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3480:25: note: remove extraneous parentheses around the comparison to silence this warning 3480 | if((_status == ((modelica_integer) 5))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OMSimulatorExt.c:3480:25: note: use '=' to turn this equality comparison into an assignment 3480 | if((_status == ((modelica_integer) 5))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SimCodeDump.o build/SimCodeDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstDumpTpl.o build/NFInstDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/GraphMLDumpTpl.o build/GraphMLDumpTpl.c 1 warning generated. 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= -c -o build/GraphvizDump.o build/GraphvizDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenXML.o build/CodegenXML.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:314:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 314 | if((_numberOfElements == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:314:25: note: remove extraneous parentheses around the comparison to silence this warning 314 | if((_numberOfElements == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:314:25: note: use '=' to turn this equality comparison into an assignment 314 | if((_numberOfElements == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:322:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 322 | if((_numberOfElements == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:322:33: note: remove extraneous parentheses around the comparison to silence this warning 322 | if((_numberOfElements == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:322:33: note: use '=' to turn this equality comparison into an assignment 322 | if((_numberOfElements == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 105 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: remove extraneous parentheses around the comparison to silence this warning 105 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: use '=' to turn this equality comparison into an assignment 105 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetInt.c:132:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 132 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetInt.c:132:27: note: remove extraneous parentheses around the comparison to silence this warning 132 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetInt.c:132:27: note: use '=' to turn this equality comparison into an assignment 132 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:236:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 236 | if((_numberOfElements == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetInt.c:180:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 180 | if((_key_compC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo == ((mo:del236:25: inote: remove extraneous parentheses around the comparison to silence this warningca_intege r) 236 | 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ if((_numberOfElements == ((modelica_C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetInt.c:180:27: note: remove extraneous parentheses around the comparison to silence this warning i 180nteger) 0))) | | ~ ^ ~ if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:236:25: note: use '=' to turn this equality comparison into an assignment C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetInt.c :236 | 180:27: note: use '=' to turn this equality comparison into an assignment if((_numb e rOf180 | Ele ments == ( (model ifica_integ((er) 0)))_ | ^~ | key_comp == ((modelica_ = integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ExpandableArray.c:400:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 400 | if((_lastUsedIndex == ((modelica_integer) 1))) | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ExpandableArray.c:400:24: note: remove extraneous parentheses around the comparison to silence this warning 400 | if((_lastUsedIndex == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ExpandableArray.c:400:24: note: use '=' to turn this equality comparison into an assignment 400 | if((_lastUsedIndex == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:198:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 198 | if((_index == _lastUsedIndex)) | ~~~~~~~^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:198:16: note: remove extraneous parentheses around the comparison to silence this warning 198 | if((_index == _lastUsedIndex)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:198:16: note: use '=' to turn this equality comparison into an assignment 198 | if((_index == _lastUsedIndex)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtilSimulation.o build/CodegenUtilSimulation.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:75:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 75 | if((_n == ((modelica_integer) 0))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:75:16: note: remove extraneous parentheses around the comparison to silence this warning 75 | if((_n == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/ExpandableArray.mo:75:16: note: use '=' to turn this equality comparison into an assignment 75 | if((_n == ((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= -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= -c -o build/CodegenJS.o build/CodegenJS.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCppHpcom.o build/CodegenFMUCppHpcom.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCppHpcomOMSI.o build/CodegenFMUCppHpcomOMSI.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenOMSICpp.o build/CodegenOMSICpp.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= -c -o build/CodegenOMSIC_Equations.o build/CodegenOMSIC_Equations.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenOMSIC.o build/CodegenOMSIC.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenOMSI_common.o build/CodegenOMSI_common.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMUCpp.o build/CodegenFMUCpp.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= -c -o build/CodegenFMUCppOMSI.o build/CodegenFMUCppOMSI.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= -c -o build/CodegenFMUCommon.o build/CodegenFMUCommon.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= -c -o build/CodegenFMU2.o build/CodegenFMU2.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenFMU1.o build/CodegenFMU1.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeString.c:142:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 142 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeString.c:142:27: note: remove extraneous parentheses around the comparison to silence this warning 142 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeString.c:142:27: note: use '=' to turn this equality comparison into an assignment 142 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeString.c:211:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 211 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeString.c:211:27: note: remove extraneous parentheses around the comparison to silence this warning 211 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeString.c:211:27: note: use '=' to turn this equality comparison into an assignment 211 | 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= -c -o build/CodegenFMU.o build/CodegenFMU.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppInit.o build/CodegenCppInit.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppHpcom.o build/CodegenCppHpcom.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppHpcomOMSI.o build/CodegenCppHpcomOMSI.c 3 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= -c -o build/CodegenCpp.o build/CodegenCpp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppOMSI.o build/CodegenCppOMSI.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenCppCommon.o build/CodegenCppCommon.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenEmbeddedC.o build/CodegenEmbeddedC.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenC.o build/CodegenC.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/AbsynToJulia.o build/AbsynToJulia.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= -c -o build/ReduceDAE.o build/ReduceDAE.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -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= -c -o build/SerializeTaskSystemInfo.o build/SerializeTaskSystemInfo.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeSparsityPattern.o build/SerializeSparsityPattern.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeModelInfo.o build/SerializeModelInfo.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SerializeInitXML.o build/SerializeInitXML.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmSimCodeMain.o build/HpcOmSimCodeMain.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/TotalModelDebug.o build/TotalModelDebug.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Obfuscate.o build/Obfuscate.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Conversion.o build/Conversion.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/MMToJuliaKeywords.o build/MMToJuliaKeywords.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/MMToJuliaUtil.o build/MMToJuliaUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -c -o build/OpenModelicaScriptingAPI.o build/OpenModelicaScriptingAPI.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:144:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 144 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:144:28: note: remove extraneous parentheses around the comparison to silence this warning 144 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:144:28: note: use '=' to turn this equality comparison into an assignment 144 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1274:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1274 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1274:30: note: remove extraneous parentheses around the comparison to silence this warning 1274 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1274:30: note: use '=' to turn this equality comparison into an assignment 1274 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:170:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 170 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:170:28: note: remove extraneous parentheses around the comparison to silence this warning 170 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:170:28: note: use '=' to turn this equality comparison into an assignment 170 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1367:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1367 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1367:30: note: remove extraneous parentheses around the comparison to silence this warning 1367 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1367:30: note: use '=' to turn this equality comparison into an assignment 1367 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:196:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 196 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:196:28: note: remove extraneous parentheses around the comparison to silence this warning 196 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:196:28: note: use '=' to turn this equality comparison into an assignment 196 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1460:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1460 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1460:30: note: remove extraneous parentheses around the comparison to silence this warning 1460 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:1460:30: note: use '=' to turn this equality comparison into an assignment 1460 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:678:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 678 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:678:28: note: remove extraneous parentheses around the comparison to silence this warning 678 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeTaskSystemInfo.mo:678:28: note: use '=' to turn this equality comparison into an assignment 678 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:4554:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4554 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:4554:30: note: remove extraneous parentheses around the comparison to silence this warning 4554 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeTaskSystemInfo.c:4554:30: note: use '=' to turn this equality comparison into an assignment 4554 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:521:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 521 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:521:28: note: remove extraneous parentheses around the comparison to silence this warning 521 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:521:28: note: use '=' to turn this equality comparison into an assignment 521 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:1879:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1879 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:1879:30: note: remove extraneous parentheses around the comparison to silence this warning 1879 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:1879:30: note: use '=' to turn this equality comparison into an assignment 1879 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:548:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 548 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:548:28: note: remove extraneous parentheses around the comparison to silence this warning 548 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:548:28: note: use '=' to turn this equality comparison into an assignment 548 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:1976:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1976 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:1976:30: note: remove extraneous parentheses around the comparison to silence this warning 1976 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:1976:30: note: use '=' to turn this equality comparison into an assignment 1976 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Binding.o build/Binding.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:569:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 569 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:569:28: note: remove extraneous parentheses around the comparison to silence this warning 569 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:569:28: note: use '=' to turn this equality comparison into an assignment 569 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2049:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2049 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2049:30: note: remove extraneous parentheses around the comparison to silence this warning 2049 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2049:30: note: use '=' to turn this equality comparison into an assignment 2049 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:590:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 590 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:590:28: note: remove extraneous parentheses around the comparison to silence this warning 590 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:590:28: note: use '=' to turn this equality comparison into an assignment 590 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2122:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2122 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2122:30: note: remove extraneous parentheses around the comparison to silence this warning 2122 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2122:30: note: use '=' to turn this equality comparison into an assignment 2122 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2758:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2758 | if((_imp_len == _path_len)) | ~~~~~~~~~^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2758:18: note: remove extraneous parentheses around the comparison to silence this warning 2758 | if((_imp_len == _path_len)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2758:18: note: use '=' to turn this equality comparison into an assignment 2758 | if((_imp_len == _path_len)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:616:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 616 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:616:28: note: remove extraneous parentheses around the comparison to silence this warning 616 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:616:28: note: use '=' to turn this equality comparison into an assignment 616 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2215:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2215 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2215:30: note: remove extraneous parentheses around the comparison to silence this warning 2215 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:2215:30: note: use '=' to turn this equality comparison into an assignment 2215 | if((_assign_type == ((moC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2280:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2280 | if((_path_len == arrayLength((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_rule), 2)))))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2280:33: note: remove extraneous parentheses around the comparison to silence this warning 2280 | if((_path_len == arrayLength((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_rule), 2)))))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2280:33: note: use '=' to turn this equality comparison into an assignment 2280 | if((_path_len == arrayLength((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_rule), 2)))))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2295:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2295 | if((_path_len == ((modelica_integer) -1) + arrayLength((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_rule), 2)))))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2295:33: note: remove extraneous parentheses around the comparison to silence this warning 2295 | if((_path_len == ((modelica_integer) -1) + arrayLength((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_rule), 2)))))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:2295:33: note: use '=' to turn this equality comparison into an assignment 2295 | if((_path_len == ((modelica_integer) -1) + arrayLength((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_rule), 2)))))) | ^~ | = delica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:1096:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1096 | if((_assign_type == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:1096:28: note: remove extraneous parentheses around the comparison to silence this warning 1096 | if((_assign_type == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SerializeModelInfo.mo:1096:28: note: use '=' to turn this equality comparison into an assignment 1096 | if((_assign_type == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:5307:30: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5307 | if((_assign_type == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:5307:30: note: remove extraneous parentheses around the comparison to silence this warning 5307 | if((_assign_type == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SerializeModelInfo.c:5307:30: note: use '=' to turn this equality comparison into an assignment 5307 | if((_assign_type == ((modelica_integer) 2))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BlockCallRewrite.o build/BlockCallRewrite.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:805:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 805 | if((_i == arrayLength(_keys))) | ~~~^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:805:14: note: remove extraneous parentheses around the comparison to silence this warning 805 | if((_i == arrayLength(_keys))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:805:14: note: use '=' to turn this equality comparison into an assignment 805 | if((_i == arrayLength(_keys))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:15899:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 15899 | if((_numMatches == ((modelica_integer) 0))) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:15899:19: note: remove extraneous parentheses around the comparison to silence this warning 15899 | if((_numMatches == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:15899:19: note: use '=' to turn this equality comparison into an assignment 15899 | if((_numMatches == ((modelica_integer)clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Figaro.o build/Figaro.c 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:320:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 320 | if((_vdim == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:320:13: note: remove extraneous parentheses around the comparison to silence this warning 320 | if((_vdim == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/Conversion.mo:320:13: note: use '=' to turn this equality comparison into an assignment 320 | if((_vdim == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9256:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9256 | if((_vdim == ((modelica_integer) -1))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9256:15: note: remove extraneous parentheses around the comparison to silence this warning 9256 | if((_vdim == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9256:15: note: use '=' to turn this equality comparison into an assignment 9256 | if((_vdim == ((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= -c -o build/RewriteRules.o build/RewriteRules.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeMain.mo:609:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 609 | if((_n == ((modelica_integer) 2))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeMain.mo:609:22: note: remove extraneous parentheses around the comparison to silence this warning 609 | if((_n == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeMain.mo:609:22: note: use '=' to turn this equality comparison into an assignment 609 | if((_n == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9825:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9825 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9825:27: note: remove extraneous parentheses around the comparison to silence this warning 9825 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9825:27: note: use '=' to turn this equality comparison into an assignment 9825 | if((_keyC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeMain.mo:649:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 649 | if((_n == ((modelica_integer) 2))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeMain.mo:649:22: note: remove extraneous parentheses around the comparison to silence this warning 649 | if((_n == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeMain.mo:649:22: note: use '=' to turn this equality comparison into an assignment 649 | if((_n == ((modelica_integer) 2))) | ^~ | = _comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SimCodeUtil.c:9185:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9185 | if((_d == ((modelica_integer) -2))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SimCodeUtil.c:9185:12: note: remove extraneous parentheses around the comparison to silence this warning 9185 | if((_d == ((modelica_integer) -2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/SimCodeUtil.c:9185:12: note: use '=' to turn this equality comparison into an assignment 9185 | if((_d == ((modelica_integer) -2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9894:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 9894 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9894:27: note: remove extraneous parentheses around the comparison to silence this warning 9894 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Conversion.c:9894:27: note: use '=' to turn this equality comparison into an assignment 9894 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:14898:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 14898 | if((_length == ((mclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Refactor.o build/Refactor.c odelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:14898:15: note: remove extraneous parentheses around the comparison to silence this warning 14898 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:14898:15: note: use '=' to turn this equality comparison into an assignment 14898 | if((_length == ((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= -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= -c -o build/SimpleModelicaParser.o build/SimpleModelicaParser.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= -c -o build/JSON.o build/JSON.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/LexerModelicaDiff.o build/LexerModelicaDiff.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/LexerJSON.o build/LexerJSON.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFVerifyModel.o build/NFVerifyModel.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12494:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12494 | if((_currentIndex == ((modelica_integer) -1))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12494:29: note: remove extraneous parentheses around the comparison to silence this warning 12494 | if((_currentIndex == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12494:29: note: use '=' to turn this equality comparison into an assignment 12494 | if((_currentIndex == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12502:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12502 | if((_idx == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12502:20: note: remove extraneous parentheses around the comparison to silence this warning 12502 | if((_idx == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12502:20: note: use '=' to turn this equality comparison into an assignment 12502 | if((_idx == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12506:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12506 | if((_currentIndex == ((modelica_integer) -1))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12506:31: note: remove extraneous parentheses around the comparison to silence this warning 12506 | if((_currentIndex == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12506:31: note: use '=' to turn this equality comparison into an assignment 12506 | if((_currentIndex == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12430:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12430 | if((_idx == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12430:20: note: remove extraneous parentheses around the comparison to silence this warning 12430 | if((_idx == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:12430:20: note: use '=' to turn this equality comparison into an assignment 12430 | if((_idx == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:4037:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4037 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:4037:27: note: remove extraneous parentheses around the comparison to silence this warning 4037 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:4037:27: note: use '=' to turn this equality comparison into an assignment 4037 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:4106:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4106 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:4106:27: note: remove extraneous parentheses around the comparison to silence this warning 4106 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:4106:27: note: use '=' to turn this equality comparison into an assignment 4106 | 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= -c -o build/NFVariable.o build/NFVariable.c | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_keclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFUnit.o build/NFUnit.c y_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:6869:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6869 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:6869:27: note: remove extraneous parentheses around the comparison to silence this warning 6869 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:6869:27: note: use '=' to turn this equality comparison into an assignment 6869 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:6938:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6938 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:6938:27: note: remove extraneous parentheses around the comparison to silence this warning 6938 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/PackageManagement.c:6938:27: note: use '=' to turn this equality comparison into an assignment 6938 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = 12 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= -c -o build/NFUnitCheck.o build/NFUnitCheck.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:8004:59: 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] 8004 | _varIdx = mmc_unbox_integer(arrayGet(_varMap, labs(_varIdx0))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/SimCode/SimCodeUtil.mo:8004:59: note: use function 'llabs' instead 8004 | _varIdx = mmc_unbox_integer(arrayGet(_varMap, labs(_varIdx0))); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 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= -c -o build/NFTyping.o build/NFTyping.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= -c -o build/NFType.o build/NFType.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:935:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 935 | if((_cp == ((modelica_integer) 10))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:935:13: note: remove extraneous parentheses around the comparison to silence this warning 935 | if((_cp == ((modelica_integer) 10))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8691:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8691 | if((_nm == ((modelica_integer) 2))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:935:13: note: use '=' to turn this equality comparison into an assignment 935 | if((_cp == ((modelica_integer) 10))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8691:19: note: remove extraneous parentheses around the comparison to silence this warning 8691 | if((_nm == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8691:19: note: use '=' to turn this equality comparison into an assignment 8691 | if((_nm == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8696:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8696 | if((_nm == ((modelica_integer) 2))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8696:19: note: remove extraneous parentheses around the comparison to silence this warning 8696 | if((_nm == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8696:19: note: use '=' to turn this equality comparison into an assignment 8696 | if((_nm == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8701:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8701 | if((_nm == ((modelica_integer) 2))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8701:19: note: remove extraneous parentheses around the comparison to silence this warning 8701 | if((_nm == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8701:19: note: use '=' to turn this equality comparison into an assignment 8701 | if((_nm == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:446:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 446 | if((_cp == ((modelica_integer) 10))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:446:13: note: remove extraneous parentheses around the comparison to silence this warning 446 | if((_cp == ((modelica_integer) 10))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:446:13: note: use '=' to turn this equality comparison into an assignment 446 | if((_cp == ((modelica_integer) 10))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8706:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8706 | if((_nm == ((modelica_integer) 2))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8706:19: note: remove extraneous parentheses around the comparison to silence this warning 8706 | if((_nm == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8706:19: note: use '=' to turn this equality comparison into an assignment 8706 | if((_nm == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:813:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 813 | if((_cp == ((modelica_integer) 10))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8711:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8711 | if((_nm == ((modelica_integer) 2))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:813:11: note: remove extraneous parentheses around the comparison to silence this warning 813 | if((_C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8711:19: note: remove extraneous parentheses around the comparison to silence this warning 8711 | if((_nm == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8711:19: note: use '=' to turn this equality comparison into an assignment 8711 | if((_nm == ((modelica_integer) 2))) | ^~ | = cp == ((modelica_integer) 10))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:813:11: note: use '=' to turn this equality comparison into an assignment 813 | if((_cp == ((modelica_integer) 10))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:842:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 842 | if((_baseCond == ((modelica_integer) 453))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.moC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8716:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8716 | if((_nm == ((modelica_integer) 2))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8716:19: note: remove extraneous parentheses around the comparison to silence this warning 8716 | if((_nm == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:324:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 324 | C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:8716:19: note: use '=' to turn this equality comparison into an assignment :8716 | 842 :17i:f note: if(((_(c_nm ==p == ((modelica_integer) 10))) | remove extraneous parentheses around the comparison to silence this warning( 842 | i ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ f((_baseCond == ((modelica_integer) 453))) | ~ ^ ~ (modelica_integC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:324:11C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerModelicaDiff.mo:842:17: note: use '=' to turn this equality comparison into an assignment 842e | :r note: remove extraneous parentheses around the comparison to silence this warning 324 | if((_cp == ((modelica_integer) ) 2))) | ^~ | = 10))) | ~ ^ ~ if((_baseCond == ((modelica_integer) 453))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:324:11: note: use '=' to turn this equality comparison into an assignment 324 | if((_cp == ((modelica_integer) 10))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:353:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 353 | if((_baseCond == ((modelica_integer) 82))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:353:17: note: remove extraneous parentheses around the comparison to silence this warning 353 | if((_baseCond == ((modelica_integer) 82))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Lexers/LexerJSON.mo:353:17: note: use '=' to turn this equality comparison into an assignment 353 | if((_baseCond == ((modelica_integer) 82))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo:2254:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2254 | if((_depth == ((modelica_integer) 1))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo:2254:14: note: remove extraneous parentheses around the comparison to silence this warning 2254 | if((_depth == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Parsers/SimpleModelicaParser.mo:2254:14: note: use '=' to turn this equality comparison into an assignment 2254 | if((_depth == ((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= -c -o build/NFTypeCheck.o build/NFTypeCheck.c 3 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= -c -o build/NFSubscript.o build/NFSubscript.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFStructural.o build/NFStructural.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4943:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4943 | if((_outRemainingOffset == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4943:27: note: remove extraneous parentheses around the comparison to silence this warning 4943 | if((_outRemainingOffset == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4943:27: note: use '=' to turn this equality comparison into an assignment 4943 | if((_outRemainingOffset == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4895:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4895 | if((_outRemainingOffset == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4895:27: note: remove extraneous parentheses around the comparison to silence this warning 4895 | if((_outRemainingOffset == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4895:27: note: use '=' to turn this equality comparison into an assignment 4895 | if((_outRemainingOffset == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4480:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4480 | if((_inOffset == ((modelica_integer) 0))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4480:17: note: remove extraneous parentheses around the comparison to silence this warning 4480 | if((_inOffset == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:4480:17: note: use '=' to turn this equality comparison into an assignment 4480 | if((_inOffset == ((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= -c -o build/NFStatement.o build/NFStatement.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFSimplifyModel.o build/NFSimplifyModel.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFSimplifyExp.o build/NFSimplifyExp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFSections.o build/NFSections.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:2135:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2135 | if((_numberOfIntervals == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:2135:34: note: remove extraneous parentheses around the comparison to silence this warning 2135 | if((_numberOfIntervals == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/CevalScriptBackend.mo:2135:34: note: use '=' to turn this equality comparison into an assignment 2135 | if((_numberOfIntervals == ((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= -c -o build/NFScalarize.o build/NFScalarize.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= -c -o build/NFSBGraphUtil.o build/NFSBGraphUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFRestriction.o build/NFRestriction.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFRecord.o build/NFRecord.c 10 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= -c -o build/NFRangeIterator.o build/NFRangeIterator.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFPrefixes.o build/NFPrefixes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFPackage.o build/NFPackage.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFOperatorOverloading.o build/NFOperatorOverloading.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFType.mo:225:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 225 | if((_N == ((modelica_integer) 0))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFType.mo:225:10: note: remove extraneous parentheses around the comparison to silence this warning 225 | if((_N == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFType.mo:225:10: note: use '=' to turn this equality comparison into an assignment 225 | if((_N == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTyping.mo:833:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 833 | if((_exp_dims == ((modelica_integer) 0))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTyping.mo:833:17: note: remove extraneous parentheses around the comparison to silence this warning 833 | if((_exp_dims == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTyping.mo:833:17: note: use '=' to turn this equality comparison into an assignment 833 | if((_exp_dims == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTyping.mo:850:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 850 | if((_exp_dims == ((modelica_integer) 0))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTyping.mo:850:23: note: remove extraneous parentheses around the comparison to silence this warning 850 | if((_exp_dims == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTyping.mo:850:23: note: use '=' to turn this equality comparison into an assignment 850 | if((_exp_dims == ((modelica_integer) 0))) | ^~ | = 3 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= -c -o build/NFOperator.o build/NFOperator.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFStructural.mo:116:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 116 | if((_maxDepth == ((modelica_integer) 0))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFStructural.mo:116:17: note: remove extraneous parentheses around the comparison to silence this warning 116 | if((_maxDepth == ((modelica_iC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo:2821:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2821 | if((_start == _start + _step)) | ~~~~~~~^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo:2821:22: note: remove extraneous parentheses around the comparison to silence this warning 2821 | if((_start == _start + _step)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo:2821:22: note: use '=' to turn this equality comparison into an assignment 2821 | if((_start == _start + _step)) | ^~ | = nteger) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFStructural.mo:116:17: note: use '=' to turn this equality comparison into an assignment 116 | if((_maxDepth == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo:2756:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2756 | if((_step == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo:2756:21: note: remove extraneous parentheses around the comparison to silence this warning 2756 | if((_step == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFTypeCheck.mo:2756:21: note: use '=' to turn this equality comparison into an assignment 2756 | if((_step == ((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= -c -o build/NFOCConnectionGraph.o build/NFOCConnectionGraph.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= -c -o build/NFModifier.o build/NFModifier.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:1446:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1446 | if((_result == 0.0)) | ~~~~~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:1446:23: note: remove extraneous parentheses around the comparison to silence this warning 1446 | if((_result == 0.0)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:1446:23: note: use '=' to turn this equality comparison into an assignment 1446 | if((_result == 0.0)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo:329:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 329 | if((_sz1 == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo:329:16: note: remove extraneous parentheses around the comparison to silence this warning 329 | if((_sz1 == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo:329:16: note: use '=' to turn this equality comparison into an assignment 329 | if((_sz1 == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo:339:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 339 | if((_sz2 == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo:339:16: note: remove extraneous parentheses around the comparison to silence this warning 339 | if((_sz2 == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSBGraphUtil.mo:339:16: note: use '=' to turn this equality comparison into an assignment 339 | if((_sz2 == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:679:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 679 | if((_dim_size == ((modelica_integer) 0))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:679:33: note: remove extraneous parentheses around the comparison to silence this warning 679 | if((_dim_size == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:679:33: note: use '=' to turn this equality comparison into an assignment 679 | if((_dim_size == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSimplifyExp.c:5906:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5906 | if((_dim_size == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSimplifyExp.c:5906:35: note: remove extraneous parentheses around the comparison to silence this warning 5906 | if((_dim_size == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSimplifyExp.c:5906:35: note: use '=' to turn this equality comparison into an assignment 5906 | if((_dim_size == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:612:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 612 | if((_dim_size == ((modelica_integer) 0))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:612:25: note: remove extraneous parentheses around the comparison to silence this warning 612 | if((_dim_size == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFSimplifyExp.mo:612:25: note: use '=' to turn this equality comparison into an assignment 612 | if((_dim_size == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSimplifyExp.c:6301:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6301 | if((_dim_size == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSimplifyExp.c:6301:27: note: remove extraneous parentheses around the comparison to silence this warning 6301 | if((_dim_size == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSimplifyExp.c:6301:27: note: use '=' to turn this equality comparison into an assignment 6301 | if((_dim_size == ((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= -c -o build/NFLookupTree.o build/NFLookupTree.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 105 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: remove extraneous parentheses around the comparison to silence this warning 105 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: use '=' to turn this equality comparison into an assignment 105 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFPackage.c:1318:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1318 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFPackage.c:1318:27: note: remove extraneous parentheses around the comparison to silence this warning 1318 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFPackage.c:1318:27: note: use '=' to turn this equality comparison into an assignment 1318 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFPackage.c:1364:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1364 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFPackage.c:1364:27: note: remove extraneous parentheses around the comparison to silence this warning 1364 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFPackage.c:1364:27: note: use '=' to turn this equality comparison into an assignment 1364 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = 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= -c -o build/NFLookupState.o build/NFLookupState.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFLookup.o build/NFLookup.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstUtil.o build/NFInstUtil.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= -c -o build/NFInstNode.o build/NFInstNode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFInst.o build/NFInst.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstContext.o build/NFInstContext.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFInline.o build/NFInline.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFImport.o build/NFImport.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFFunction.o build/NFFunction.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFFunctionInverse.o build/NFFunctionInverse.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFFunctionDerivative.o build/NFFunctionDerivative.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatten.o build/NFFlatten.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= -c -o build/NFFlatModelicaUtil.o build/NFFlatModelicaUtil.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFModifier.c:2765:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2765 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFModifier.c:2765:27: note: remove extraneous parentheses around the comparison to silence this warning 2765 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFModifier.c:2765:27: note: use '=' to turn this equality comparison into an assignment 2765 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFModifier.c:2834:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2834 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFModifier.c:2834:27: note: remove extraneous parentheses around the comparison to silence this warning 2834 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFModifier.c:2834:27: note: use '=' to turn this equality comparison into an assignment 2834 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFLookupTree.c:290:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 290 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFLookupTree.c:290:27: note: remove extraneous parentheses around the comparison to silence this warning 290 | if((_keyclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFFlatModel.o build/NFFlatModel.c _comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFLookupTree.c:290:27: note: use '=' to turn this equality comparison into an assignment 290 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFLookupTree.c:359:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 359 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFLookupTree.c:359:27: note: remove extraneous parentheses around the comparison to silence this warning 359 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFLookupTree.c:359:27: note: use '=' to turn this equality comparison into an assignment 359 | 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= -c -o build/NFExpression.o build/NFExpression.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= -c -o build/NFExpressionIterator.o build/NFExpressionIterator.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFExpandExp.o build/NFExpandExp.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFExpandableConnectors.o build/NFExpandableConnectors.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= -c -o build/NFEvalFunction.o build/NFEvalFunction.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFEvalFunctionExt.o build/NFEvalFunctionExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFEvalConstants.o build/NFEvalConstants.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFEquation.o build/NFEquation.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFDuplicateTree.o build/NFDuplicateTree.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= -c -o build/NFDimension.o build/NFDimension.c 2 warnings generated. 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= -c -o build/NFConvertDAE.o build/NFConvertDAE.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnector.o build/NFConnector.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnections.o build/NFConnections.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnectionSets.o build/NFConnectionSets.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnection.o build/NFConnection.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFConnectEquations.o build/NFConnectEquations.c if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFFlatten.c:10815:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 10815 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFFlatten.c:10815:27: note: remove extraneous parentheses around the comparison to silence this warning 10815 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFFlatten.c:10815:27: note: use '=' to turn this equality comparison into an assignment 10815 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFFlatten.c:10884:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 10884 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFFlatten.c:10884:27: note: remove extraneous parentheses around the comparison to silence this warning 10884 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFFlatten.c:10884:27: note: use '=' to turn this equality comparison into an assignment 10884 | 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= -c -o build/NFComponentRef.o build/NFComponentRef.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFComponent.o build/NFComponent.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= -c -o build/NFComplexType.o build/NFComplexType.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFClockKind.o build/NFClockKind.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFDuplicateTree.c:142:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 142 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFDuplicateTree.c:142:27: note: remove extraneous parentheses around the comparison to silence this warning 142 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFDuplicateTree.c:142:27: note: use '=' to turn this equality comparison into an assignment 142 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFDuplicateTree.c:211:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 211 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFDuplicateTree.c:211:27: note: remove extraneous parentheses around the comparison to silence this warning 211 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFDuplicateTree.c:211:27: note: use '=' to turn this equality comparison into an assignment 211 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo:1326:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1326 | if((_lib_handle == ((modelica_integer) -1))) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo:1326:31: note: remove extraneous parentheses around the comparison to silence this warning 1326 | if((_lib_handle == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFEvalFunction.mo:1326:31: note: use '=' to turn this equality comparison into an assignment 1326 | if((_lib_handle == ((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= -c -o build/NFClassTree.o build/NFClassTree.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFConnections.mo:257:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 257 | if((_count == ((modelica_integer) 0))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFConnections.mo:257:20: note: remove extraneous parentheses around the comparison to silence this warning 257 | if((_count == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFConnections.mo:257:20: note: use '=' to turn this equality comparison into an assignment 257 | if((_count == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:2036:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2036 | if((_operand_prio == ((modelica_integer) 4))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:2036:21: note: remove extraneous parentheses around the comparison to silence this warning 2036 | if((_operand_prio == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:2036:21: note: use '=' to turn this equality comparison into an assignment 2036 | if((_operand_prio == ((modelica_integer) 4))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFExpression.c:22151:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 22151 | if((_operand_prio == _operator_prio)) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFExpression.c:22151:25: note: remove extraneous parentheses around the comparison to silence this warning 22151 | if((_operand_prio == _operator_prio)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFExpression.c:22151:25: note: use '=' to turn this equality comparison into an assignment 22151 | if((_operand_prio == _operator_prio)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:2004:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2004 | if((_operand_prio == ((modelica_integer) 4))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:2004:21: note: remove extraneous parentheses around the comparison to silence this warning 2004 | if((_operand_prio == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:2004:21: note: use '=' to turn this equality comparison into an assignment 2004 | if((_operand_prio == ((modelica_integer) 4))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFExpression.c:22232:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 22232 | if((_operand_prio == _operator_prio)) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFExpression.c:22232:25: note: remove extraneous parentheses around the comparison to silence this warning 22232 | if((_operand_prio == _operator_prio)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFExpression.c:22232:25: note: use '=' to turn this equality comparison into an assignment 22232 | if((_operand_prio == _operator_prio)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFClass.o build/NFClass.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFCheckModel.o build/NFCheckModel.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFCeval.o build/NFCeval.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFCardinalityTable.o build/NFCardinalityTable.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:491:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 491 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:491:21: note: remove extraneous parentheses around the comparison to silence this warning 491 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:491:21: note: use '=' to turn this equality comparison into an assignment 491 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:532:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 532 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:532:21: note: remove extraneous parentheses around the comparison to silence this warning 532 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:532:21: note: use '=' to turn this equality comparison into an assignment 532 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:534:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 534 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:534:23: note: remove extraneous parentheses around the comparison to silence this warning 534 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:534:23: note: use '=' to turn this equality comparison into an assignment 534 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:573:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 573 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:573:21: note: remove extraneous parentheses around the comparison to silence this warning 573 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:573:21: note: use '=' to turn this equality comparison into an assignment 573 | if((_coclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFCallParameterTree.o build/NFCallParameterTree.c mp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:576:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4 warnings generated. 576 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:576:21: note: remove extraneous parentheses around the comparison to silence this warning 576 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:576:21: note: use '=' to turn this equality comparison into an assignment 576 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:586:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 586 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:586:21: note: remove extraneous parentheses around the comparison to silence this warning 586 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:586:21: note: use '=' to turn this equality comparison into an assignment 586 | if((_co1 warning generated. mp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:588:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 588 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:588:23: note: remove extraneous parentheses around the comparison to silence this warning 588 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:588:23: note: use '=' to turn this equality comparison into an assignment 588 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:606:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 606 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:606:21: note: remove extraneous parentheses around the comparison to silence this warning 606 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:606:21: note: use '=' to turn this equality comparison into an assignment 606 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:608:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 608 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:608:23: note: remove extraneous parentheses around the comparison to silence this warning 608 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:608:23: note: use '=' to turn this equality comparison into an assignment 608 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:626:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 626 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:626:21: note: remove extraneous parentheses around the comparison to silence this warning 626 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:626:21: note: use '=' to turn this equality comparison into an assignment 626 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:628:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 628 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:628:23: note: remove extraneous parentheses around the comparison to silence this warning 628 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:628:23: note: use '=' to turn this equality comparison into an assignment 628 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:639:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 639 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:639:21: note: remove extraneous parentheses around the comparison to silence this warning 639 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:639:21: note: use '=' to turn this equality comparison into an assignment 639 | clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFCall.o build/NFCall.c if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:641:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 641 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:641:23: note: remove extraneous parentheses around the comparison to silence this warning 641 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:641:23: note: use '=' to turn this equality comparison into an assignment 641 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:674:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 674 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:674:21: note: remove extraneous parentheses around the comparison to silence this warning 674 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:674:21: note: use '=' to turn this equality comparison into an assignment 674 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:685:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 685 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:685:21: note: remove extraneous parentheses around the comparison to silence this warning 685 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:685:21: note: use '=' to turn this equality comparison into an assignment 685 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:696:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 696 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:696:21: note: remove extraneous parentheses around the comparison to silence this warning 696 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:696:21: note: use '=' to turn this equality comparison into an assignment 696 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:725:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 725 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:725:21: note: remove extraneous parentheses around the comparison to silence this warning 725 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFExpression.mo:725:21: note: use '=' to turn this equality comparison into an assignment 725 | if((_comp == ((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= -c -o build/NFCallAttributes.o build/NFCallAttributes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFBuiltin.o build/NFBuiltin.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFBuiltinFuncs.o build/NFBuiltinFuncs.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFBuiltinCall.o build/NFBuiltinCall.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFBinding.o build/NFBinding.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFBackendExtension.o build/NFBackendExtension.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFAttributes.o build/NFAttributes.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo:996:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 996 | if((_flow_dir == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo:996:17: note: remove extraneous parentheses around the comparison to silence this warning 996 | if((_flow_dir == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFConnectEquations.mo:996:17: note: use '=' to turn this equality comparison into an assignment 996 | if((_flow_dir == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFConnectEquations.c:894:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 894 | if((_flow_dir == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFConnectEquations.c:894:19: note: remove extraneous parentheses around the comparison to silence this warning 894 | if((_flow_dir == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFConnectEquations.c:894:19: note: use '=' to turn this equality comparison into an assignment 894 | 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= -c -o build/NFArrayConnections.o build/NFArrayConnections.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:102:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 102 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:102:21: note: remove extraneous parentheses around the comparison to silence this warning 102 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:102:21: note: use '=' to turn this equality comparison into an assignment 102 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:110:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 110 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:110:21: note: remove extraneous parentheses around the comparison to silence this warning 110 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:110:21: note: use '=' to turn this equality comparison into an assignment 110 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:117:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 117 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:117:21: note: remove extraneous parentheses around the comparison to silence this warning 117 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClockKind.mo:117:21: note: use '=' to turn this equality comparison into an assignment 117 | if((_comp == ((modelica_integer) 0))) | ^~ | = 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= -c -o build/NFAlgorithm.o build/NFAlgorithm.c 3 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= -c -o build/BaseModelica.o build/BaseModelica.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo:1651:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1651 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_entry), 2)))))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo:1651:22: note: remove extraneous parentheses around the comparison to silence this warning 1651 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_entry), 2)))))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo:1651:22: note: use '=' to turn this equality comparison into an assignment 1651 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_entry), 2)))))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCallParameterTree.c:142:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 142 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCallParameterTree.c:142:27: note: remove extraneous parentheses around the comparison to silence this warning 142 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCallParameterTree.c:142:27: note: use '=' to turn this equality comparison into an assignment 142 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCallParameterTree.c:211:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 211 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCallParameterTree.c:211:27: note: remove extraneous parentheses around the comparison to silence this warning 211 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCallParameterTree.c:211:27: note: use '=' to turn this equality comparison into an assignment 211 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo:870:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 870 | if((_i == _dup)) | ~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo:870:14: note: remove extraneous parentheses around the comparison to silence this warning 870 | if((_i == _dup)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFClassTree.mo:870:14: note: use '=' to turn this equality comparison into an assignment 870 | if((_i == _dup)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableMidVar.o build/HashTableMidVar.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/MidToMid.o build/MidToMid.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -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= -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= -c -o build/NFSCodeCheck.o build/NFSCodeCheck.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= -c -o build/NFSCodeLookup.o build/NFSCodeLookup.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlattenRedeclare.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeFlatten.o build/NFSCodeFlatten.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCall.c:1496:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1496 | if((_numerr == omc_Error_getNumErrorMessages(threadData))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCall.c:1496:19: note: remove extraneous parentheses around the comparison to silence this warning 1496 | if((_numerr == omc_Error_getNumErrorMessages(threadData))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCall.c:1496:19: note: use '=' to turn this equality comparison into an assignment 1496 | if((_numerr == omc_Error_getNumErrorMessages(threadData))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:5234:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5234 | if((_dim_count == ((modelica_integer) 2))) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:5234:28: note: remove extraneous parentheses around the comparison to silence this warning 5234 | if((_dim_count == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:5234:28: note: use '=' to turn this equality comparison into an assignment 5234 | if((_dim_count == ((modelica_integer) 2))) | ^~ | = 4 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2210:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2210 | if((_iy == ((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= -c -o build/NFSCodeFlattenImports.o build/NFSCodeFlattenImports.c | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2210:19: note: remove extraneous parentheses around the comparison to silence this warning 2210 | if((_iy == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2210:19: note: use '=' to turn this equality comparison into an assignment 2210 | if((_iy == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2223:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2223 | if((_ry == 0.0)) | ~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2223:19: note: remove extraneous parentheses around the comparison to silence this warning 2223 | if((_ry == 0.0)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2223:19: note: use '=' to turn this equality comparison into an assignment 2223 | if((_ry == 0.0)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2113:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2113 | if((_sz == ((modelica_integer) 0))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2113:11: note: remove extraneous parentheses around the comparison to silence this warning 2113 | if((_sz == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:2113:11: note: use '=' to turn this equality comparison into an assignment 2113 | if((_sz == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:6627:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6627 | if((_sz == ((modelica_integer) 1))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:6627:13: note: remove extraneous parentheses around the comparison to silence this warning 6627 | if((_sz == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:6627:13: note: use '=' to turn this equality comparison into an assignment 6627 | if((_sz == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:1997:81: 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] 1997 | tmpMeta5 = mmc_mk_box2(3, &NFExpression_INTEGER__desc, mmc_mk_integer(labs(mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_arg), 2))))))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:1997:81: note: use function 'llabs' instead 1997 | tmpMeta5 = mmc_mk_box2(3, &NFExpression_INTEGER__desc, mmc_mk_integer(labs(mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_arg), 2))))))); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1723:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1723 | if((_args_len == ((modelica_integer) 3))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1723:17: note: remove extraneous parentheses around the comparison to silence this warning 1723 | if((_args_len == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1723:17: note: use '=' to turn this equality comparison into an assignment 1723 | if((_args_len == ((modelica_integer) 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= -c -o build/NFSCodeEnv.o build/NFSCodeEnv.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1636:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1636 | if((_args_len == ((modelica_integer) 2))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1636:17: note: remove extraneous parentheses around the comparison to silence this warning 1636 | if((_args_len == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1636:17: note: use '=' to turn this equality comparison into an assignment 1636 | if((_args_len == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1491:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1491 | if((_args_len == ((modelica_integer) 2))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1491:17: note: remove extraneous parentheses around the comparison to silence this warning 1491 | if((_args_len == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFBuiltinCall.mo:1491:17: note: use '=' to turn this equality comparison into an assignment 1491 | if((_args_len == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo:733:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 733 | if((_i1_sz == _i2_sz)) | ~~~~~~~^~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo:733:18: note: remove extraneous parentheses around the comparison to silence this warning 733 | if((_i1_sz == _i2_sz)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo:733:18: note: use '=' to turn this equality comparison into an assignment 733 | if((_i1_sz == _i2_sz)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:880:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 880 | if((_steps == ((modelica_integer) 0))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:880:14: note: remove extraneous parentheses around the comparison to silence this warning 880 | if((_steps == (clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFSCodeDependency.o build/NFSCodeDependency.c (modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCeval.mo:880:14: note: use '=' to turn this equality comparison into an assignment 880 | if((_steps == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:11783:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 11783 | if((_steps == ((modelica_integer) 1))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:11783:16: note: remove extraneous parentheses around the comparison to silence this warning 11783 | if((_steps == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFCeval.c:11783:16: note: use '=' to turn this equality comparison into an assignment 11783 | if((_steps == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFBuiltinCall.c:5374:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5374 | if((_ndims == ((modelica_integer) 2))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFBuiltinCall.c:5374:16: note: remove extraneous parentheses around the comparison to silence this warning 5374 | if((_ndims == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFBuiltinCall.c:5374:16: note: use '=' to turn this equality comparison into an assignment 5374 | if((_ndims == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo:443:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 443 | if((_lo == _hi)) | ~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo:443:11: note: remove extraneous parentheses around the comparison to silence this warning 443 | if((_lo == _hi)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFArrayConnections.mo:443:11: note: use '=' to turn this equality comparison into an assignment 443 | if((_lo == _hi)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:513:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 513 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:513:13: note: remove extraneous parentheses around the comparison to silence this warning 513 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:513:13: note: use '=' to turn this equality comparison into an assignment 513 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:492:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 492 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:492:13: note: remove extraneous parentheses around the comparison to silence this warning 492 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:492:13: note: use '=' to turn this equality comparison into an assignment 492 | if((_comp == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:496:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 496 | if((_comp == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:496:13: note: remove extraneous parentheses around the comparison to silence this warning 496 | if((_comp == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NFFrontEnd/NFCall.mo:496:13: note: use '=' to turn this equality comparison into an assignment 496 | if((_comp == ((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= -c -o build/NFInstTypes.o build/NFInstTypes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NFInstPrefix.o build/NFInstPrefix.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/NFEnvExtends.o build/NFEnvExtends.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FHashTableUnitToString.o build/FHashTableUnitToString.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FHashTableStringToUnit.o build/FHashTableStringToUnit.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= -c -o build/FHashTableCrToUnit.o build/FHashTableCrToUnit.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/FUnit.o build/FUnit.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= -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= -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= -c -o build/CheckModel.o build/CheckModel.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FInst.o build/FInst.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FGraphDump.o build/FGraphDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NSimVar.o build/NSimVar.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NSimStrongComponent.o build/NSimStrongComponent.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NSimPartition.o build/NSimPartition.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSCodeEnv.c:6850:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6850 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSCodeEnv.c:6850:27: note: remove extraneous parentheses around the comparison to silence this warning 6850 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSCodeEnv.c:6850:27: note: use '=' to turn this equality comparison into an assignment 6850 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSCodeEnv.c:6919:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6919 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSCodeEnv.c:6919:27: note: remove extraneous parentheses around the comparison to silence this warning 6919 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/NFSCodeEnv.c:6919:27: note: use '=' to turn this equality comparison into an assignment 6919 | 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= -c -o build/NSimJacobian.o build/NSimJacobian.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NSimGenericCall.o build/NSimGenericCall.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NSimCodeUtil.o build/NSimCodeUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NSimCode.o build/NSimCode.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBSlice.o build/NBSlice.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBReplacements.o build/NBReplacements.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBDifferentiate.o build/NBDifferentiate.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= -c -o build/NBBackendUtil.o build/NBBackendUtil.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= -c -o build/NBAdjacency.o build/NBAdjacency.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBEvaluation.o build/NBEvaluation.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBTearing.o build/NBTearing.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBSolve.o build/NBSolve.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBJacobian.o build/NBJacobian.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBInline.o build/NBInline.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBFunctionAlias.o build/NBFunctionAlias.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBEvents.o build/NBEvents.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBDetectStates.o build/NBDetectStates.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBBindings.o build/NBBindings.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBAlias.o build/NBAlias.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= -c -o build/NBSorting.o build/NBSorting.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBResolveSingularities.o build/NBResolveSingularities.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:858:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 858 | if((_max_size == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:858:21: note: remove extraneous parentheses around the comparison to silence this warning 858 | if((_max_size == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:858:21: note: use '=' to turn this equality comparison into an assignment 858 | if((_max_size == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:870:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 870 | if((_step == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:870:19: note: remove extraneous parentheses around the comparison to silence this warning 870 | if((_step == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:870:19: note: use '=' to turn this equality comparison into an assignment 870 | if((_step == ((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= -c -o build/NBPartitioning.o build/NBPartitioning.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:888:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 888 | if((_new_step == _step)) | ~~~~~~~~~~^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:888:25: note: remove extraneous parentheses around the comparison to silence this warning 888 | if((_new_step == _step)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBSlice.mo:888:25: note: use '=' to turn this equality comparison into an assignment 888 | if((_new_step == _step)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBMatching.o build/NBMatching.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBInitialization.o build/NBInitialization.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBDAEMode.o build/NBDAEMode.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= -c -o build/NBCausalize.o build/NBCausalize.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo:268:32: 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] 268 | _hash = modelica_integer_mod(labs(_hash), _mod); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBBackendUtil.mo:268:32: note: use function 'llabs' instead 268 | _hash = modelica_integer_mod(labs(_hash), _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= -c -o build/NBModule.o build/NBModule.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBVariable.o build/NBVariable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBStrongComponent.o build/NBStrongComponent.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:1097:82: 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] 1097 | tmpMeta8 = mmc_mk_cons(mmc_mk_integer((-_row)), arrayGet(_mT,labs(mmc_unbox_integer(_idx))) /* DAE.ASUB */); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:1097:82: note: use function 'llabs' instead 1097 | tmpMeta8 = mmc_mk_cons(mmc_mk_integer((-_row)), arrayGet(_mT,labs(mmc_unbox_integer(_idx))) /* DAE.ASUB */); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:1097:37: 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] 1097 | arrayUpdate(_mT,labs(mmc_unbox_integer(_idx)),tmpMeta8); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:1097:37: note: use function 'llabs' instead 1097 | arrayUpdate(_mT,labs(mmc_unbox_integer(_idx)),tmpMeta8); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ 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= -c -o build/NBPartition.o build/NBPartition.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:821:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 821 | if((_old_size == _new_size)) | ~~~~~~~~~~^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:821:29: note: remove extraneous parentheses around the comparison to silence this warning 821 | if((_old_size == _new_size)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:821:29: note: use '=' to turn this equality comparison into an assignment 821 | if((_old_size == _new_size)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/NBEquation.o build/NBEquation.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:500:28: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 500 | if((_max == _min)) | ~~~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:500:28: note: remove extraneous parentheses around the comparison to silence this warning 500 | if((_max == _min)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Util/NBAdjacency.mo:500:28: note: use '=' to turn this equality comparison into an assignment 500 | if((_max == _min)) | ^~ | = 21 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= -c -o build/NBackendDAE.o build/NBackendDAE.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/XMLDump.o build/XMLDump.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBAlias.mo:930:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 930 | if((_count_fixed == ((modelica_integer) 0))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBAlias.mo:930:20: note: remove extraneous parentheses around the comparison to silence this warning 930 | if((_count_fixed == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Modules/2_Pre/NBAlias.mo:930:20: note: use '=' to turn this equality comparison into an assignment 930 | if((_count_fixed == ((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= -c -o build/VisualXML.o build/VisualXML.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Vectorization.o build/Vectorization.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Uncertainties.o build/Uncertainties.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Tearing.o build/Tearing.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SynchronousFeatures.o build/SynchronousFeatures.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SymbolicJacobian.o build/SymbolicJacobian.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/SymbolicImplicitSolver.o build/SymbolicImplicitSolver.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Sorting.o build/Sorting.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/ResolveLoops.o build/ResolveLoops.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/RemoveSimpleEquations.o build/RemoveSimpleEquations.c 3 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= -c -o build/OnRelaxation.o build/OnRelaxation.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/MathematicaDump.o build/MathematicaDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Matching.o build/Matching.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Initialization.o build/Initialization.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBPartition.mo:221:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 221 | if((_level == ((modelica_integer) 2))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBPartition.mo:221:14: note: remove extraneous parentheses around the comparison to silence this warning 221 | if((_level == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBPartition.mo:221:14: note: use '=' to turn this equality comparison into an assignment 221 | if((_level == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ZeroCrossings.c:825:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 825 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ZeroCrossings.c:825:27: note: remove extraneous parentheses around the comparison to silence this warning 825 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ZeroCrossings.c:825:27: note: use '=' to turn this equality comparison into an assignment 825 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ZeroCrossings.c:894:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 894 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ZeroCrossings.c:894:27: note: remove extraneous parentheses around the comparison to silence this warning 894 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ZeroCrossings.c:894:27: note: use '=' to turn this equality comparison into an assignment 894 | 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= -c -o build/InlineArrayEquations.o build/InlineArrayEquations.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4042:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4042 | if((_level == ((modelica_integer) 0))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4042:22: note: remove extraneous parentheses around the comparison to silence this warning 4042 | if((_level == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4042:22: note: use '=' to turn this equality comparison into an assignment 4042 | if((_level == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4056:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4056 | if((_level == ((modelica_integer) 0))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4056:22: note: remove extraneous parentheses around the comparison to silence this warning 4056 | if((_level == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4056:22: note: use '=' to turn this equality comparison into an assignment 4056 | if((_level == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4067:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4067 | if((_level == ((modelica_integer) 0))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4067:22: note: remove extraneous parentheses around the comparison to silence this warning 4067 | if((_level == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/NBackEnd/Classes/NBEquation.mo:4067:22: note: use '=' to turn this equality comparison into an assignment 4067 | if((_level == ((modelica_integer) 0))) | ^~ | = 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= -c -o build/IndexReduction.o build/IndexReduction.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= -c -o build/HpcOmTaskGraph.o build/HpcOmTaskGraph.c 10 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= -c -o build/HpcOmSchedulerExt.o build/HpcOmSchedulerExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmScheduler.o build/HpcOmScheduler.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmMemory.o build/HpcOmMemory.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HpcOmEqSystems.o build/HpcOmEqSystems.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Vectorization.mo:196:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 196 | if((_pos == ((modelica_integer) -1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Vectorization.mo:196:20: note: remove extraneous parentheses around the comparison to silence this warning 196 | if((_pos == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Vectorization.mo:196:20: note: use '=' to turn this equality comparison into an assignment 196 | if((_pos == ((modelica_integer) -1))) | ^~ | = 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= -c -o build/HpcOmBenchmarkExt.o build/HpcOmBenchmarkExt.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:4783:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4783 | if((_r == ((modelica_integer) 1))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:4783:12: note: remove extraneous parentheses around the comparison to silence this warning 4783 | if((_r == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:4783:12: note: use '=' to turn this equality comparison into an assignment 4783 | if((_r == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:3098:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3098 | if((_ix == ((modelica_integer) 0))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:3098:15: note: remove extraneous parentheses around the comparison to silence this warning 3098 | if((_ix == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:3098:15: note: use '=' to turn this equality comparison into an assignment 3098 | if((_ix == ((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= -c -o build/HpcOmBenchmark.o build/HpcOmBenchmark.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2929:50: 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] 2929 | if((!mmc_unbox_boolean(arrayGet(_vars, labs(mmc_unbox_integer(_varIdx)))))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2929:50: note: use function 'llabs' instead 2929 | if((!mmc_unbox_boolean(arrayGet(_vars, labs(mmc_unbox_integer(_varIdx)))))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:191:46: note: expanded from macro 'mmc_unbox_boolean' 191 | #define mmc_unbox_boolean(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2930:32: 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] 2930 | arrayUpdate(_vars, labs(mmc_unbox_integer(_varIdx)), mmc_mk_boolean(1 /* true */)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2930:32: note: use function 'llabs' instead 2930 | arrayUpdate(_vars, labs(mmc_unbox_integer(_varIdx)), mmc_mk_boolean(1 /* true */)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2931:38: 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] 2931 | arrayUpdate(_varPartMap, labs(mmc_unbox_integer(_varIdx)), mmc_mk_integer(_partIdx)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2931:38: note: use function 'llabs' instead 2931 | arrayUpdate(_varPartMap, labs(mmc_unbox_integer(_varIdx)), mmc_mk_integer(_partIdx)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FindZeroCrossings.o build/FindZeroCrossings.c Data,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2932:46: 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] 2932 | for (tmpMeta10 = arrayGet(_mT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta10); tmpMeta10=MMC_CDR(tmpMeta10)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2932:46: note: use function 'llabs' instead 2932 | for (tmpMeta10 = arrayGet(_mT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta10); tmpMeta10=MMC_CDR(tmpMeta10)) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2933:60: 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] 2933 | if((mmc_unbox_integer(arrayGet(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2933:60: note: use function 'llabs' instead 2933 | if((mmc_unbox_integer(arrayGet(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2934:58: 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] 2934 | tmpMeta11 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListEq); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2934:58: note: use function 'llabs' instead 2934 | tmpMeta11 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListEq); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2935:43: 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] 2935 | arrayUpdate(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2935:43: note: use function 'llabs' instead 2935 | arrayUpdate(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integeC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:4215:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4215 | if((_num == _length)) | ~~~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:4215:16: note: remove extraneous parentheses around the comparison to silence this warning 4215 | if((_num == _length)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:4215:16: note: use '=' to turn this equality comparison into an assignment 4215 | if((_num == _length)) | ^~ | = r(_partIdx)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2938:47: 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] 2938 | for (tmpMeta13 = arrayGet(_rmT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta13); tmpMeta13=MMC_CDR(tmpMeta13)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2938:47: note: use function 'llabs' instead 2938 | for (tmpMeta13 = arrayGet(_rmT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta13); tmpMeta13=MMC_CDR(tmpMeta13)) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2939:55: 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] 2939 | if((mmc_unbox_integer(arrayGet(_rixs, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2939:55: note: use function 'llabs' instead 2939 | if((mmc_unbox_integer(arrayGet(_rixs, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2940:58: 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] 2940 | tmpMeta14 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListRm); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2940:58: note: use function 'llabs' instead 2940 | tmpMeta14 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListRm); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2941:38: 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] 2941 | arrayUpdate(_rixs, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2941:38: note: use function 'llabs' instead 2941 | arrayUpdate(_rixs, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2949:51: 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] 2949 | if((!mmc_unbox_boolean(arrayGet(_rvars, labs(mmc_unbox_integer(_varIdx)))))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2949:51: note: use function 'llabs' instead 2949 | if((!mmc_unbox_boolean(arrayGet(_rvars, labs(mmc_unbox_integer(_varIdx)))))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:191:46: note: expanded from macro 'mmc_unbox_boolean' 191 | #define mmc_unbox_boolean(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #definC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:5625:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5625 | if((_length1 == _length)) | ~~~~~~~~~^~~~~~~~~~ e MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (XC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:5625:22: note: remove extraneous parentheses around the comparison to silence this warning 5625 | if((_length1 == _length)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:5625:22: note: use '=' to turn this equality comparison into an assignment 5625 | if((_length1 == _length)) | ^~ | = )) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2950:33: 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] 2950 | arrayUpdate(_rvars, labs(mmc_unbox_integer(_varIdx)), mmc_mk_boolean(1 /* true */)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2950:33: note: use function 'llabs' instead 2950 | arrayUpdate(_rvars, labs(mmc_unbox_integer(_varIdx)), mmc_mk_boolean(1 /* true */)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2951:46: 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] 2951 | for (tmpMeta22 = arrayGet(_mT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta22); tmpMeta22=MMC_CDR(tmpMeta22)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2951:46: note: use function 'llabs' instead 2951 | for (tmpMeta22 = arrayGet(_mT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta22); tmpMeta22=MMC_CDR(tmpMeta22)) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2952:60: 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] 2952 | if((mmc_unbox_integer(arrayGet(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2952:60: note: use function 'llabs' instead 2952 | if((mmc_unbox_integer(arrayGet(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2953:58: 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] 2953 | tmpMeta23 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListEq); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2953:58: note: use function 'llabs' instead 2953 | tmpMeta23 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListEq); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2954:43: 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] 2954 | arrayUpdate(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2954:43: note: use function 'llabs' instead 2954 | arrayUpdate(_eqPartMap, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2957:47: 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] 2957 | for (tmpMeta25 = arrayGet(_rmT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta25); tmpMeta25=MMC_CDR(tmpMeta25)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2957:47: note: use function 'llabs' instead 2957 | for (tmpMeta25 = arrayGet(_rmT, labs(mmc_unbox_integer(_varIdx))); !listEmpty(tmpMeta25); tmpMeta25=MMC_CDR(tmpMeta25)) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2958:55: 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] 2958 | if((mmc_unbox_integer(arrayGet(_rixs, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2958:55: note: use function 'llabs' instead 2958 | if((mmc_unbox_integer(arrayGet(_rixs, labs(mmc_unbox_integer(_nextEqIdx)))) == ((modelica_integer) 0))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2959:58: 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] 2959 | tmpMeta26 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListRm); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2959:58: note: use function 'llabs' instead 2959 | tmpMeta26 = mmc_mk_cons(mmc_mk_integer(labs(mmc_unbox_integer(_nextEqIdx))), _workListRm); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2960:38: 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] 2960 | arrayUpdate(_rixs, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2960:38: note: use function 'llabs' instead 2960 | arrayUpdate(_rixs, labs(mmc_unbox_integer(_nextEqIdx)), mmc_mk_integer(_partIdx)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3928:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3928 | if((_index == _searchIndex)) | ~~~~~~~^~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3928:18: note: remove extraneous parentheses around the comparison to silence this warning 3928 | if((_index == _searchIndex)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3928:18: note: use '=' to turn this equality comparison into an assignment 3928 | if((_index == _searchIndex)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2856:55: 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] 2856 | if((!(mmc_unbox_integer(arrayGet(_varPartMap, labs(mmc_unbox_integer(_var)))) > ((modelica_integer) 0)))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2856:55: note: use function 'llabs' instead 2856 | if((!(mmc_unbox_integer(arrayGet(_varPartMap, labs(mmc_unbox_integer(_var)))) > ((modelica_integer) 0)))) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2857:36: 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] 2857 | arrayUpdate(_varPartMap, labs(mmc_unbox_integer(_var)), mmc_mk_integer(_partIdx)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2857:36: note: use function 'llabs' instead 2857 | arrayUpdate(_varPartMap, labs(mmc_unbox_integer(_var)), mmc_mk_integer(_partIdx)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2858:43: 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] 2858 | for (tmpMeta2 = arrayGet(_mT, labs(mmc_unbox_integer(_var))); !listEmpty(tmpMeta2); tmpMeta2=MMC_CDR(tmpMeta2)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2858:43: note: use function 'llabs' instead 2858 | for (tmpMeta2 = arrayGet(_mT, labs(mmc_unbox_integer(_var))); !listEmpty(tmpMeta2); tmpMeta2=MMC_CDR(tmpMeta2)) | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2859:79: 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] 2859 | omc_SynchronousFeatures_partitionIndependentBlocks2(threadData, labs(mmc_unbox_integer(_newEq)), _partIdx, _m, _mT, _eqPartMap, _varPartMap); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SynchronousFeatures.mo:2859:79: note: use function 'llabs' instead 2859 | omc_SynchronousFeatures_partitionIndependentBlocks2(threadData, labs(mmc_unbox_integer(_newEq)), _partIdx, _m, _mT, _eqPartMap, _varPartMap); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3779:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3779 | if((_eqnSize == ((modelica_integer) 1))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3779:22: note: remove extraneous parentheses around the comparison to silence this warning 3779 | if((_eqnSize == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3779:22: note: use '=' to turn this equality comparison into an assignment 3779 | if((_eqnSize == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3748:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3748 | if((_eqnSize == ((modelica_integer) 1))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3748:22: note: remove extraneous parentheses around the comparison to silence this warning 3748 | if((_eqnSize == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:3748:22: note: use '=' to turn this equality comparison into an assignment 3748 | if((_eqnSize == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7598:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7598 | if((_count == _outMax)) | ~~~~~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7598:20: note: remove extraneous parentheses around the comparison to silence this warning 7598 | if((_count == _outMax)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7598:20: note: use '=' to turn this equality comparison into an assignment 7598 | if((_count == _outMax)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7755:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7755 | if((_p == _outMax)) | ~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7755:20: note: remove extraneous parentheses around the comparison to silence this warning 7755 | if((_p == _outMax)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7755:20: note: use '=' to turn this equality comparison into an assignment 7755 | if((_p == _outMax)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7805:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7805 | if((_p == _outMax)) | ~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7805:20: note: remove extraneous parentheses around the comparison to silence this warning 7805 | if((_p == _outMax)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:7805:20: note: use '=' to turn this equality comparison into an assignment 7805 | if((_p == _outMax)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:8302:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8302 | if((_size == _num)) | ~~~~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:8302:19: note: remove extraneous parentheses around the comparison to silence this warning 8302 | if((_size == _num)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Tearing.c:8302:19: note: use '=' to turn this equality comparison into an assignment 8302 | if((_size == _num)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/ExpressionSolve.o build/ExpressionSolve.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo:4849:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4849 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo:4849:15: note: remove extraneous parentheses around the comparison to silence this warning 4849 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo:4849:15: note: use '=' to turn this equality comparison into an assignment 4849 | if((_length == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Uncertainties.mo:1814:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1814 | if((_varnumber == _solvedvar)) | ~~~~~~~~~~~^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Uncertainties.mo:1814:22: note: remove extraneous parentheses around the comparison to silence this warning 1814 | if((_varnumber == _solvedvar)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Uncertainties.mo:1814:22: note: use '=' to turn this equality comparison into an assignment 1814 | if((_varnumber == _solvedvar)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Uncertainties.mo:1796:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1796 | if((_eqnumber == _eq)) | ~~~~~~~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Uncertainties.mo:1796:21: note: remove extraneous parentheses around the comparison to silence this warning 1796 | if((_eqnumber == _eq)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Uncertainties.mo:1796:21: note: use '=' to turn this equality comparison into an assignment 1796 | if((_eqnumber == _eq)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/ResolveLoops.mo:1603:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1603 | if((_numCrossVars == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/ResolveLoops.mo:1603:21: note: remove extraneous parentheses around the comparison to silence this warning 1603 | if((_numCrossVars == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/ResolveLoops.mo:1603:21: note: use '=' to turn this equality comparison into an assignment 1603 | if((_numCrossVars == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ResolveLoops.c:6409:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6409 | if((_numCrossVars == ((modelica_integer) 1))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ResolveLoops.c:6409:23: note: remove extraneous parentheses around the comparison to silence this warning 6409 | if((_numCrossVars == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ResolveLoops.c:6409:23: note: use '=' to turn this equality comparison into an assignment 6409 | if((_numCrossVars == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo:4871:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 4871 | if((_count == ((modelica_integer) 1))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo:4871:22: note: remove extraneous parentheses around the comparison to silence this warning 4871 | if((_count == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/RemoveSimpleEquations.mo:4871:22: note: use '=' to turn this equality comparison into an assignment 4871 | if((_count == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/ResolveLoops.mo:337:39: 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] 337 | arrayUpdate(_markLinEqVars, labs(mmc_unbox_integer(_varIdx)), mmc_mk_integer(((modelica_integer) 1))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/ResolveLoops.mo:337:39: note: use function 'llabs' instead 337 | arrayUpdate(_markLinEqVars, labs(mmc_unbox_integer(_varIdx)), mmc_mk_integer(((modelica_integer) 1))); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Matching.mo:6031:41: 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] 6031 | _b = (mmc_unbox_integer(arrayGet(_ass,labs(_i)) /* DAE.ASUB */) < ((modelica_integer) 1)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Matching.mo:6031:41: note: use function 'llabs' instead 6031 | _b = (mmc_unbox_integer(arrayGet(_ass,labs(_i)) /* DAE.ASUB */) < ((modelica_integer) 1)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Matching.mo:6022:41: 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] 6022 | _b = (mmc_unbox_integer(arrayGet(_ass,labs(_i)) /* DAE.ASUB */) > ((modelica_integer) 0)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Matching.mo:6022:41: note: use function 'llabs' instead 6022 | _b = (mmc_unbox_integer(arrayGet(_ass,labs(_i)) /* DAE.ASUB */) > ((modelica_integer) 0)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 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= -c -o build/EvaluateParameter.o build/EvaluateParameter.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:387:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 387 | if((_maxSize == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:387:16: note: remove extraneous parentheses around the comparison to silence this warning 387 | if((_maxSize == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/Tearing.mo:387:16: note: use '=' to turn this equality comparison into an assignment 387 | if((_maxSize == ((modelica_integer) 0))) | ^~ | = 4 warnings generated. 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= -c -o build/EvaluateFunctions.o build/EvaluateFunctions.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DynamicOptimization.o build/DynamicOptimization.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DumpHTML.o build/DumpHTML.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DumpGraphML.o build/DumpGraphML.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6694:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6694 | if((_first == _toFind)) | ~~~~~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6694:18: note: remove extraneous parentheses around the comparison to silence this warning 6694 | if((_first == _toFind)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6694:18: note: use '=' to turn this equality comparison into an assignment 6694 | if((_first == _toFind)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6519:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6519 | if((_iModifiedSystemIdx == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6519:35: note: remove extraneous parentheses around the comparison to silence this warning 6519 | if((_iModifiedSystemIdx == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6519:35: note: use '=' to turn this equality comparison into an assignment 6519 | if((_iModifiedSystemIdx == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6522:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6522 | if((_iModifiedSystemIdx == ((modelica_integer) 1))) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6522:37: note: remove extraneous parentheses around the comparison to silence this warning 6522 | if((_iModifiedSystemIdx == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmScheduler.mo:6522:37: note: use '=' to turn this equality comparison into an assignment 6522 | if((_iModifiedSystemIdx == ((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= -c -o build/Differentiate.o build/Differentiate.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DataReconciliation.o build/DataReconciliation.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:3484:56: 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] 3484 | _v = omc_BackendVariable_getVarAt(threadData, _vars, labs(_i)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:3484:56: note: use function 'llabs' instead 3484 | _v = omc_BackendVariable_getVarAt(threadData, _vars, labs(_i)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:6280:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6280 | if((_eqSys == _eqSysIdx)) | ~~~~~~~^~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:6280:18: note: remove extraneous parentheses around the comparison to silence this warning 6280 | if((_eqSys == _eqSysIdx)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:6280:18: note: use '=' to turn this equality comparison into an assignment 6280 | if((_eqSys == _eqSysIdx)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2791:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2791 | if((_nodeIdx == _varTask)) | ~~~~~~~~~^~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2791:42: note: remove extraneous parentheses around the comparison to silence this warning 2791 | if((_nodeIdx == _varTask)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2791:42: note: use '=' to turn this equality comparison into an assignment 2791 | if((_nodeIdx == _varTask)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo:1843:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1843 | if((_col == _dim)) | ~~~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo:1843:12: note: remove extraneous parentheses around the comparison to silence this warning 1843 | if((_col == _dim)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmEqSystems.mo:1843:12: note: use '=' to turn this equality comparison into an assignment 1843 | if((_col == _dim)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DAEMode.o build/DAEMode.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2501:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2501 | if((_varHead == _varIdx)) | ~~~~~~~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2501:26: note: remove extraneous parentheses around the comparison to silence this warning 2501 | if((_varHead == _varIdx)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2501:26: note: use '=' to turn this equality comparison into an assignment 2501 | if((_varHead == _varIdx)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:2486:10: 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] 2486 | _r = labs(_iR); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:2486:10: note: use function 'llabs' instead 2486 | _r = labs(_iR); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2145:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2145 | if((_dataType == ((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= -c -o build/DAEQuery.o build/DAEQuery.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2145:25: note: remove extraneous parentheses around the comparison to silence this warning 2145 | if((_dataType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2145:25: note: use '=' to turn this equality comparison into an assignment 2145 | if((_dataType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2148:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2148 | if((_dataType == ((modelica_integer) 2))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2148:27: note: remove extraneous parentheses around the comparison to silence this warning 2148 | if((_dataType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2148:27: note: use '=' to turn this equality comparison into an assignment 2148 | if((_dataType == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2151:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2151 | if((_dataType == ((modelica_integer) 3))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2151:29: note: remove extraneous parentheses around the comparison to silence this warning 2151 | if((_dataType == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2151:29: note: use '=' to turn this equality comparison into an assignment 2151 | if((_dataType == ((modelica_integer) 3))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2154:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2154 | if((_dataType == ((modelica_integer) 4))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2154:31: note: remove extraneous parentheses around the comparison to silence this warning 2154 | if((_dataType == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:2154:31: note: use '=' to turn this equality comparison into an assignment 2154 | if((_dataType == ((modelica_integer) 4))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:5255:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5255 | if((_compRes == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:5255:18: note: remove extraneous parentheses around the comparison to silence this warning 5255 | if((_compRes == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:5255:18: note: use '=' to turn this equality comparison into an assignment 5255 | if((_compRes == ((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= -c -o build/CommonSubExpression.o build/CommonSubExpression.c 8 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1263:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1263 | if((_iVarType == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1263:17: note: remove extraneous parentheses around the comparison to silence this warning 1263 | if((_iVarType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1263:17: note: use '=' to turn this equality comparison into an assignment 1263 | if((_iVarType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1266:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1266 | if((_iVarType == ((modelica_integer) 2))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1266:19: note: remove extraneous parentheses around the comparison to silence this warning 1266 | if((_iVarType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1266:19: note: use '=' to turn this equality comparison into an assignment 1266 | if((_iVarType == ((modelica_integer) 2))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Causalize.o build/Causalize.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1217:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1217 | if((_clMapNumBytesFree == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1217:26: note: remove extraneous parentheses around the comparison to silence this warning 1217 | if((_clMapNumBytesFree == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1217:26: note: use '=' to turn this equality comparison into an assignment 1217 | if((_clMapNumBytesFree == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1218:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1218 | if((_varDataType == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1218:22: note: remove extraneous parentheses around the comparison to silence this warning 1218 | if((_varDataType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1218:22: note: use '=' to turn this equality comparison into an assignment 1218 | if((_varDataType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1222:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1222 | if((_varDataType == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1222:24: note: remove extraneous parentheses around the comparison to silence this warning 1222 | if((_varDataType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1222:24: note: use '=' to turn this equality comparison into an assignment 1222 | if((_varDataType == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1232:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1232 | if((_varDataType == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1232:24: note: remove extraneous parentheses around the comparison to silence this warning 1232 | if((_varDataType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1232:24: note: use '=' to turn this equality comparison into an assignment 1232 | if((_varDataType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1235:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1235 | if((_varDataType == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1235:26: note: remove extraneous parentheses around the comparison to silence this warning 1235 | if((_varDataType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1235:26: note: use '=' to turn this equality comparison into an assignment 1235 | if((_varDataType == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1242:24: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1242 | if((_varDataType == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1242:24: note: remove extraneous parentheses around the comparison to silence this warning 1242 | if((_varDataType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1242:24: note: use '=' to turn this equality comparison into an assignment 1242 | C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:1217:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1217 | if((_count == ((modelica_integer) 0))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ if((_varDataType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:1217:16: note: remove extraneous parentheses around the comparison to silence this warning 1217 | if((_count == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:1217:16: note: use '=' to turn this equality comparison into an assignment 1217 | if((_count == ((C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1245:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1245 | if((_varDataType == ((modelica_integer) 2))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1245:26: note: remove extraneous parentheses around the comparison to silence this warning 1245 | if((_varDataType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1245:26: note: use '=' to turn this equality comparison into an assignment 1245 | if((_varDataType == ((modelica_integer) 2))) | ^~ | = modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1081:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1081 | if((_iVarDataType == ((modelica_integer) 1))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1081:21: note: remove extraneous parentheses around the comparison to silence this warning 1081 | if((_iVarDataType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1081:21: note: use '=' to turn this equality comparison into an assignment 1081 | if((_iVarDataType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1084:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1084 | if((_iVarDataType == ((modelica_integer) 2))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1084:23: note: remove extraneous parentheses around the comparison to silence this warning 1084 | if((_iVarDataType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1084:23: note: use '=' to turn this equality comparison into an assignment 1084 | if((_iVarDataType == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1087:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1087 | if((_iVarDataType == ((modelica_integer) 3))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1087:25: note: remove extraneous parentheses around the comparison to silence this warning 1087 | if((_iVarDataType == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1087:25: note: use '=' to turn this equality comparison into an assignment 1087 | if((_iVarDataType == ((modelica_integer) 3))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1053:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1053 | if((_iVarDataType == ((modelica_integer) 1))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1053:21: note: remove extraneous parentheses around the comparison to silence this warning 1053 | if((_iVarDataType == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1053:21: note: use '=' to turn this equality comparison into an assignment 1053 | if((_iVarDataType == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1057:23: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1057 | if((_iVarDataType == ((modelica_integer) 2))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1057:23: note: remove extraneous parentheses around the comparison to silence this warning 1057 | if((_iVarDataType == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1057:23: note: use '=' to turn this equality comparison into an assignment 1057 | if((_iVarDataType == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1061:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1061 | if((_iVarDataType == ((modelica_integer) 3))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1061:25: note: remove extraneous parentheses around the comparison to silence this warning 1061 | if((_iVarDataType == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:1061:25: note: use '=' to turn this equality comparison into an assignment 1061 | if((_iVarDataType == ((modelica_integer) 3))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:954:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 954 | if((_listLen == ((modelica_integer) 1))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:954:16: note: remove extraneous parentheses around the comparison to silence this warning 954 | if((_listLen == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmMemory.mo:954:16: note: use '=' to turn this equality comparison into an assignment 954 | if((_listLen == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:568:21: 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] 568 | arrayUpdate(_arr, labs(_indx), mmc_mk_integer(_mark)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:568:21: note: use function 'llabs' instead 568 | arrayUpdate(_arr, labs(_indx), mmc_mk_integer(_mark)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:166:72: note: expanded from macro 'arrayUpdate' 166 | #define arrayUpdate(X,Y,Z) boxptr_arrayUpdate(threadData,X,mmc_mk_icon(Y),Z) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:559:41: 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] 559 | _b = (mmc_unbox_integer(arrayGet(_arr,labs(_indx)) /* DAE.ASUB */) == _mark); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/IndexReduction.mo:559:41: note: use function 'llabs' instead 559 | _b = (mmc_unbox_integer(arrayGet(_arr,labs(_indx)) /* DAE.ASUB */) == _mark); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:908:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 908 | if((_not_derived == ((modelica_integer) 1))) | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:908:20: note: remove extraneous parentheses around the comparison to silence this warning 908 | if((_not_derived == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/HpcOmTaskGraph.mo:908:20: note: use '=' to turn this equality comparison into an assignment 908 | if((_not_derived == ((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= -c -o build/BinaryTreeInt.o build/BinaryTreeInt.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpHTML.mo:663:11: 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] 663 | _out = (labs(_i1) > labs(_i2)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpHTML.mo:663:11: note: use function 'llabs' instead 663 | _out = (labs(_i1) > labs(_i2)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpHTML.mo:663:23: 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] 663 | _out = (labs(_i1) > labs(_i2)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpHTML.mo:663:23: note: use function 'llabs' instead 663 | _out = (labs(_i1) > labs(_i2)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpGraphML.mo:636:43: 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] 636 | _b = (!(mmc_unbox_integer(arrayGet(_arr,labs(_indx)) /* DAE.ASUB */) == _mark)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpGraphML.mo:636:43: note: use function 'llabs' instead 636 | _b = (!(mmc_unbox_integer(arrayGet(_arr,labs(_indx)) /* DAE.ASUB */) == _mark)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:192:46: note: expanded from macro 'mmc_unbox_integer' 192 | #define mmc_unbox_integer(X) MMC_UNTAGFIXNUM(X) | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:110:51: note: expanded from macro 'MMC_UNTAGFIXNUM' 110 | #define MMC_UNTAGFIXNUM(X) (((mmc_sint_t) (X)) >> 1) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpGraphML.mo:456:11: 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] 456 | _absv = labs(_v); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpGraphML.mo:456:11: note: use function 'llabs' instead 456 | _absv = labs(_v); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpGraphML.mo:418:8: 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] 418 | _v = labs(_V); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DumpGraphML.mo:418:8: note: use function 'llabs' instead 418 | _v = labs(_V); | ^~~~ | llabs 2 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:3218:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 3218 | if((_count == _extraVarLength)) | ~~~~~~~^~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:3218:20: note: remove extraneous parentheses around the comparison to silence this warning 3218 | if((_count == _extraVarLength)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:3218:20: note: use '=' to turn this equality comparison into an assignment 3218 | if((_count == _extraVarLength)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BinaryTree.o build/BinaryTree.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2616:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2616 | if((_varnumber == _solvedvar)) | ~~~~~~~~~~~^~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2616:22: note: remove extraneous parentheses around the comparison to silence this warning 2616 | if((_varnumber == _solvedvar)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2616:22: note: use '=' to turn this equality comparison into an assignment 2616 | if((_varnumber == _solvedvar)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2599:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2599 | if((_eqnumber == _eq)) | ~~~~~~~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2599:21: note: remove extraneous parentheses around the comparison to silence this warning 2599 | if((_eqnumber == _eq)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2599:21: note: use '=' to turn this equality comparison into an assignment 2599 | if((_eqnumber == _eq)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2185:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2185 | if((_eBLTIndex == _index)) | ~~~~~~~~~~~^~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2185:22: note: remove extraneous parentheses around the comparison to silence this warning 2185 | if((_eBLTIndex == _index)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:2185:22: note: use '=' to turn this equality comparison into an assignment 2185 | if((_eBLTIndex == _index)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:1340:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1340 | if((_varIndex == _boundaryConditionVarIndex)) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:1340:21: note: remove extraneous parentheses around the comparison to silence this warning 1340 | if((_varIndex == _boundaryConditionVarIndex)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/DataReconciliation.mo:1340:21: note: use '=' to turn this equality comparison into an assignment 1340 | if((_varIndex == _boundaryConditionVarIndex)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVarTransform.o build/BackendVarTransform.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BackendVariable.o build/BackendVariable.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BackendUtil.o build/BackendUtil.c 3 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= -c -o build/BackendInline.o build/BackendInline.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BackendEquation.o build/BackendEquation.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= -c -o build/BackendDump.o build/BackendDump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/BackendDAETransform.o build/BackendDAETransform.c 3 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= -c -o build/BackendDAEOptimize.o build/BackendDAEOptimize.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= -c -o build/BackendDAEEXT.o build/BackendDAEEXT.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BackendDAECreate.o build/BackendDAECreate.c 3 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= -c -o build/BackendDAEFunc.o build/BackendDAEFunc.c 26 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= -c -o build/AdjacencyMatrix.o build/AdjacencyMatrix.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/Vector.o build/Vector.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -c -o build/UnorderedSet.o build/UnorderedSet.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/UnorderedMap.o build/UnorderedMap.c 22 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= -c -o build/Testsuite.o build/Testsuite.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4561:40: 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] 4561 | _varIdx = mmc_mk_integer(labs(mmc_unbox_integer(_varIdx))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4561:40: note: use function 'llabs' instead 4561 | _varIdx = mmc_mk_integer(labs(mmc_unbox_integer(_varIdx))); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4465:48: 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] 4465 | tmpMeta1 = stringAppenclang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/System.o build/System.c d(_OMC_LIT55,intString(labs(_idx))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4465:48: note: use function 'llabs' instead 4465 | tmpMeta1 = stringAppend(_OMC_LIT55,intString(labs(_idx))); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4457:48: 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] 4457 | tmpMeta1 = stringAppend(_OMC_LIT56,intString(labs(_idx))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4457:48: note: use function 'llabs' instead 4457 | tmpMeta1 = stringAppend(_OMC_LIT56,intString(labs(_idx))); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4446:13: 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] 4446 | _varIdx = labs(_varIdxIn); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDump.mo:4446:13: note: use function 'llabs' instead 4446 | _varIdx = labs(_varIdxIn); | ^~~~ | llabs 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= -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= -c -o build/StringUtil.o build/StringUtil.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/AdjacencyMatrix.mo:256:19: 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] 256 | _iabs = labs(_i); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/AdjacencyMatrix.mo:256:19: note: use function 'llabs' instead 256 | _iabs = labs(_i); | ^~~~ | 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= -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= -c -o build/Settings.o build/Settings.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:398:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 398 | if((_sz == ((modelica_integer) 0))) | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:398:11: note: remove extraneous parentheses around the comparison to silence this warning 398 | if((_sz == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:398:11: note: use '=' to turn this equality comparison into an assignment 398 | if((_sz == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:318:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 318 | if((_index == _sz)) | ~~~~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:318:14: note: remove extraneous parentheses around the comparison to silence this warning 318 | if((_index == _sz)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:318:14: note: use '=' to turn this equality comparison into an assignment 318 | if((_index == _sz)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:149:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 149 | if((_index == ((modelica_integer) 1) + _sz)) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:149:14: note: remove extraneous parentheses around the comparison to silence this warning 149 | if((_index == ((modelica_integer) 1) + _sz)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:149:14: note: use '=' to turn this equality comparison into an assignment 149 | if((_index == ((modelica_integer) 1) + _sz)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:114:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 114 | if((_sz == arrayLength(_data))) | ~~~~^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:114:11: note: remove extraneous parentheses around the comparison to silence this warning 114 | if((_sz == arrayLength(_data))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:114:11: note: use '=' to turn this equality comparison into an assignment 114 | if((_sz == arrayLength(_data))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:85:11: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 85 | if((_sz == arrayLength(_data))) | ~~~~^~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:85:11: note: remove extraneous parentheses around the comparison to silence this warning 85 | if((_sz == arrayLength(_data))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Vector.mo:85:11: note: use '=' to turn this equality comparison into an assignment 85 | if((_sz == arrayLength(_data))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:10071:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 10071 | if((_eqSize == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:10071:21: note: remove extraneous parentheses around the comparison to silence this warning 10071 | if((_eqSize == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:10071:21: note: use '=' to turn this equality comparison into an assignment 10071 | if((_eqSize == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:10079:26: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 10079 | if((_lenVars == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:10079:26: note: remove extraneous parentheses around the comparison to silence this warning 10079 | if((_lenVars == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:10079:26: note: use '=' to turn this equality comparison into an assignment 10079 | if((_lenVars == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6062:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6062 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6062:44: note: remove extraneous parentheses around the comparison to silence this warning 6062 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6062:44: note: use '=' to turn this equality comparison into an assignment 6062 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6070:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6070 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6070:42: note: remove extraneous parentheses around the comparison to silence this warning 6070 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6070:42: note: use '=' to turn this equality comparison into an assignment 6070 | if((_homoto11 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= -c -o build/SemanticVersion.o build/SemanticVersion.c pyLoopBeginning == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6090:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6090 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6090:44: note: remove extraneous parentheses around the comparison to silence this warning 6090 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6090:44: note: use '=' to turn this equality comparison into an assignment 6090 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Util.mo:1310:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1310 | if((_inN == (_q) * (_i))) | ~~~~~^~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6103:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6103 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6103:44: note: remove extraneous parentheses around the comparison to silence this warning 6103 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6103:44: note: use '=' to turn this equality comparison into an assignment 6103 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6116:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6116 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6116:44: note: remove extraneous parentheses around the comparison to silence this warning 6116 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6116:44: note: use '=' to turn this equality comparison into an assignment 6116 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Util.mo:1310:14: note: remove extraneous parentheses around the comparison to silence this warning 1310 | if((_inN == (_q) * (_i))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Util.mo:1310:14: note: use '=' to turn this equality comparison into an assignment 1310 | iC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6129:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6129 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6129:44: note: remove extraneous parentheses around the comparison to silence this warning 6129 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6129:44: note: use '=' to turn this equality comparison into an assignment 6129 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ^~ | = f((_inN == (_q) * (_i))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6142:44: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6142 | if((_homoto5 warnings generated. pyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6142:44: note: remove extraneous parentheses around the comparison to silence this warning clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Print.o build/Print.c 6142 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6142:44: note: use '=' to turn this equality comparison into an assignment 6142 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6150:42: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6150 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6150:42: note: remove extraneous parentheses around the comparison to silence this warning 6150 | if((_homotopyLoopBeginning == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:6150:42: note: use '=' to turn this equality comparison into an assignment 6150 | if((_homotopyLoopBeginning == ((modelica_integer) 05 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= -c -o build/Pointer.o build/Pointer.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= -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= -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= -c -o build/Lapack.o build/Lapack.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17242:19: 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] 17242 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17242:19: note: use function 'llabs' instead 17242 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17323:19: 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] 17323 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17323:19: note: use function 'llabs' instead 17323 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17403:19: 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] 17403 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17403:19: note: use function 'llabs' instead 17403 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17483:19: 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] 17483 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17483:19: note: use function 'llabs' instead 17483 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17563:19: 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] 17563 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17563:19: note: use function 'llabs' instead 17563 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17643:19: 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] 17643 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17643:19: note: use function 'llabs' instead 17643 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17723:19: 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] 17723 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:17723:19: note: use function 'llabs' instead 17723 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Testsuite.mo:85:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 85 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Testsuite.mo:85:18: note: remove extraneous parentheses around the comparison to silence this warning 85 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Testsuite.mo:85:18: note: use '=' to turn this equality comparison into an assignment 85 | if((_i == ((modelica_integer) 4))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/IOStream.o build/IOStream.c 5 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:2915:21: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2915 | if((_size == ((modelica_integer) 1))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:2915:21: note: remove extraneous parentheses around the comparison to silence this warning 2915 | if((_size == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:2915:21: note: use '=' to turn this equality comparison into an assignment 2915 | if((_size == ((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= -c -o build/IOStreamExt.o build/IOStreamExt.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= -c -o build/HashTableStringToProgram.o build/HashTableStringToProgram.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5244:19: 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] 5244 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5244:19: note: use function 'llabs' instead 5244 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5255:19: 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] 5255 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5255:19: note: use function 'llabs' instead 5255 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5266:19: 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] 5266 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5266:19: note: use function 'llabs' instead 5266 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5278:19: 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] 5278 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5278:19: note: use function 'llabs' instead 5278 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5289:19: 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] 5289 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5289:19: note: use function 'llabs' instead 5289 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5300:19: 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] 5300 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5300:19: note: use function 'llabs' instead 5300 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5312:19: 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] 5312 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5312:19: note: use function 'llabs' instead 5312 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5323:19: 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] 5323 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5323:19: note: use function 'llabs' instead 5323 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5335:19: 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] 5335 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5335:19: note: use function 'llabs' instead 5335 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5346:19: 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] 5346 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5346:19: note: use function 'llabs' instead 5346 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5357:19: 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] 5357 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5357:19: note: use function 'llabs' instead 5357 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5369:19: 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] 5369 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5369:19: note: use function 'llabs' instead 5369 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5380:19: 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] 5380 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5380:19: note: use function 'llabs' instead 5380 | _rabs = labs(_r); | ^~~~ | 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= -c -o build/HashTableStringToPath.o build/HashTableStringToPath.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5392:19: 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] 5392 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5392:19: note: use function 'llabs' instead 5392 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5404:19: 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] 5404 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5404:19: note: use function 'llabs' instead 5404 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5415:19: 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] 5415 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5415:19: note: use function 'llabs' instead 5415 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5426:19: 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] 5426 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5426:19: note: use function 'llabs' instead 5426 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5437:19: 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] 5437 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5437:19: note: use function 'llabs' instead 5437 | _rabs = labs(_r); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5485:19: 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] 5485 | _rabs = labs(_r); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:5485:19: note: use function 'llabs' instead 5485 | _rabs = labs(_r); | ^~~~ | 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= -c -o build/HashTableExpToIndex.o build/HashTableExpToIndex.c 1 warning generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StringUtil.mo:123:52: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 123 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StringUtil.mo:123:52: note: remove extraneous parentheses around the comparison to silence this warning 123 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StringUtil.mo:123:52: note: use '=' to turn this equality comparison into an assignment 123 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StringUtil.mo:98:52: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 98 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StringUtil.mo:98:52: note: remove extraneous parentheses around the comparison to silence this warning 98 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StringUtil.mo:98:52: note: use '=' to turn this equality comparison into an assignment 98 | if((stringGetNoBoundsChecking(_inString, _i) == _inChar)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:24125:19: 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] 24125 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:24125:19: note: use function 'llabs' instead 24125 | if (!(!(labs(mmc_unbox_integer(arrayGet(_rowmark,_i) /* DAE.ASUB */)) == _mark))) goto tmp3_end; | ^~~~ | 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= -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= -c -o build/HashTableCrToExpOption.o build/HashTableCrToExpOption.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4775:19: 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] 4775 | _vabs = labs(_v); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4775:19: note: use function 'llabs' instead 4775 | _vabs = labs(_v); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StackOverflow.mo:63:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 63 | if((_n == ((modelica_integer) 3))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StackOverflow.mo:63:10: note: remove extraneous parentheses around the comparison to silence this warning 63 | if((_n == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StackOverflow.mo:63:10: note: use '=' to turn this equality comparison into an assignment 63 | if((_n == ((modelica_integer) 3))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StackOverflow.mo:69:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 69 | if((_n == ((modelica_integer) 3))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StackOverflow.mo:69:12: note: remove extraneous parentheses around the comparison to silence this warning 69 | if((_n == ((modelica_integer) 3))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/StackOverflow.mo:69:12: note: use '=' to turn this equality comparison into an assignment 69 | if((_n == ((modelica_integer) 3))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:1805:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1805 | if((_jacEntries == ((modelica_integer) -1))) | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:1805:27: note: remove extraneous parentheses around the comparison to silence this warning 1805 | if((_jacEntries == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:1805:27: note: use '=' to turn this equality comparison into an assignment 1805 | if((_jacEntries == ((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= -c -o build/HashTableCrIListArray.o build/HashTableCrIListArray.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4146:19: 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] 4146 | _kabs = labs(_k); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4146:19: note: use function 'llabs' instead 4146 | _kabs = labs(_k); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4107:19: 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] 4107 | _kabs = labs(_k); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4107:19: note: use function 'llabs' instead 4107 | _kabs = labs(_k); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:27881:83: 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] 27881 | if (!((!(_index > _n)) && omc_BackendEquation_has(threadData, _daeeqns, labs(_index)))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:27881:83: note: use function 'llabs' instead 27881 | if (!((!(_index > _n)) && omc_Backen2 warnings generated. dEquation_has(threadData, _daeeqns, labs(_index)))) goto tmp3_end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4045:19: 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] 4045 | _abse = labs(_index); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4045:19: note: use function 'llabs' instead 4045 | _abse = labs(_index); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4065:19: 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] 4065 | _abse = labs(_index); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:4065:19: note: use function 'llabs' instead 4065 | _abse = labs(_index); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:28129:62: 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] 28129 | if (!omc_BackendEquation_has(threadData, _daeeqns, labs(_e))) goto tmp3_end; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/BackendDAEUtil.c:28129:62: note: use function 'llabs' instead 28129 | if (!omc_BackendEquation_has(threadData, _daeeqns, labs(_e))) goto tmp3clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTableCrILst.o build/HashTableCrILst.c _end; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:3977:19: 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] 3977 | _abse = labs(_e); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:3977:19: note: use function 'llabs' instead 3977 | _abse = labs(_e); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:3994:19: 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] 3994 | _abse = labs(_e); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:3994:19: note: use function 'llabs' instead 3994 | _abse = labs(_e); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:3857:19: 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] 3857 | _abse = labs(_e); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:3857:19: note: use function 'llabs' instead 3857 | _abse = labs(_e); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:991:27: 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] 991 | _vareqns = arrayGet(_mT,labs(_v)) /* DAE.ASUB */; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:991:27: note: use function 'llabs' instead 991 | _vareqns = arrayGet(_mT,labs(_v)) /* DAE.ASUB */; | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_builtin.h:131:51: note: expanded from macro 'arrayGet' 131 | #define arrayGet(X,Y) nobox_arrayGet(threadData,X,Y) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:993:66: 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] 993 | _outVarEqns = omc_List_removeOnTrue(threadData, mmc_mk_integer(labs(_pos)), boxvar_intEq, _vareqns1); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:993:66: note: use function 'llabs' instead 993 | _outVarEqns = omc_List_removeOnTrue(threadData, mmc_mk_integer(labs(_pos)), boxvar_intEq, _vareqns1); | ^~~~ | 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= -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= -c -o build/HashTableCG.o build/HashTableCG.c 2 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:526:66: 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] clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashTable5.o build/HashTable5.c 526 | _var = omc_BackendVariable_getVarAt(threadData, _vars, labs(_i)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:526:66: note: use function 'llabs' instead 526 | _var = omc_BackendVariable_getVarAt(threadData, _vars, labs(_i)); | ^~~~ | llabs C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:545:66: 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] 545 | _var = omc_BackendVariable_getVarAt(threadData, _vars, labs(_i)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEOptimize.mo:545:66: note: use function 'llabs' instead 545 | _var = omc_BackendVariable_getVarAt(threadData, _vars, labs(_i)); | ^~~~ | 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= -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= -c -o build/HashTable2.o build/HashTable2.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetString.o build/HashSetString.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:7577:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 7577 | if((_i == _idx)) | ~~~^~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:7577:12: note: remove extraneous parentheses around the comparison to silence this warning 7577 | if((_i == _idx)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:7577:12: note: use '=' to turn this equality comparison into an assignment 7577 | if((_i == _idx)) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/HashSetExp.o build/HashSetExp.c 1 warning generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:2576:29: 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] 2576 | _v = mmc_mk_integer(labs(mmc_unbox_integer(_v))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:2576:29: note: use function 'llabs' instead 2576 | _v = mmc_mk_integer(labs(mmc_unbox_integer(_v))); | ^~~~ | 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= -c -o build/HashSet.o build/HashSet.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:2383:64: 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] 2383 | _outLst = omc_AvlSetInt_add(threadData, _outLst, labs(mmc_unbox_integer(_key))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/BackEnd/BackendDAEUtil.mo:2383:64: note: use function 'llabs' instead 2383 | _outLst = omc_AvlSetInt_add(threadData, _outLst, labs(mmc_unbox_integer(_key))); | ^~~~ | 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= -c -o build/Graph.o build/Graph.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= -c -o build/Gettext.o build/Gettext.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/GCExt.o build/GCExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/Flags.o build/Flags.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:1513:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1513 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:1513:15: note: remove extraneous parentheses around the comparison to silence this warning 1513 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:1513:15: note: use '=' to turn this equality comparison into an assignment 1513 | if((_length == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:1464:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1464 | if((_inParts == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:1464:16: note: remove extraneous parentheses around the comparison to silence this warning 1464 | if((_inParts == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:1464:16: note: use '=' to turn this equality comparison into an assignment 1464 | if((_inParts == ((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= -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= -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= -c -o build/Error.o build/Error.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:192:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 192 | if((_inStep == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:192:15: note: remove extraneous parentheses around the comparison to silence this warning 192 | if((_inStep == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/List.mo:192:15: note: use '=' to turn this equality comparison into an assignment 192 | 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= -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= -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= -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= -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= -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= -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= -c -o build/ClockIndexes.o build/ClockIndexes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -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= -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= -c -o build/AvlTreeCRToInt.o build/AvlTreeCRToInt.c 3 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= -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= -c -o build/AvlSetString.o build/AvlSetString.c 3 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= -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= -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= -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= -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= -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= -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= -c -o build/TplParser.o build/TplParser.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:196:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 196 | if((_lstLength == ((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= -c -o build/Tpl.o build/Tpl.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:196:18: note: remove extraneous parentheses around the comparison to silence this warning 196 | if((_lstLength == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:196:18: note: use '=' to turn this equality comparison into an assignment 196 | if((_lstLength == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:202:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 202 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:202:15: note: remove extraneous parentheses around the comparison to silence this warning 202 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:202:15: note: use '=' to turn this equality comparison into an assignment 202 | if((_length == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:176:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 176 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:176:15: note: remove extraneous parentheses around the comparison to silence this warning 176 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:176:15: note: use '=' to turn this equality comparison into an assignment 176 | if((_length == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:148:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 148 | if((_lstLength == ((modelica_integer) 0))) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:148:18: note: remove extraneous parentheses around the comparison to silence this warning 148 | if((_lstLength == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:148:18: note: use '=' to turn this equality comparison into an assignment 148 | if((_lstLength == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:161:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 161 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:161:15: note: remove extraneous parentheses around the comparison to silence this warning 161 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:161:15: note: use '=' to turn this equality comparison into an assignment 161 | if((_length == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:129:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 129 | if((_length == ((modelica_integer) 0))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:129:15: note: remove extraneous parentheses around the comparison to silence this warning 129 | if((_length == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:129:15: note: use '=' to turn this equality comparison into an assignment 129 | if((_length == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:105:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 105 | if((_length == ((modelica_integer) 1))) | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:105:15: note: remove extraneous parentheses around the comparison to silence this warning 105 | if((_length == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/DoubleEnded.mo:105:15: note: use '=' to turn this equality comparison into an assignment 105 | if((_length == ((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= -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= -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= -c -o build/TplAbsyn.o build/TplAbsyn.c 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= -c -o build/SCodeDumpTpl.o build/SCodeDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/ExpressionDumpTpl.o build/ExpressionDumpTpl.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/DAEDumpTpl.o build/DAEDumpTpl.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1883:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1883 | if((_v == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flagData), 2)))))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1883:22: note: remove extraneous parentheses around the comparison to silence this warning 1883 | if((_v == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flagData), 2)))))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1883:22: note: use '=' to turn this equality comparison into an assignment 1883 | if((_v == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flagData), 2)))))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1762:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1762 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1762:10: note: remove extraneous parentheses around the comparison to silence this warning 1762 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1762:10: note: use '=' to turn this equality comparison into an assignment 1762 | if((_i == ((modelica_integer) 4))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1747:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1747 | if((_i == ((modelica_integer) 4))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1747:10: note: remove extraneous parentheses around the comparison to silence this warning 1747 | if((_i == ((modelica_integer) 4))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1747:10: note: use '=' to turn this equality comparison into an assignment 1747 | if((_i == ((modelica_integer) 4))) | ^~ | = clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/CodegenUtil.o build/CodegenUtil.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1704:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1704 | if((_i == mmc_unbox_integC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~e r((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1704:22: note: remove extraneous parentheses around the comparison to silence this warning 1704 | i1f)(()) | ~ ^ ~ _i == mmc_unboC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = x_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:1704:22: note: use '=' to turn this equality comparison into an assignment 1704 | if((_i == mmc_unbox_integer((MMC_FETCH(MMC_OFFSET(MMC_UNTAGPTR(_flag), 2)))))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeStringString.c:142:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 142 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeStringString.c:142:27: note: remove extraneous parentheses around the comparison to silence this warning 142 | 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= -c -o build/CodegenCFunctions.o build/CodegenCFunctions.c )) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeStringString.c:142:27: note: use '=' to turn this equality comparison into an assignment 142 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeStringString.c:211:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 211 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeStringString.c:211:27: note: remove extraneous parentheses around the comparison to silence this warning 211 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeStringString.c:211:27: note: use '=' to turn this equality comparison into an assignment 211 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeCRToInt.c:142:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 142 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeCRToInt.c:142:27: note: remove extraneous parentheses around the comparison to silence this warning 142 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeCRToInt.c:142:27: note: use '=' to turn this equality comparison into an assignment 142 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeCRToInt.c:211:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 211 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeCRToInt.c:211:27: note: remove extraneous parentheses around the comparison to silence this warning 211 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlTreeCRToInt.c:211:27: note: use '=' to turn this equality comparison into an assignment 211 | if((_key_comp == ((modelica_integer) 1))) | ^~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 105 | if((| = _key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: remove extraneous parentheses around the comparison to silence this warning 105 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: use '=' to turn this equality comparison into an assignment 105 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetString.c:130:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 130 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetString.c:130:27: note: remove extraneous parentheses around the comparison to silence this warning 130 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetString.c:130:27: note: use '=' to turn this equality comparison into an assignment 130 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetString.c:176:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 176 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetString.c:176:27: note: remove extraneous parentheses around the comparison to silence this warning 176 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetString.c:176:27: note: use '=' to turn this equality comparison into an assignment 176 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:668:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 668 | if((_len == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:668:14: note: remove extraneous parentheses around the comparison to silence this warning 668 | if((_len == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:668:14: note: use '=' to turn this equality comparison into an assignment 668 | if((_len == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:677:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 677 | if((_len == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:677:16: note: remove extraneous parentheses around the comparison to silence this warning 677 | if((_len == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/FlagsUtil.mo:677:16: note: use '=' to turn this equality comparison into an assignment 677 | if((_len == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FlagsUtil.c:12798:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12798 | if((_len == ((modelica_integer) 2))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FlagsUtil.c:12798:18: note: remove extraneous parentheses around the comparison to silence this warning 12798 | if((_len == ((modelica_integer) 2))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FlagsUtil.c:12798:18: note: use '=' to turn this equality comparison into an assignment 12798 | if((_len == ((modelica_integer) 2))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 105 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: remove extraneous parentheses around the comparison to silence this warning 105 | if((_key_comp == ((modelica_iC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 105 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: remove extraneous parentheses around the comparison to silence this warning 105 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: use '=' to turn this equality comparison into an assignment 105 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = nteger) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:105:25: note: use '=' to turn this equality comparison into an assignment 105 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetPath.c:133:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetPath.c:133:27: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetPath.c:133:27: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetPath.c:179:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 179 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetPath.c:179:27: note: remove extraneous parentheses around the comparison to silence this warning 179 | if((_key_comp == ((modelica_iC:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetCR.c:130:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 130 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetCR.c:130:27: note: remove extraneous parentheses around the comparison to silence this warning 130 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetCR.c:130:27: note: use '=' to turn this equality comparison into an assignment 130 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = nteger) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetPath.c:179:27: note: use '=' to turn this equality comparison into an assignment 179 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 119 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: remove extraneous parentheses around the comparison to silence this warning 119 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlSet.interface.mo:119:25: note: use '=' to turn this equality comparison into an assignment 119 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetCR.c:176:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 176 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetCR.c:176:27: note: remove extraneous parentheses around the comparison to silence this warning 176 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/AvlSetCR.c:176:27: note: use '=' to turn this equality comparison into an assignment 176 | 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= -c -o build/AbsynDumpTpl.o build/AbsynDumpTpl.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:1222:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1222 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:1222:12: note: remove extraneous parentheses around the comparison to silence this warning 1222 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:1222:12: note: use '=' to turn this equality comparison into an assignment 1222 | if((_len == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:734:13: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 734 | if((_len1 == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:734:13: note: remove extraneous parentheses around the comparison to silence this warning 734 | if((_len1 == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:734:13: note: use '=' to turn this equality comparison into an assignment 734 | if((_len1 == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Array.c:1632:15: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1632 | if((_len2 == ((modelica_integer) 0))) | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ 4 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Array.c:1632:15: note: remove extraneous parentheses around the comparison to silence this warning 1632 | if((_len2 == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Array.c:1632:15: note: use '=' to turn this equality comparison into an assignment 1632 | if((_len2 == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Array.c:1688:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1688 | if((_arr_len == ((modelica_integer) 0))) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Array.c:1688:18: note: remove extraneous parentheses around the comparison to silence this warning 1688 | if((_arr_len == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/Array.c:1688:18: note: use '=' to turn this equality comparison into an assignment 1688 | if((_arr_len == ((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= -c -o build/InteractiveUtil.o build/InteractiveUtil.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:314:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 314 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:314:12: note: remove extraneous parentheses around the comparison to silence this warning 314 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:314:12: note: use '=' to turn this equality comparison into an assignment 314 | if((_len == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:272:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 272 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:272:12: note: remove extraneous parentheses around the comparison to silence this warning 272 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:272:12: note: use '=' to turn this equality comparison into an assignment 272 | if((_len == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:237:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 237 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:237:12: note: remove extraneous parentheses around the comparison to silence this warning 237 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:237:12: note: use '=' to turn this equality comparison into an assignment 237 | if((_len == ((modelica_integer) 0))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:204:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 204 | if((_len == ((modelica_integer) 0))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:204:12: note: remove extraneous parentheses around the comparison to silence this warning 204 | if((_len == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Util/Array.mo:204:12: note: use '=' to turn this equality comparison into an assignment 204 | if((_len == ((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= -c -o build/SymbolTable.o build/SymbolTable.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= -c -o build/StaticScript.o build/StaticScript.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Interactive.o build/Interactive.c 4 warnings generated. 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= -c -o build/GlobalScriptUtil.o build/GlobalScriptUtil.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= -c -o build/GlobalScriptDump.o build/GlobalScriptDump.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= -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= -c -o build/CevalScript.o build/CevalScript.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Main/Main.mo:506:16: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 506 | 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= -c -o build/SimCodeVar.o build/SimCodeVar.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Main/Main.mo:506:16: note: remove extraneous parentheses around the comparison to silence this warning 506 | if((_shandle == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Main/Main.mo:506:16: note: use '=' to turn this equality comparison into an assignment 506 | 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= -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= -c -o build/SimCodeFunction.o build/SimCodeFunction.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= -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= -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= -c -o build/FVisit.o build/FVisit.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Template/TplParser.mo:781:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 781 | if((_i == ((modelica_integer) 13))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Template/TplParser.mo:781:18: note: remove extraneous parentheses around the comparison to silence this warning 781 | if((_i == ((modelica_integer) 13))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Template/TplParser.mo:781:18: note: use '=' to turn this equality comparison into an assignment 781 | if((_i == ((modelica_integer) 13))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/TplParser.c:22838:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 22838 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/TplParser.c:22838:27: note: remove extraneous parentheses around the comparison to silence this warning 22838 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/TplParser.c:22838:27: note: use '=' to turn this equality comparison into an assignment 22838 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/TplParser.c:22907:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 22907 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/TplParser.c:22907:27: note: remove extraneous parentheses around the comparison to silence this warning 22907 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/TplParser.c:22907:27: note: use '=' to turn this equality comparison into an assignment 22907 | 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= -c -o build/FTraverse.o build/FTraverse.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= -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= -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= -c -o build/FMod.o build/FMod.c 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= -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= -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= -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= -c -o build/FGraph.o build/FGraph.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/InteractiveUtil.mo:5219:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5219 | if((_index == ((modelica_integer) -1))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/InteractiveUtil.mo:5219:34: note: remove extraneous parentheses around the comparison to silence this warning 5219 | if((_index == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/InteractiveUtil.mo:5219:34: note: use '=' to turn this equality comparison into an assignment 5219 | if((_index == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/InteractiveUtil.mo:5247:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5247 | if((_index == ((clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/FExpand.o build/FExpand.c modelica_integer) -1))) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/InteractiveUtil.mo:5247:34: note: remove extraneous parentheses around the comparison to silence this warning 5247 | if((_index == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/Script/InteractiveUtil.mo:5247:34: note: use '=' to turn this equality comparison into an assignment 5247 | if((_index == ((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= -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= -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= -c -o build/ValuesUtil.o build/ValuesUtil.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -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= -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= -c -o build/StateMachineFlatten.o build/StateMachineFlatten.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= -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= -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= -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= -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= -c -o build/SCode.o build/SCode.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FCore.c:1285:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1285 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FCore.c:1285:27: note: remove extraneous parentheses around the comparison to silence this warning 1285 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FCore.c:1285:27: note: use '=' to turn this equality comparison into an assignment 1285 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FCore.c:1354:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1354 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FCore.c:1354:27: note: remove extraneous parentheses around the comparison to silence this warning 1354 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/FCore.c:1354:27: note: use '=' to turn this equality comparison into an assignment 1354 | 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= -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= -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= -c -o build/ParserExt.o build/ParserExt.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Parser.o build/Parser.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/OperatorOverloading.o build/OperatorOverloading.c 14 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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -c -o build/Inst.o build/Inst.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/InnerOuter.o build/InnerOuter.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -c -o build/Graphviz.o build/Graphviz.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:5291:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5291 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:5291:27: note: remove extraneous parentheses around the comparison to silence this warning 5291 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:5291:27: note: use '=' to turn this equality comparison into an assignment 5291 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:5360:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 5360 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:5360:27: note: remove extraneous parentheses around the comparison to silence this warning 5360 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:5360:27: note: use '=' to turn this equality comparison into an assignment 5360 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:8123:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8123 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:8123:27: note: remove extraneous parentheses around the comparison to silence this warning 8123 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:8123:27: note: use '=' to turn this equality comparison into an assignment 8123 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:8192:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8192 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:8192:27: note: remove extraneous parentheses around the comparison to silence this warning 8192 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/OperatorOverloading.c:8192:27: note: use '=' to turn this equality comparison into an assignment 8192 | 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= -c -o build/ExpressionSimplifyTypes.o build/ExpressionSimplifyTypes.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -c -o build/ExpressionDump.o build/ExpressionDump.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/InstUtil.mo:8608:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8608 | if((_inN == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/InstUtil.mo:8608:20: note: remove extraneous parentheses around the comparison to silence this warning 8608 | if((_inN == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/InstUtil.mo:8608:20: note: use '=' to turn this equality comparison into an assignment 8608 | if((_inN == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/InstUtil.mo:8356:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 8356 | if((_N == ((modelica_integer) -1))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/InstUtil.mo:8356:18: note: remove extraneous parentheses around the comparison to silence this warning 8356 | if((_N == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/InstUtil.mo:8356:18: note: use '=' to turn this equality comparison into an assignment 8356 | 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= -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= -c -o build/Dump.o build/Dump.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -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= -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= -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= -c -o build/ConnectUtil.o build/ConnectUtil.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= -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= -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= -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= -c -o build/ClassInf.o build/ClassInf.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= -c -o build/Ceval.o build/Ceval.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Expression.mo:12485:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 12485 | if((_r == ((modelica_integer) 0))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Expression.mo:12485:14: note: remove extraneous parentheses around the comparison to silence this warning 12485 | if((_r == ((modelica_integer) 0))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Expression.mo:12485:14: note: use '=' to turn this equality comparison into an assignment 12485 | if((_r == ((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= -c -o build/CevalFunction.o build/CevalFunction.c 41 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= -c -o build/Builtin.o build/Builtin.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/BackendInterface.o build/BackendInterface.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/Algorithm.o build/Algorithm.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 133 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: remove extraneous parentheses around the comparison to silence this warning 133 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:133:25: note: use '=' to turn this equality comparison into an assignment 133 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/DAE.c:151:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 151 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/DAE.c:151:27: note: remove extraneous parentheses around the comparison to silence this warning clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/AbsynUtil.o build/AbsynUtil.c 151 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/DAE.c:151:27: note: use '=' to turn this equality comparison into an assignment 151 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 153 | if((_key_comp == ((modelica_integer) -1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: remove extraneous parentheses around the comparison to silence this warning 153 | if((_key_comp == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/BaseAvlTree.interface.mo:153:25: note: use '=' to turn this equality comparison into an assignment 153 | if((_key_comp == ((modelica_integer) -1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/DAE.c:220:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 220 | if((_key_comp == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/DAE.c:220:27: note: remove extraneous parentheses around the comparison to silence this warning 220 | if((_key_comp == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/DAE.c:220:27: note: use '=' to turn this equality comparison into an assignment 220 | if((_key_comp == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1933:16: 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] 1933 | _i = labs(_i); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1933:16: note: use function 'llabs' instead 1933 | _i = labs(_i); | ^~~~ | 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= -c -o build/AbsynToSCode.o build/AbsynToSCode.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1777:12: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1777 | if((_dim == ((modelica_integer) 1))) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1777:12: note: remove extraneous parentheses around the comparison to silence this warning 1777 | if((_dim == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1777:12: note: use '=' to turn this equality comparison into an assignment 1777 | if((_dim == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1187:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1187 | if((_i1 == _i2)) | ~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1187:19: note: remove extraneous parentheses around the comparison to silence this warning 1187 | if((_i1 == _i2)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1187:19: note: use '=' to turn this equality comparison into an assignment 1187 | if((_i1 == _i2)) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1206:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1206 | if((_i1 == _i2)) | ~~~~^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1206:19: note: remove extraneous parentheses around the comparison to silence this warning 1206 | if((_i1 == _i2)) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ExpressionSimplify.mo:1206:19: note: use '=' to turn this equality comparison into an assignment 1206 | 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= -c -o build/Absyn.o build/Absyn.c clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/File.o build/File.c 4 warnings generated. 8 warnings generated. C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ConnectUtil.mo:2551:17: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2551 | if((_flow_dir == ((modelica_integer) 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ConnectUtil.mo:2551:17: note: remove extraneous parentheses around the comparison to silence this warning 2551 | if((_flow_dir == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/ConnectUtil.mo:2551:17: note: use '=' to turn this equality comparison into an assignment 2551 | if((_flow_dir == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ConnectUtil.c:2986:19: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2986 | if((_flow_dir == ((modelica_integer) -clang -g -O2 -DUCRT64 -DUCRT64 -DOM_HAVE_PTHREADS -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -I../Util/ -DADD_METARECORD_DEFINITIONS= -c -o build/RuntimeSources_records.o build/RuntimeSources_records.c 1))) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ConnectUtil.c:2986:19: note: remove extraneous parentheses around the comparison to silence this warning 2986 | if((_flow_dir == ((modelica_integer) -1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot/build/tmp/ConnectUtil.c:2986:19: note: use '=' to turn this equality comparison into an assignment 2986 | 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= -c -o build/Unzip_records.o build/Unzip_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= -c -o build/TaskGraphResults_records.o build/TaskGraphResults_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= -c -o build/SimulationResults_records.o build/SimulationResults_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= -c -o build/SBSet_records.o build/SBSet_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= -c -o build/SBPWLinearMap_records.o build/SBPWLinearMap_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= -c -o build/SBPWAtomicLinearMap_records.o build/SBPWAtomicLinearMap_records.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/AbsynUtil.mo:6132:31: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 6132 | if((_arg_path_len == omc_AbsynUtil_pathPartCount(threadData, _path, ((modelica_integer) 0)))) | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/AbsynUtil.mo:6132:31: note: remove extraneous parentheses around the comparison to silence this warning 6132 | if((_arg_path_len == omc_AbsynUtil_pathPartCount(threadData, _path, ((modelica_integer) 0)))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/AbsynUtil.mo:6132:31: note: use '=' to turn this equality comparison into an assignment 6132 | if((_arg_path_len == omc_AbsynUtil_pathPartCount(threadData, _path, ((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= -c -o build/SBMultiInterval_records.o build/SBMultiInterval_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= -c -o build/SBLinearMap_records.o build/SBLinearMap_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= -c -o build/SBInterval_records.o build/SBInterval_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= -c -o build/SBGraph_records.o build/SBGraph_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= -c -o build/SBFunctions_records.o build/SBFunctions_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= -c -o build/SBAtomicSet_records.o build/SBAtomicSet_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= -c -o build/PriorityQueue_records.o build/PriorityQueue_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= -c -o build/OMSimulatorExt_records.o build/OMSimulatorExt_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= -c -o build/HashTableSM1_records.o build/HashTableSM1_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= -c -o build/HashTableSimCodeEqCache_records.o build/HashTableSimCodeEqCache_records.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Expression.mo:737:17: 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] 737 | _i2 = labs(_i); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Expression.mo:737:17: note: use function 'llabs' instead 737 | _i2 = labs(_i); | ^~~~ | 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= -c -o build/HashTableCrToCrEqLst_records.o build/HashTableCrToCrEqLst_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= -c -o build/HashTableCrToExpSourceTpl_records.o build/HashTableCrToExpSourceTpl_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= -c -o build/HashTableCrIntToExp_records.o build/HashTableCrIntToExp_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= -c -o build/HashTableExpToExp_records.o build/HashTableExpToExp_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= -c -o build/HashTableCrToExp_records.o build/HashTableCrToExp_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= -c -o build/JSONExt_records.o build/JSONExt_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= -c -o build/GraphML_records.o build/GraphML_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= -c -o build/FMIExt_records.o build/FMIExt_records.c C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/AbsynUtil.mo:1516:10: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 1516 | if((_n == ((modelica_integer) 1))) | ~~~^~~~~~~~~~~~~~~~~~~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/AbsynUtil.mo:1516:10: note: remove extraneous parentheses around the comparison to silence this warning 1516 | if((_n == ((modelica_integer) 1))) | ~ ^ ~ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/AbsynUtil.mo:1516:10: note: use '=' to turn this equality comparison into an assignment 1516 | if((_n == ((modelica_integer) 1))) | ^~ | = C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Ceval.mo:1546:17: 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] 1546 | _iv = labs(_iv); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/FrontEnd/Ceval.mo:1546:17: note: use function 'llabs' instead 1546 | _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= -c -o build/FMI_records.o build/FMI_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= -c -o build/FFI_records.o build/FFI_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= -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= -c -o build/DisjointSets_records.o build/DisjointSets_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= -c -o build/DiffAlgorithm_records.o build/DiffAlgorithm_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= -c -o build/Curl_records.o build/Curl_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= -c -o build/AvlSetInt_records.o build/AvlSetInt_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= -c -o build/AvlTreeString_records.o build/AvlTreeString_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= -c -o build/AvlTree_records.o build/AvlTree_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= -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= -c -o build/VisualXMLTpl_records.o build/VisualXMLTpl_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= -c -o build/SimCodeDump_records.o build/SimCodeDump_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= -c -o build/NFInstDumpTpl_records.o build/NFInstDumpTpl_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= -c -o build/GraphMLDumpTpl_records.o build/GraphMLDumpTpl_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= -c -o build/GraphvizDump_records.o build/GraphvizDump_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= -c -o build/CodegenXML_records.o build/CodegenXML_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= -c -o build/CodegenUtilSimulation_records.o build/CodegenUtilSimulation_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= -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= -c -o build/CodegenJS_records.o build/CodegenJS_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= -c -o build/CodegenFMUCppHpcom_records.o build/CodegenFMUCppHpcom_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= -c -o build/CodegenFMUCppHpcomOMSI_records.o build/CodegenFMUCppHpcomOMSI_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= -c -o build/CodegenOMSICpp_records.o build/CodegenOMSICpp_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= -c -o build/CodegenOMSIC_Equations_records.o build/CodegenOMSIC_Equations_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= -c -o build/CodegenOMSIC_records.o build/CodegenOMSIC_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= -c -o build/CodegenOMSI_common_records.o build/CodegenOMSI_common_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= -c -o build/CodegenFMUCpp_records.o build/CodegenFMUCpp_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= -c -o build/CodegenFMUCppOMSI_records.o build/CodegenFMUCppOMSI_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= -c -o build/CodegenFMUCommon_records.o build/CodegenFMUCommon_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= -c -o build/CodegenFMU2_records.o build/CodegenFMU2_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= -c -o build/CodegenFMU1_records.o build/CodegenFMU1_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= -c -o build/CodegenFMU_records.o build/CodegenFMU_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= -c -o build/CodegenCppInit_records.o build/CodegenCppInit_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= -c -o build/CodegenCppHpcom_records.o build/CodegenCppHpcom_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= -c -o build/CodegenCppHpcomOMSI_records.o build/CodegenCppHpcomOMSI_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= -c -o build/CodegenCpp_records.o build/CodegenCpp_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= -c -o build/CodegenCppOMSI_records.o build/CodegenCppOMSI_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= -c -o build/CodegenCppCommon_records.o build/CodegenCppCommon_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= -c -o build/CodegenEmbeddedC_records.o build/CodegenEmbeddedC_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= -c -o build/CodegenC_records.o build/CodegenC_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= -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= -c -o build/AbsynToJulia_records.o build/AbsynToJulia_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= -c -o build/ReduceDAE_records.o build/ReduceDAE_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= -c -o build/SimCodeUtil_records.o build/SimCodeUtil_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= -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= -c -o build/SimCode_records.o build/SimCode_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= -c -o build/SerializeTaskSystemInfo_records.o build/SerializeTaskSystemInfo_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= -c -o build/SerializeSparsityPattern_records.o build/SerializeSparsityPattern_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= -c -o build/SerializeModelInfo_records.o build/SerializeModelInfo_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= -c -o build/SerializeInitXML_records.o build/SerializeInitXML_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= -c -o build/HpcOmSimCodeMain_records.o build/HpcOmSimCodeMain_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= -c -o build/TotalModelDebug_records.o build/TotalModelDebug_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= -c -o build/Obfuscate_records.o build/Obfuscate_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= -c -o build/Conversion_records.o build/Conversion_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= -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= -c -o build/MMToJuliaKeywords_records.o build/MMToJuliaKeywords_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= -c -o build/MMToJuliaUtil_records.o build/MMToJuliaUtil_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= -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= -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= -c -o build/OpenModelicaScriptingAPI_records.o build/OpenModelicaScriptingAPI_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= -c -o build/Binding_records.o build/Binding_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= -c -o build/BlockCallRewrite_records.o build/BlockCallRewrite_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= -c -o build/Figaro_records.o build/Figaro_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= -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= -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= -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= -c -o build/SimpleModelicaParser_records.o build/SimpleModelicaParser_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= -c -o build/JSON_records.o build/JSON_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= -c -o build/LexerModelicaDiff_records.o build/LexerModelicaDiff_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= -c -o build/LexerJSON_records.o build/LexerJSON_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= -c -o build/NFVerifyModel_records.o build/NFVerifyModel_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= -c -o build/NFVariable_records.o build/NFVariable_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= -c -o build/NFUnit_records.o build/NFUnit_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= -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= -c -o build/NFTyping_records.o build/NFTyping_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= -c -o build/NFType_records.o build/NFType_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= -c -o build/NFTypeCheck_records.o build/NFTypeCheck_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= -c -o build/NFSubscript_records.o build/NFSubscript_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= -c -o build/NFStructural_records.o build/NFStructural_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= -c -o build/NFStatement_records.o build/NFStatement_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= -c -o build/NFSimplifyModel_records.o build/NFSimplifyModel_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= -c -o build/NFSimplifyExp_records.o build/NFSimplifyExp_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= -c -o build/NFSections_records.o build/NFSections_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= -c -o build/NFScalarize_records.o build/NFScalarize_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= -c -o build/NFSBGraphUtil_records.o build/NFSBGraphUtil_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= -c -o build/NFRestriction_records.o build/NFRestriction_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= -c -o build/NFRecord_records.o build/NFRecord_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= -c -o build/NFRangeIterator_records.o build/NFRangeIterator_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= -c -o build/NFPrefixes_records.o build/NFPrefixes_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= -c -o build/NFPackage_records.o build/NFPackage_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= -c -o build/NFOperatorOverloading_records.o build/NFOperatorOverloading_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= -c -o build/NFOperator_records.o build/NFOperator_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= -c -o build/NFOCConnectionGraph_records.o build/NFOCConnectionGraph_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= -c -o build/NFModifier_records.o build/NFModifier_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= -c -o build/NFLookupTree_records.o build/NFLookupTree_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= -c -o build/NFLookupState_records.o build/NFLookupState_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= -c -o build/NFLookup_records.o build/NFLookup_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= -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= -c -o build/NFInstNode_records.o build/NFInstNode_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= -c -o build/NFInst_records.o build/NFInst_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= -c -o build/NFInstContext_records.o build/NFInstContext_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= -c -o build/NFInline_records.o build/NFInline_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= -c -o build/NFImport_records.o build/NFImport_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= -c -o build/NFFunction_records.o build/NFFunction_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= -c -o build/NFFunctionInverse_records.o build/NFFunctionInverse_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= -c -o build/NFFunctionDerivative_records.o build/NFFunctionDerivative_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= -c -o build/NFFlatten_records.o build/NFFlatten_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= -c -o build/NFFlatModelicaUtil_records.o build/NFFlatModelicaUtil_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= -c -o build/NFFlatModel_records.o build/NFFlatModel_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= -c -o build/NFExpression_records.o build/NFExpression_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= -c -o build/NFExpressionIterator_records.o build/NFExpressionIterator_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= -c -o build/NFExpandExp_records.o build/NFExpandExp_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= -c -o build/NFExpandableConnectors_records.o build/NFExpandableConnectors_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= -c -o build/NFEvalFunction_records.o build/NFEvalFunction_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= -c -o build/NFEvalFunctionExt_records.o build/NFEvalFunctionExt_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= -c -o build/NFEvalConstants_records.o build/NFEvalConstants_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= -c -o build/NFEquation_records.o build/NFEquation_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= -c -o build/NFDuplicateTree_records.o build/NFDuplicateTree_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= -c -o build/NFDimension_records.o build/NFDimension_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= -c -o build/NFConvertDAE_records.o build/NFConvertDAE_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= -c -o build/NFConnector_records.o build/NFConnector_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= -c -o build/NFConnections_records.o build/NFConnections_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= -c -o build/NFConnectionSets_records.o build/NFConnectionSets_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= -c -o build/NFConnection_records.o build/NFConnection_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= -c -o build/NFConnectEquations_records.o build/NFConnectEquations_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= -c -o build/NFComponentRef_records.o build/NFComponentRef_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= -c -o build/NFComponent_records.o build/NFComponent_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= -c -o build/NFComplexType_records.o build/NFComplexType_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= -c -o build/NFClockKind_records.o build/NFClockKind_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= -c -o build/NFClassTree_records.o build/NFClassTree_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= -c -o build/NFClass_records.o build/NFClass_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= -c -o build/NFCheckModel_records.o build/NFCheckModel_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= -c -o build/NFCeval_records.o build/NFCeval_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= -c -o build/NFCardinalityTable_records.o build/NFCardinalityTable_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= -c -o build/NFCallParameterTree_records.o build/NFCallParameterTree_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= -c -o build/NFCall_records.o build/NFCall_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= -c -o build/NFCallAttributes_records.o build/NFCallAttributes_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= -c -o build/NFBuiltin_records.o build/NFBuiltin_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= -c -o build/NFBuiltinFuncs_records.o build/NFBuiltinFuncs_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= -c -o build/NFBuiltinCall_records.o build/NFBuiltinCall_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= -c -o build/NFBinding_records.o build/NFBinding_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= -c -o build/NFBackendExtension_records.o build/NFBackendExtension_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= -c -o build/NFAttributes_records.o build/NFAttributes_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= -c -o build/NFArrayConnections_records.o build/NFArrayConnections_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= -c -o build/NFAlgorithm_records.o build/NFAlgorithm_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= -c -o build/BaseModelica_records.o build/BaseModelica_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= -c -o build/HashTableMidVar_records.o build/HashTableMidVar_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= -c -o build/MidToMid_records.o build/MidToMid_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= -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= -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= -c -o build/UnitChecker_records.o build/UnitChecker_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= -c -o build/UnitAbsynBuilder_records.o build/UnitAbsynBuilder_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= -c -o build/NFSCodeCheck_records.o build/NFSCodeCheck_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= -c -o build/NFSCodeLookup_records.o build/NFSCodeLookup_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= -c -o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlattenRedeclare_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= -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= -c -o build/NFSCodeFlattenImports_records.o build/NFSCodeFlattenImports_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= -c -o build/NFSCodeEnv_records.o build/NFSCodeEnv_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= -c -o build/NFSCodeDependency_records.o build/NFSCodeDependency_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= -c -o build/NFInstTypes_records.o build/NFInstTypes_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= -c -o build/NFInstPrefix_records.o build/NFInstPrefix_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= -c -o build/NFInstDump_records.o build/NFInstDump_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= -c -o build/NFEnvExtends_records.o build/NFEnvExtends_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= -c -o build/FHashTableUnitToString_records.o build/FHashTableUnitToString_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= -c -o build/FHashTableStringToUnit_records.o build/FHashTableStringToUnit_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= -c -o build/FHashTableCrToUnit_records.o build/FHashTableCrToUnit_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= -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= -c -o build/FUnit_records.o build/FUnit_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= -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= -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= -c -o build/CheckModel_records.o build/CheckModel_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= -c -o build/FInst_records.o build/FInst_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= -c -o build/FGraphDump_records.o build/FGraphDump_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= -c -o build/NSimVar_records.o build/NSimVar_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= -c -o build/NSimStrongComponent_records.o build/NSimStrongComponent_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= -c -o build/NSimPartition_records.o build/NSimPartition_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= -c -o build/NSimJacobian_records.o build/NSimJacobian_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= -c -o build/NSimGenericCall_records.o build/NSimGenericCall_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= -c -o build/NSimCodeUtil_records.o build/NSimCodeUtil_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= -c -o build/NSimCode_records.o build/NSimCode_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= -c -o build/NBSlice_records.o build/NBSlice_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= -c -o build/NBReplacements_records.o build/NBReplacements_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= -c -o build/NBDifferentiate_records.o build/NBDifferentiate_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= -c -o build/NBBackendUtil_records.o build/NBBackendUtil_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= -c -o build/NBAdjacency_records.o build/NBAdjacency_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= -c -o build/NBEvaluation_records.o build/NBEvaluation_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= -c -o build/NBTearing_records.o build/NBTearing_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= -c -o build/NBSolve_records.o build/NBSolve_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= -c -o build/NBJacobian_records.o build/NBJacobian_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= -c -o build/NBInline_records.o build/NBInline_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= -c -o build/NBFunctionAlias_records.o build/NBFunctionAlias_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= -c -o build/NBEvents_records.o build/NBEvents_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= -c -o build/NBDetectStates_records.o build/NBDetectStates_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= -c -o build/NBBindings_records.o build/NBBindings_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= -c -o build/NBAlias_records.o build/NBAlias_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= -c -o build/NBSorting_records.o build/NBSorting_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= -c -o build/NBResolveSingularities_records.o build/NBResolveSingularities_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= -c -o build/NBPartitioning_records.o build/NBPartitioning_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= -c -o build/NBMatching_records.o build/NBMatching_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= -c -o build/NBInitialization_records.o build/NBInitialization_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= -c -o build/NBDAEMode_records.o build/NBDAEMode_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= -c -o build/NBCausalize_records.o build/NBCausalize_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= -c -o build/NBModule_records.o build/NBModule_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= -c -o build/NBVariable_records.o build/NBVariable_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= -c -o build/NBStrongComponent_records.o build/NBStrongComponent_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= -c -o build/NBPartition_records.o build/NBPartition_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= -c -o build/NBEquation_records.o build/NBEquation_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= -c -o build/NBackendDAE_records.o build/NBackendDAE_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= -c -o build/ZeroCrossings_records.o build/ZeroCrossings_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= -c -o build/XMLDump_records.o build/XMLDump_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= -c -o build/VisualXML_records.o build/VisualXML_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= -c -o build/Vectorization_records.o build/Vectorization_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= -c -o build/Uncertainties_records.o build/Uncertainties_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= -c -o build/Tearing_records.o build/Tearing_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= -c -o build/SynchronousFeatures_records.o build/SynchronousFeatures_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= -c -o build/SymbolicJacobian_records.o build/SymbolicJacobian_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= -c -o build/SymbolicImplicitSolver_records.o build/SymbolicImplicitSolver_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= -c -o build/Sorting_records.o build/Sorting_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= -c -o build/ResolveLoops_records.o build/ResolveLoops_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= -c -o build/RemoveSimpleEquations_records.o build/RemoveSimpleEquations_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= -c -o build/OnRelaxation_records.o build/OnRelaxation_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= -c -o build/MathematicaDump_records.o build/MathematicaDump_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= -c -o build/Matching_records.o build/Matching_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= -c -o build/Initialization_records.o build/Initialization_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= -c -o build/InlineArrayEquations_records.o build/InlineArrayEquations_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= -c -o build/IndexReduction_records.o build/IndexReduction_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= -c -o build/HpcOmTaskGraph_records.o build/HpcOmTaskGraph_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= -c -o build/HpcOmSchedulerExt_records.o build/HpcOmSchedulerExt_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= -c -o build/HpcOmScheduler_records.o build/HpcOmScheduler_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= -c -o build/HpcOmMemory_records.o build/HpcOmMemory_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= -c -o build/HpcOmEqSystems_records.o build/HpcOmEqSystems_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= -c -o build/HpcOmBenchmarkExt_records.o build/HpcOmBenchmarkExt_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= -c -o build/HpcOmBenchmark_records.o build/HpcOmBenchmark_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= -c -o build/FindZeroCrossings_records.o build/FindZeroCrossings_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= -c -o build/ExpressionSolve_records.o build/ExpressionSolve_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= -c -o build/EvaluateParameter_records.o build/EvaluateParameter_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= -c -o build/EvaluateFunctions_records.o build/EvaluateFunctions_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= -c -o build/DynamicOptimization_records.o build/DynamicOptimization_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= -c -o build/DumpHTML_records.o build/DumpHTML_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= -c -o build/DumpGraphML_records.o build/DumpGraphML_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= -c -o build/Differentiate_records.o build/Differentiate_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= -c -o build/DataReconciliation_records.o build/DataReconciliation_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= -c -o build/DAEMode_records.o build/DAEMode_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= -c -o build/DAEQuery_records.o build/DAEQuery_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= -c -o build/CommonSubExpression_records.o build/CommonSubExpression_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= -c -o build/Causalize_records.o build/Causalize_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= -c -o build/BinaryTreeInt_records.o build/BinaryTreeInt_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= -c -o build/BinaryTree_records.o build/BinaryTree_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= -c -o build/BackendVarTransform_records.o build/BackendVarTransform_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= -c -o build/BackendVariable_records.o build/BackendVariable_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= -c -o build/BackendUtil_records.o build/BackendUtil_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= -c -o build/BackendInline_records.o build/BackendInline_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= -c -o build/BackendEquation_records.o build/BackendEquation_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= -c -o build/BackendDump_records.o build/BackendDump_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= -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= -c -o build/BackendDAETransform_records.o build/BackendDAETransform_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= -c -o build/BackendDAEOptimize_records.o build/BackendDAEOptimize_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= -c -o build/BackendDAEEXT_records.o build/BackendDAEEXT_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= -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= -c -o build/BackendDAEFunc_records.o build/BackendDAEFunc_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= -c -o build/AdjacencyMatrix_records.o build/AdjacencyMatrix_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= -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= -c -o build/Vector_records.o build/Vector_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= -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= -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= -c -o build/UnorderedSet_records.o build/UnorderedSet_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= -c -o build/UnorderedMap_records.o build/UnorderedMap_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= -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= -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= -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= -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= -c -o build/StackOverflow_records.o build/StackOverflow_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= -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= -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= -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= -c -o build/Pointer_records.o build/Pointer_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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -c -o build/HashTableCrIListArray_records.o build/HashTableCrIListArray_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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -c -o build/GCExt_records.o build/GCExt_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= -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= -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= -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= -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= -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= -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= -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= -c -o build/DoubleEnded_records.o build/DoubleEnded_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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -c -o build/FNode_records.o build/FNode_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= -c -o build/FMod_records.o build/FMod_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= -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= -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= -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= -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= -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= -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= -c -o build/FBuiltin_records.o build/FBuiltin_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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= -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= cp -a build/OpenModelicaScriptingAPI.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API 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= clang -shared -o /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc/libOpenModelicaCompiler.dll build/RuntimeSources.o build/Unzip.o build/TaskGraphResults.o build/SimulationResults.o build/SBSet.o build/SBPWLinearMap.o build/SBPWAtomicLinearMap.o build/SBMultiInterval.o build/SBLinearMap.o build/SBInterval.o build/SBGraph.o build/SBFunctions.o build/SBAtomicSet.o build/PriorityQueue.o build/OMSimulatorExt.o build/HashTableSM1.o build/HashTableSimCodeEqCache.o build/HashTableCrToCrEqLst.o build/HashTableCrToExpSourceTpl.o build/HashTableCrIntToExp.o build/HashTableExpToExp.o build/HashTableCrToExp.o build/JSONExt.o build/GraphML.o build/FMIExt.o build/FMI.o build/FFI.o build/ExpandableArray.o build/DisjointSets.o build/DiffAlgorithm.o build/Curl.o build/AvlSetInt.o build/AvlTreeString.o build/AvlTree.o build/Autoconf.o build/VisualXMLTpl.o build/SimCodeDump.o build/NFInstDumpTpl.o build/GraphMLDumpTpl.o build/GraphvizDump.o build/CodegenXML.o build/CodegenUtilSimulation.o build/CodegenMidToC.o build/CodegenJS.o build/CodegenFMUCppHpcom.o build/CodegenFMUCppHpcomOMSI.o build/CodegenOMSICpp.o build/CodegenOMSIC_Equations.o build/CodegenOMSIC.o build/CodegenOMSI_common.o build/CodegenFMUCpp.o build/CodegenFMUCppOMSI.o build/CodegenFMUCommon.o build/CodegenFMU2.o build/CodegenFMU1.o build/CodegenFMU.o build/CodegenCppInit.o build/CodegenCppHpcom.o build/CodegenCppHpcomOMSI.o build/CodegenCpp.o build/CodegenCppOMSI.o build/CodegenCppCommon.o build/CodegenEmbeddedC.o build/CodegenC.o build/AbsynJLDumpTpl.o build/AbsynToJulia.o build/ReduceDAE.o build/SimCodeUtil.o build/SimCodeMain.o build/SimCode.o build/SerializeTaskSystemInfo.o build/SerializeSparsityPattern.o build/SerializeModelInfo.o build/SerializeInitXML.o build/HpcOmSimCodeMain.o build/TotalModelDebug.o build/Obfuscate.o build/Conversion.o build/NFApi.o build/MMToJuliaKeywords.o build/MMToJuliaUtil.o build/PackageManagement.o build/CevalScriptBackend.o build/OpenModelicaScriptingAPI.o build/Binding.o build/BlockCallRewrite.o build/Figaro.o build/RewriteRules.o build/Refactor.o build/CevalScriptOMSimulator.o build/SimpleModelicaParser.o build/JSON.o build/LexerModelicaDiff.o build/LexerJSON.o build/NFVerifyModel.o build/NFVariable.o build/NFUnit.o build/NFUnitCheck.o build/NFTyping.o build/NFType.o build/NFTypeCheck.o build/NFSubscript.o build/NFStructural.o build/NFStatement.o build/NFSimplifyModel.o build/NFSimplifyExp.o build/NFSections.o build/NFScalarize.o build/NFSBGraphUtil.o build/NFRestriction.o build/NFRecord.o build/NFRangeIterator.o build/NFPrefixes.o build/NFPackage.o build/NFOperatorOverloading.o build/NFOperator.o build/NFOCConnectionGraph.o build/NFModifier.o build/NFLookupTree.o build/NFLookupState.o build/NFLookup.o build/NFInstUtil.o build/NFInstNode.o build/NFInst.o build/NFInstContext.o build/NFInline.o build/NFImport.o build/NFFunction.o build/NFFunctionInverse.o build/NFFunctionDerivative.o build/NFFlatten.o build/NFFlatModelicaUtil.o build/NFFlatModel.o build/NFExpression.o build/NFExpressionIterator.o build/NFExpandExp.o build/NFExpandableConnectors.o build/NFEvalFunction.o build/NFEvalFunctionExt.o build/NFEvalConstants.o build/NFEquation.o build/NFDuplicateTree.o build/NFDimension.o build/NFConvertDAE.o build/NFConnector.o build/NFConnections.o build/NFConnectionSets.o build/NFConnection.o build/NFConnectEquations.o build/NFComponentRef.o build/NFComponent.o build/NFComplexType.o build/NFClockKind.o build/NFClassTree.o build/NFClass.o build/NFCheckModel.o build/NFCeval.o build/NFCardinalityTable.o build/NFCallParameterTree.o build/NFCall.o build/NFCallAttributes.o build/NFBuiltin.o build/NFBuiltinFuncs.o build/NFBuiltinCall.o build/NFBinding.o build/NFBackendExtension.o build/NFAttributes.o build/NFArrayConnections.o build/NFAlgorithm.o build/BaseModelica.o build/HashTableMidVar.o build/MidToMid.o build/DAEToMid.o build/MidCode.o build/UnitChecker.o build/UnitAbsynBuilder.o build/NFSCodeCheck.o build/NFSCodeLookup.o build/NFSCodeFlattenRedeclare.o build/NFSCodeFlatten.o build/NFSCodeFlattenImports.o build/NFSCodeEnv.o build/NFSCodeDependency.o build/NFInstTypes.o build/NFInstPrefix.o build/NFInstDump.o build/NFEnvExtends.o build/FHashTableUnitToString.o build/FHashTableStringToUnit.o build/FHashTableCrToUnit.o build/FUnitCheck.o build/FUnit.o build/InstStateMachineUtil.o build/DumpGraphviz.o build/CheckModel.o build/FInst.o build/FGraphDump.o build/NSimVar.o build/NSimStrongComponent.o build/NSimPartition.o build/NSimJacobian.o build/NSimGenericCall.o build/NSimCodeUtil.o build/NSimCode.o build/NBSlice.o build/NBReplacements.o build/NBDifferentiate.o build/NBBackendUtil.o build/NBAdjacency.o build/NBEvaluation.o build/NBTearing.o build/NBSolve.o build/NBJacobian.o build/NBInline.o build/NBFunctionAlias.o build/NBEvents.o build/NBDetectStates.o build/NBBindings.o build/NBAlias.o build/NBSorting.o build/NBResolveSingularities.o build/NBPartitioning.o build/NBMatching.o build/NBInitialization.o build/NBDAEMode.o build/NBCausalize.o build/NBModule.o build/NBVariable.o build/NBStrongComponent.o build/NBPartition.o build/NBEquation.o build/NBackendDAE.o build/ZeroCrossings.o build/XMLDump.o build/VisualXML.o build/Vectorization.o build/Uncertainties.o build/Tearing.o build/SynchronousFeatures.o build/SymbolicJacobian.o build/SymbolicImplicitSolver.o build/Sorting.o build/ResolveLoops.o build/RemoveSimpleEquations.o build/OnRelaxation.o build/MathematicaDump.o build/Matching.o build/Initialization.o build/InlineArrayEquations.o build/IndexReduction.o build/HpcOmTaskGraph.o build/HpcOmSchedulerExt.o build/HpcOmScheduler.o build/HpcOmMemory.o build/HpcOmEqSystems.o build/HpcOmBenchmarkExt.o build/HpcOmBenchmark.o build/FindZeroCrossings.o build/ExpressionSolve.o build/EvaluateParameter.o build/EvaluateFunctions.o build/DynamicOptimization.o build/DumpHTML.o build/DumpGraphML.o build/Differentiate.o build/DataReconciliation.o build/DAEMode.o build/DAEQuery.o build/CommonSubExpression.o build/Causalize.o build/BinaryTreeInt.o build/BinaryTree.o build/BackendVarTransform.o build/BackendVariable.o build/BackendUtil.o build/BackendInline.o build/BackendEquation.o build/BackendDump.o build/BackendDAEUtil.o build/BackendDAETransform.o build/BackendDAEOptimize.o build/BackendDAEEXT.o build/BackendDAECreate.o build/BackendDAEFunc.o build/AdjacencyMatrix.o build/ZeroMQ.o build/Vector.o build/VarTransform.o build/Util.o build/UnorderedSet.o build/UnorderedMap.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/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/GCExt.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/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/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/RuntimeSources_records.o build/Unzip_records.o build/TaskGraphResults_records.o build/SimulationResults_records.o build/SBSet_records.o build/SBPWLinearMap_records.o build/SBPWAtomicLinearMap_records.o build/SBMultiInterval_records.o build/SBLinearMap_records.o build/SBInterval_records.o build/SBGraph_records.o build/SBFunctions_records.o build/SBAtomicSet_records.o build/PriorityQueue_records.o build/OMSimulatorExt_records.o build/HashTableSM1_records.o build/HashTableSimCodeEqCache_records.o build/HashTableCrToCrEqLst_records.o build/HashTableCrToExpSourceTpl_records.o build/HashTableCrIntToExp_records.o build/HashTableExpToExp_records.o build/HashTableCrToExp_records.o build/JSONExt_records.o build/GraphML_records.o build/FMIExt_records.o build/FMI_records.o build/FFI_records.o build/ExpandableArray_records.o build/DisjointSets_records.o build/DiffAlgorithm_records.o build/Curl_records.o build/AvlSetInt_records.o build/AvlTreeString_records.o build/AvlTree_records.o build/Autoconf_records.o build/VisualXMLTpl_records.o build/SimCodeDump_records.o build/NFInstDumpTpl_records.o build/GraphMLDumpTpl_records.o build/GraphvizDump_records.o build/CodegenXML_records.o build/CodegenUtilSimulation_records.o build/CodegenMidToC_records.o build/CodegenJS_records.o build/CodegenFMUCppHpcom_records.o build/CodegenFMUCppHpcomOMSI_records.o build/CodegenOMSICpp_records.o build/CodegenOMSIC_Equations_records.o build/CodegenOMSIC_records.o build/CodegenOMSI_common_records.o build/CodegenFMUCpp_records.o build/CodegenFMUCppOMSI_records.o build/CodegenFMUCommon_records.o build/CodegenFMU2_records.o build/CodegenFMU1_records.o build/CodegenFMU_records.o build/CodegenCppInit_records.o build/CodegenCppHpcom_records.o build/CodegenCppHpcomOMSI_records.o build/CodegenCpp_records.o build/CodegenCppOMSI_records.o build/CodegenCppCommon_records.o build/CodegenEmbeddedC_records.o build/CodegenC_records.o build/AbsynJLDumpTpl_records.o build/AbsynToJulia_records.o build/ReduceDAE_records.o build/SimCodeUtil_records.o build/SimCodeMain_records.o build/SimCode_records.o build/SerializeTaskSystemInfo_records.o build/SerializeSparsityPattern_records.o build/SerializeModelInfo_records.o build/SerializeInitXML_records.o build/HpcOmSimCodeMain_records.o build/TotalModelDebug_records.o build/Obfuscate_records.o build/Conversion_records.o build/NFApi_records.o build/MMToJuliaKeywords_records.o build/MMToJuliaUtil_records.o build/PackageManagement_records.o build/CevalScriptBackend_records.o build/OpenModelicaScriptingAPI_records.o build/Binding_records.o build/BlockCallRewrite_records.o build/Figaro_records.o build/RewriteRules_records.o build/Refactor_records.o build/CevalScriptOMSimulator_records.o build/SimpleModelicaParser_records.o build/JSON_records.o build/LexerModelicaDiff_records.o build/LexerJSON_records.o build/NFVerifyModel_records.o build/NFVariable_records.o build/NFUnit_records.o build/NFUnitCheck_records.o build/NFTyping_records.o build/NFType_records.o build/NFTypeCheck_records.o build/NFSubscript_records.o build/NFStructural_records.o build/NFStatement_records.o build/NFSimplifyModel_records.o build/NFSimplifyExp_records.o build/NFSections_records.o build/NFScalarize_records.o build/NFSBGraphUtil_records.o build/NFRestriction_records.o build/NFRecord_records.o build/NFRangeIterator_records.o build/NFPrefixes_records.o build/NFPackage_records.o build/NFOperatorOverloading_records.o build/NFOperator_records.o build/NFOCConnectionGraph_records.o build/NFModifier_records.o build/NFLookupTree_records.o build/NFLookupState_records.o build/NFLookup_records.o build/NFInstUtil_records.o build/NFInstNode_records.o build/NFInst_records.o build/NFInstContext_records.o build/NFInline_records.o build/NFImport_records.o build/NFFunction_records.o build/NFFunctionInverse_records.o build/NFFunctionDerivative_records.o build/NFFlatten_records.o build/NFFlatModelicaUtil_records.o build/NFFlatModel_records.o build/NFExpression_records.o build/NFExpressionIterator_records.o build/NFExpandExp_records.o build/NFExpandableConnectors_records.o build/NFEvalFunction_records.o build/NFEvalFunctionExt_records.o build/NFEvalConstants_records.o build/NFEquation_records.o build/NFDuplicateTree_records.o build/NFDimension_records.o build/NFConvertDAE_records.o build/NFConnector_records.o build/NFConnections_records.o build/NFConnectionSets_records.o build/NFConnection_records.o build/NFConnectEquations_records.o build/NFComponentRef_records.o build/NFComponent_records.o build/NFComplexType_records.o build/NFClockKind_records.o build/NFClassTree_records.o build/NFClass_records.o build/NFCheckModel_records.o build/NFCeval_records.o build/NFCardinalityTable_records.o build/NFCallParameterTree_records.o build/NFCall_records.o build/NFCallAttributes_records.o build/NFBuiltin_records.o build/NFBuiltinFuncs_records.o build/NFBuiltinCall_records.o build/NFBinding_records.o build/NFBackendExtension_records.o build/NFAttributes_records.o build/NFArrayConnections_records.o build/NFAlgorithm_records.o build/BaseModelica_records.o build/HashTableMidVar_records.o build/MidToMid_records.o build/DAEToMid_records.o build/MidCode_records.o build/UnitChecker_records.o build/UnitAbsynBuilder_records.o build/NFSCodeCheck_records.o build/NFSCodeLookup_records.o build/NFSCodeFlattenRedeclare_records.o build/NFSCodeFlatten_records.o build/NFSCodeFlattenImports_records.o build/NFSCodeEnv_records.o build/NFSCodeDependency_records.o build/NFInstTypes_records.o build/NFInstPrefix_records.o build/NFInstDump_records.o build/NFEnvExtends_records.o build/FHashTableUnitToString_records.o build/FHashTableStringToUnit_records.o build/FHashTableCrToUnit_records.o build/FUnitCheck_records.o build/FUnit_records.o build/InstStateMachineUtil_records.o build/DumpGraphviz_records.o build/CheckModel_records.o build/FInst_records.o build/FGraphDump_records.o build/NSimVar_records.o build/NSimStrongComponent_records.o build/NSimPartition_records.o build/NSimJacobian_records.o build/NSimGenericCall_records.o build/NSimCodeUtil_records.o build/NSimCode_records.o build/NBSlice_records.o build/NBReplacements_records.o build/NBDifferentiate_records.o build/NBBackendUtil_records.o build/NBAdjacency_records.o build/NBEvaluation_records.o build/NBTearing_records.o build/NBSolve_records.o build/NBJacobian_records.o build/NBInline_records.o build/NBFunctionAlias_records.o build/NBEvents_records.o build/NBDetectStates_records.o build/NBBindings_records.o build/NBAlias_records.o build/NBSorting_records.o build/NBResolveSingularities_records.o build/NBPartitioning_records.o build/NBMatching_records.o build/NBInitialization_records.o build/NBDAEMode_records.o build/NBCausalize_records.o build/NBModule_records.o build/NBVariable_records.o build/NBStrongComponent_records.o build/NBPartition_records.o build/NBEquation_records.o build/NBackendDAE_records.o build/ZeroCrossings_records.o build/XMLDump_records.o build/VisualXML_records.o build/Vectorization_records.o build/Uncertainties_records.o build/Tearing_records.o build/SynchronousFeatures_records.o build/SymbolicJacobian_records.o build/SymbolicImplicitSolver_records.o build/Sorting_records.o build/ResolveLoops_records.o build/RemoveSimpleEquations_records.o build/OnRelaxation_records.o build/MathematicaDump_records.o build/Matching_records.o build/Initialization_records.o build/InlineArrayEquations_records.o build/IndexReduction_records.o build/HpcOmTaskGraph_records.o build/HpcOmSchedulerExt_records.o build/HpcOmScheduler_records.o build/HpcOmMemory_records.o build/HpcOmEqSystems_records.o build/HpcOmBenchmarkExt_records.o build/HpcOmBenchmark_records.o build/FindZeroCrossings_records.o build/ExpressionSolve_records.o build/EvaluateParameter_records.o build/EvaluateFunctions_records.o build/DynamicOptimization_records.o build/DumpHTML_records.o build/DumpGraphML_records.o build/Differentiate_records.o build/DataReconciliation_records.o build/DAEMode_records.o build/DAEQuery_records.o build/CommonSubExpression_records.o build/Causalize_records.o build/BinaryTreeInt_records.o build/BinaryTree_records.o build/BackendVarTransform_records.o build/BackendVariable_records.o build/BackendUtil_records.o build/BackendInline_records.o build/BackendEquation_records.o build/BackendDump_records.o build/BackendDAEUtil_records.o build/BackendDAETransform_records.o build/BackendDAEOptimize_records.o build/BackendDAEEXT_records.o build/BackendDAECreate_records.o build/BackendDAEFunc_records.o build/AdjacencyMatrix_records.o build/ZeroMQ_records.o build/Vector_records.o build/VarTransform_records.o build/Util_records.o build/UnorderedSet_records.o build/UnorderedMap_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/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/GCExt_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/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/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./ -lomparse ../..//Compiler/runtime/libomcbackendruntime.a -lomcruntime -lomcfrontendcpp ../..//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 -L../..//3rdParty/FMIL/install/lib -lfmilib -lexpat -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 C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(eh_alloc.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(eh_aux_runtime.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(eh_exception.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(eh_personality.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(guard.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(new_op.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(vterminate.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(locale.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(locale_init.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(stdexcept.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(stdexcept.o): duplicate section `.rdata$_ZTISt11logic_error[_ZTISt11logic_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(stdexcept.o): duplicate section `.rdata$_ZTSSt12out_of_range[_ZTSSt12out_of_range]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(stdexcept.o): duplicate section `.rdata$_ZTISt12out_of_range[_ZTISt12out_of_range]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(stdexcept.o): duplicate section `.rdata$_ZTSSt13runtime_error[_ZTSSt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(stdexcept.o): duplicate section `.rdata$_ZTISt13runtime_error[_ZTISt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(functexcept.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(functexcept.o): duplicate section `.rdata$_ZTISt11logic_error[_ZTISt11logic_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(functexcept.o): duplicate section `.rdata$_ZTSSt12out_of_range[_ZTSSt12out_of_range]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(functexcept.o): duplicate section `.rdata$_ZTISt12out_of_range[_ZTISt12out_of_range]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(functexcept.o): duplicate section `.rdata$_ZTSSt13runtime_error[_ZTSSt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(functexcept.o): duplicate section `.rdata$_ZTISt13runtime_error[_ZTISt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(bad_alloc.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(bad_array_new.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(bad_cast.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(bad_typeid.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(cxx11-ios_failure.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(cxx11-ios_failure.o): duplicate section `.rdata$_ZTSSt13runtime_error[_ZTSSt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(cxx11-ios_failure.o): duplicate section `.rdata$_ZTISt13runtime_error[_ZTISt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(system_error.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(system_error.o): duplicate section `.rdata$_ZTSSt13runtime_error[_ZTSSt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(system_error.o): duplicate section `.rdata$_ZTISt13runtime_error[_ZTISt13runtime_error]' has different size C:/OMDevUCRT/tools/msys/ucrt64/lib\libstdc++.a(ios_failure.o): duplicate section `.rdata$_ZTSSt9exception[_ZTSSt9exception]' has different size 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= -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 3/3 completed make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler/boot' make -f Makefile.omdev.mingw -C Compiler install_scripts 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' cd scripts; cp -puf Compile.bat Prompt.bat openmodelica.lefty default_profiling.xsl replace-startValue.* simcodedump.xsl ngspicetoModelica.py /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/scripts make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler/Compiler' make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' real 3m0.751s user 0m20.106s sys 0m55.915s make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMCompiler' make -C libraries lib-for-installing make -C OMPlot -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" OM_QT_MAJOR_VERSION=5 make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' make clean-install make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' rm -rf installing/.openmodelica/libraries installing/.openmodelica/*.stamp make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' mkdir -p installing/.openmodelica/libraries ls -l installing/.openmodelica/libraries total 0 cp install-index.json installing/.openmodelica/libraries/index.json (cd installing && ../../build/bin/omc ../install-index.mos) make -f Makefile.omdev.mingw -C OMShell/OMShell/OMShellGUI OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" OM_QT_MAJOR_VERSION=5 make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/bin make -C qwt -f Makefile.omdev.mingw OM_QT_MAJOR_VERSION=5 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' qmake qwt.pro Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMPlot\qwt\.qmake.stash make -C libraries/ make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' qmake "CONFIG+=release" Cannot read C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/qwt.config: No such file or directory Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport make -f Makefile make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMShell\OMShell\OMShellGUI\.qmake.stash 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 Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' make clean-test WARNING: Failure to find: release/rc_omshell_res.o make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' rm -rf .openmodelica/libraries .openmodelica/*.stamp Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' mkdir -p .openmodelica/libraries Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport ls -l .openmodelica/libraries total 0 cp index.json .openmodelica/libraries ../build/bin/omc index.mos Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport WARNING: Failure to find: debug/rc_omshell_res.o true true "C:/dev/jenkins/ws/Windows/OM_Win/libraries/installing" "" true "C:/dev/jenkins/ws/Windows/OM_Win/libraries/installing/.openmodelica/libraries/" make -f Makefile make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' make -f Makefile.Release make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' C:/OMDevUCRT/tools/msys/ucrt64/bin\lrelease.exe OMShell_de.ts C:/OMDevUCRT/tools/msys/ucrt64/bin\lrelease.exe OMShell_sv.ts windres -i rc_omshell.rc -o release/rc_omshell_res.o --include-dir=. -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/commandcompletion.o commandcompletion.cpp Updating 'OMShell_de.qm'... Updating 'OMShell_sv.qm'... Generated 30 translation(s) (30 finished and 0 unfinished) Generated 28 translation(s) (28 finished and 0 unfinished) Ignored 2 untranslated source text(s) clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/omcinteractiveenvironment.o omcinteractiveenvironment.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/oms.o oms.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/main.o main.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name oms oms.qrc -o ../generatedfiles/rcc/qrc_oms.cpp g++ -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -dM -E -o ../generatedfiles/moc/moc_predefs.h C:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/features/data/dummy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qrc_oms.o ../generatedfiles/rcc/qrc_oms.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 commandcompletion.h -o ../generatedfiles/moc/moc_commandcompletion.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 oms.h -o ../generatedfiles/moc/moc_oms.cpp true true "C:/dev/jenkins/ws/Windows/OM_Win/libraries" "" true "C:/dev/jenkins/ws/Windows/OM_Win/libraries/.openmodelica/libraries/" Installed: Complex 4.0.0+maint.om clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_commandcompletion.o ../generatedfiles/moc/moc_commandcompletion.cpp Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make -f Makefile.Release all make -f Makefile.Debug all make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt.o qwt.cpp make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt.o qwt.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_abstract_scale_draw.o qwt_abstract_scale_draw.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_abstract_scale_draw.o qwt_abstract_scale_draw.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_bezier.o qwt_bezier.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_bezier.o qwt_bezier.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_clipper.o qwt_clipper.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_clipper.o qwt_clipper.cpp clang++: clang++warning: : argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_color_map.o qwt_color_map.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_color_map.o qwt_color_map.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_column_symbol.o qwt_column_symbol.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_column_symbol.o qwt_column_symbol.cpp clang++: clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument]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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_date.o qwt_date.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_date.o qwt_date.cpp clang++: clang++: warning: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument]argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_date_scale_draw.o qwt_date_scale_draw.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_date_scale_draw.o qwt_date_scale_draw.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_date_scale_engine.o qwt_date_scale_engine.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_date_scale_engine.o qwt_date_scale_engine.cpp clang++: clang++: warning: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_event_pattern.o qwt_event_pattern.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_event_pattern.o qwt_event_pattern.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] generating moc/moc_predefs.h generating moc/moc_predefs.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_graphic.o qwt_graphic.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_graphic.o qwt_graphic.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_interval.o qwt_interval.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_interval.o qwt_interval.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_interval_symbol.o qwt_interval_symbol.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_interval_symbol.o qwt_interval_symbol.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 qwt_graphic.cpp:10: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_graphic.cpp:10: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_color_map.cpp:10: In file included from ./qwt_color_map.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from qwt_color_map.cpp:10: In file included from ./qwt_color_map.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from qwt_bezier.cpp:13: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ In file included from qwt_bezier.cpp:13: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline voC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.hi:126:25: warning: d QPol'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ygon ::set126 | iPoinline QPonint QPolytgo(int n::poindex, const Qint(int indPoint e&x) coptn)s t | ^ | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h: 123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]129 | inline void QPolygon :123 | inlin:teranslate(co nsvoid QPolyt QPointg &offset) | on: ^ :setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ In file included from qwt_clipper.cpp:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ In file included from qwt_clipper.cpp:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_math.o qwt_math.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_math.o qwt_math.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 1 warning generated. moc qwt_magnifier.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_null_paintdevice.o qwt_null_paintdevice.cpp moc qwt_magnifier.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_painter.o qwt_painter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_null_paintdevice.o qwt_null_paintdevice.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_painter_command.o qwt_painter_command.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_panner.h 1 warning generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_painter.o qwt_painter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_painter_command.o qwt_painter_command.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_picker_machine.o qwt_picker_machine.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_pixel_matrix.o qwt_pixel_matrix.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_panner.h moc qwt_picker.h In file included from qwt_null_paintdevice.cpp:10: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_picker_machine.o qwt_picker_machine.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_pixel_matrix.o qwt_pixel_matrix.cpp moc qwt_picker.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_null_paintdevice.cpp:10: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_point_3d.o qwt_point_3d.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_point_3d.o qwt_point_3d.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_point_polar.o qwt_point_polar.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_point_polar.o qwt_point_polar.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_round_scale_draw.o qwt_round_scale_draw.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_scale_div.o qwt_scale_div.cpp 4 warnings 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 -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_scale_draw.o qwt_scale_draw.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_round_scale_draw.o qwt_round_scale_draw.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_scale_map.o qwt_scale_map.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_scale_engine.o qwt_scale_engine.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_scale_div.o qwt_scale_div.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_scale_draw.o qwt_scale_draw.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_scale_map.o qwt_scale_map.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline.o qwt_spline.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_scale_engine.o qwt_scale_engine.cpp In file included from qwt_pixel_matrix.cpp:10: In file included from ./qwt_pixel_matrix.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_pixel_matrix.cpp:10: In file included from ./qwt_pixel_matrix.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_basis.o qwt_spline_basis.cpp 10 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_parametrization.o qwt_spline_parametrization.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 10 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline.o qwt_spline.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_basis.o qwt_spline_basis.cpp In file included from qwt_painter.cpp:16: 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 QFontMetriclang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument]cs Q Widget::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. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_local.o qwt_spline_local.cpp In file included from qwt_painter.cpp:25: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. In file included from qwt_painter.cpp:16: 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_parametrization.o qwt_spline_parametrization.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_cubic.o qwt_spline_cubic.cpp Installed: BioChem 1.0.1+msl.3.2.1 Installed: Complex 3.2.1+maint.om clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_painter.cpp:25: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_pleasing.o qwt_spline_pleasing.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_local.o qwt_spline_local.cpp In file included from qwt_painter.cpp:34: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_cubic.o qwt_spline_cubic.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_polynomial.o qwt_spline_polynomial.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_pleasing.o qwt_spline_pleasing.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 qwt_painter.cpp:34: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_polynomial.o qwt_spline_polynomial.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_symbol.o qwt_symbol.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_system_clock.o qwt_system_clock.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_text_engine.o qwt_text_engine.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_symbol.o qwt_symbol.cpp moc qwt_text_label.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_oms.o ../generatedfiles/moc/moc_oms.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_text.o qwt_text.cpp Installed: Complex 3.2.2+maint.om 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_system_clock.o qwt_system_clock.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_transform.o qwt_transform.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_text_engine.o qwt_text_engine.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_widget_overlay.o qwt_widget_overlay.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_curve_fitter.o qwt_curve_fitter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_spline_curve_fitter.o qwt_spline_curve_fitter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_text_engine.cpp:10: In file included from ./qwt_text_engine.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_text_label.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_weeding_curve_fitter.o qwt_weeding_curve_fitter.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_text.o qwt_text.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_transform.o qwt_transform.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 29 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_legend_data.o qwt_legend_data.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 29 warnings generated. In file included from qwt_text_engine.cpp:10: In file included from ./qwt_text_engine.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ moc qwt_abstract_legend.h moc qwt_legend.h C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_widget_overlay.o qwt_widget_overlay.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_curve_fitter.o qwt_curve_fitter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_spline_cubic.cpp:13: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_legend_label.h moc qwt_plot.h Installed: Complex 4.0.0+maint.om 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_spline_curve_fitter.o qwt_spline_curve_fitter.cpp In file included from qwt_spline_cubic.cpp:13: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_weeding_curve_fitter.o qwt_weeding_curve_fitter.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 qwt_symbol.cpp:10: In file included from ./qwt_symbol.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_axis.o qwt_plot_axis.cpp In file included from qwt_spline_cubic.cpp:10: ./qwt_spline_cubic.h:51:18: warning: private field 'm_data' is not used [-Wunused-private-field] 51 | PrivateData* m_data; | ^ moc qwt_abstract_legend.h moc qwt_plot_renderer.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_curve.o qwt_plot_curve.cpp In file included from qwt_symbol.cpp:10: In file included from ./qwt_symbol.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_legend_data.o qwt_legend_data.cpp 5 warnings generated. moc qwt_legend.h 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_legend_label.o qwt_legend_label.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_dict.o qwt_plot_dict.cpp Installed: Complex 3.2.3+maint.om clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_directpainter.o qwt_plot_directpainter.cpp In file included from qwt_spline_cubic.cpp:10: ./qwt_spline_cubic.h:51:18: warning: private field 'm_data' is not used [-Wunused-private-field] 51 | PrivateData* m_data; | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot.o qwt_plot.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_graphicitem.o qwt_plot_graphicitem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_grid.o qwt_plot_grid.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_spline_curve_fitter.cpp:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_histogram.o qwt_plot_histogram.cpp moc qwt_plot_renderer.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_item.o qwt_plot_item.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_axis.o qwt_plot_axis.cpp In file included from qwt_text_engine.cpp:17: 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_abstract_barchart.o qwt_plot_abstract_barchart.cpp 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] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 5 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_barchart.o qwt_plot_barchart.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_text_engine.cpp:17: 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 | ^ In file included from qwt_widget_overlay.cpp:10: In file included from ./qwt_widget_overlay.h:14: 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:clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_multi_barchart.o qwt_plot_multi_barchart.cpp 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: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: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: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: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: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/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 qwt_text_engine.cpp:19: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_intervalcurve.o qwt_plot_intervalcurve.cpp In file included from qwt_legend_data.cpp:12: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_spline_curve_fitter.cpp:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_curve.o qwt_plot_curve.cpp Installed: Modelica 3.2.3+maint.om clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_text_engine.cpp:19: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_dict.o qwt_plot_dict.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_zoneitem.o qwt_plot_zoneitem.cpp 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_directpainter.o qwt_plot_directpainter.cpp In file included from qwt_widget_overlay.cpp:10: In file included from ./qwt_widget_overlay.h:14: 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 | ^ clang++C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:779:22: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] : 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 | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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] 30 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_graphicitem.o qwt_plot_graphicitem.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_grid.o qwt_plot_grid.cpp 30 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_tradingcurve.o qwt_plot_tradingcurve.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_legend_data.cpp:12: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 4 warnings generated. 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_spectrogram.o qwt_plot_spectrogram.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_histogram.o qwt_plot_histogram.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_spectrocurve.o qwt_plot_spectrocurve.cpp 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_item.o qwt_plot_item.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_scaleitem.o qwt_plot_scaleitem.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_legenditem.o qwt_plot_legenditem.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_abstract_barchart.o qwt_plot_abstract_barchart.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_barchart.o qwt_plot_barchart.cpp In file included from qwt_plot_barchart.cpp:14: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_multi_barchart.cpp:14: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_seriesitem.o qwt_plot_seriesitem.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_multi_barchart.o qwt_plot_multi_barchart.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_intervalcurve.o qwt_plot_intervalcurve.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_zoneitem.o qwt_plot_zoneitem.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_tradingcurve.o qwt_plot_tradingcurve.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_spectrogram.o qwt_plot_spectrogram.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_shapeitem.o qwt_plot_shapeitem.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_spectrocurve.o qwt_plot_spectrocurve.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_vectorfield.o qwt_plot_vectorfield.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_scaleitem.o qwt_plot_scaleitem.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_marker.o qwt_plot_marker.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_spectrocurve.cpp:11: In file included from ./qwt_color_map.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_legenditem.o qwt_plot_legenditem.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_textlabel.o qwt_plot_textlabel.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_layout.o qwt_plot_layout.cpp In file included from qwt_plot_legenditem.cpp:13: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_abstract_canvas.o qwt_plot_abstract_canvas.cpp In file included from qwt_plot_barchart.cpp:14: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_seriesitem.o qwt_plot_seriesitem.cpp moc qwt_plot_canvas.h 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_shapeitem.o qwt_plot_shapeitem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_rasteritem.o qwt_plot_rasteritem.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_multi_barchart.cpp:14: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_plot_panner.h 1 warning 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_vectorfield.o qwt_plot_vectorfield.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_marker.o qwt_plot_marker.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_textlabel.o qwt_plot_textlabel.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_plot_picker.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_layout.o qwt_plot_layout.cpp In file included from qwt_plot_shapeitem.cpp:13: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ moc qwt_plot_zoomer.h 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_abstract_canvas.o qwt_plot_abstract_canvas.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_spectrocurve.cpp:11: In file included from ./qwt_color_map.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332moc qwt_plot_magnifier.h | inline bool QColor::isValid() const noexcept | ^ In file included from qwt_plot_vectorfield.cpp:13: In file included from ./qwt_color_map.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_canvas.o qwt_plot_canvas.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_panner.o qwt_plot_panner.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_rasteritem.o qwt_plot_rasteritem.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_picker.o qwt_plot_picker.cpp 2 warnings generated. moc qwt_plot_rescaler.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_legenditem.cpp:13: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_point_mapper.o qwt_point_mapper.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_zoomer.o qwt_plot_zoomer.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_raster_data.o qwt_raster_data.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_magnifier.o qwt_plot_magnifier.cpp 1 warning generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_matrix_raster_data.o qwt_matrix_raster_data.cpp In file included from qwt_plot_shapeitem.cpp:13: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_vectorfield_symbol.o qwt_vectorfield_symbol.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_series_data.o qwt_series_data.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_sampling_thread.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_point_data.o qwt_point_data.cpp moc qwt_plot_rescaler.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_point_mapper.o qwt_point_mapper.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_vectorfield.cpp:13: In file included from ./qwt_color_map.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_raster_data.o qwt_raster_data.cpp In file included from qwt_point_mapper.cpp:12: In file included from ./qwt_pixel_matrix.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] g++ -Wl,--stack,33554432,--enable-auto-import -Wl,-s -Wl,-subsystem,windows -mthreads -o ../bin/OMShell.exe 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 -LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lomcgc C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Widgets.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Gui.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Xml.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Core.dll.a -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 C:/OMDevUCRT/tools/msys/ucrt64/lib/libqtmain.a -lshell32 1 warning 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_matrix_raster_data.o qwt_matrix_raster_data.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_vectorfield_symbol.o qwt_vectorfield_symbol.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_sampling_thread.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_series_data.o qwt_series_data.cpp moc qwt_scale_widget.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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' clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_svgitem.o qwt_plot_svgitem.cpp 2 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_point_mapper.cpp:12: In file included from ./qwt_pixel_matrix.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share//omshell/nls/ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_curve.o qwt_polar_curve.cpp cp -p ../bin/OMShell.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin 2 warnings generated. moc qwt_polar_canvas.h 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_point_data.o qwt_point_data.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_fitter.o qwt_polar_fitter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_point_mapper.cpp:16: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index,In file included from const Qcp -p commands.xml /c/dev/jenkins/ws/Windows/OM_Win/build/share//omshell/ qwt_plot_panner.cpp:10: In file included from ./qwt_plot_panner.h:14: In file included from ./qwt_panner.h:14: 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 | ^ Point &pt) | ^ 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::minimumC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ Width() 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() coIn file included from qwt_raster_data.cpp:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ nst | ^C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offsetC:/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/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h 126 | :802:22: warning: 'QWidget::setMinimumSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 802 | inline void QWidget::setMinimumSize(const QinSize &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) | ^ line QPoint QPolygon::point(int index) const | ^ ) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ 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 | ^ clang++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) | ^ : warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 | ^ cp -p OMShell_*.qm /c/dev/jenkins/ws/Windows/OM_Win/build/share//omshell/nls/ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_svgitem.o qwt_plot_svgitem.cpp moc qwt_scale_widget.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_grid.o qwt_polar_grid.cpp In file included from qwt_point_mapper.cpp:17: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] cp -puf ../../../common/pre-commit.sh C:/dev/jenkins/ws/Windows/OM_Win/.git/hooks/pre-commit 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_item.o qwt_polar_item.cpp 1 warning generated. make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMShell/OMShell/OMShellGUI' 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_curve.o qwt_polar_curve.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_itemdict.o qwt_polar_itemdict.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_fitter.o qwt_polar_fitter.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_layout.o qwt_polar_layout.cpp moc qwt_polar_canvas.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_grid.o qwt_polar_grid.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_item.o qwt_polar_item.cpp In file included from qwt_raster_data.cpp:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_point_mapper.cpp:16: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ moc qwt_polar_magnifier.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_marker.o qwt_polar_marker.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_itemdict.o qwt_polar_itemdict.cpp In file included from qwt_point_mapper.cpp:17: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_polar_panner.h moc qwt_polar_picker.h moc qwt_polar_plot.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_layout.o qwt_polar_layout.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_spectrogram.o qwt_polar_spectrogram.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_polar_renderer.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_marker.o qwt_polar_marker.cpp moc qwt_polar_magnifier.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_abstract_slider.h In file included from qwt_plot_svgitem.cpp:12: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ moc qwt_abstract_scale.h In file included from qwt_polar_fitter.cpp:10: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_arrow_button.o qwt_arrow_button.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_polar_panner.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_picker.o qwt_polar_picker.cpp In file included from qwt_polar_curve.cpp:9: In file included from ./qwt_polar_curve.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_plot_svgitem.cpp:12: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_renderer.o qwt_polar_renderer.cpp moc qwt_analog_clock.h moc qwt_polar_plot.h 20 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_compass_rose.o qwt_compass_rose.cpp In file included from qwt_polar_fitter.cpp:10: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:120:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline void QPolygon::setPoint(int index, const QPoint &pt) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:123:23: warning: 'QPolygon::setPoint' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 123 | inline void QPolygon::setPoint(int index, int x, int y) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:126:25: warning: 'QPolygon::point' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 126 | inline QPoint QPolygon::point(int index) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpolygon.h:129:23: warning: 'QPolygon::translate' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 129 | inline void QPolygon::translate(const QPoint &offset) | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_spectrogram.o qwt_polar_spectrogram.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_compass.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 4 warnings generated. moc qwt_counter.h moc qwt_abstract_slider.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_dial_needle.o qwt_dial_needle.cpp moc qwt_dial.h clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_polar_grid.cpp:9: In file included from ./qwt_polar_grid.h:14: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ 2 warnings generated. In file included from qwt_polar_item.cpp:9: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_polar_curve.cpp:9: In file included from ./qwt_polar_curve.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ moc qwt_abstract_scale.h In file included from qwt_polar_itemdict.cpp:9: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_polar_layout.cpp:9: In file included from ./qwt_polar_layout.h:13: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_polar_grid.cpp:9: In file included from ./qwt_polar_grid.h:14: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ moc qwt_knob.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_arrow_button.o qwt_arrow_button.cpp In file included from qwt_polar_item.cpp:9: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 4 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_analog_clock.o qwt_analog_clock.cpp 2 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_thermo.h moc qwt_slider.h In file included from qwt_polar_marker.cpp:9: In file included from ./qwt_polar_marker.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ moc qwt_wheel.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_compass.o qwt_compass.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_compass_rose.o qwt_compass_rose.cpp In file included from qwt_polar_itemdict.cpp:9: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ moc qwt_dyngrid_layout.h Installed: Modelica 3.1.0+maint.om clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_counter.o qwt_counter.cpp In file included from qwt_polar_spectrogram.cpp:9: In file included from ./qwt_polar_spectrogram.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_polar_layout.cpp:9: In file included from ./qwt_polar_layout.h:13: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_magnifier.o qwt_magnifier.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_dial.o qwt_dial.cpp In file included from qwt_polar_marker.cpp:9: In file included from ./qwt_polar_marker.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_panner.o qwt_panner.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_dial_needle.o qwt_dial_needle.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_knob.o qwt_knob.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_picker.o qwt_picker.cpp 20 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_text_label.o qwt_text_label.cpp 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_slider.o qwt_slider.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_abstract_legend.o qwt_abstract_legend.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 qwt_polar_renderer.cpp:9: In file included from ./qwt_polar_renderer.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_thermo.o qwt_thermo.cpp 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_legend.o qwt_legend.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_legend_label.o qwt_legend_label.cpp 2 warnings generated. 2 warnings generated. In file included from qwt_polar_renderer.cpp:10: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_polar_picker.cpp:10: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_wheel.o qwt_wheel.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot.o qwt_plot.cpp 2 warnings generated. In file included from qwt_polar_spectrogram.cpp:9: In file included from ./qwt_polar_spectrogram.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintclang++clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_renderer.o qwt_plot_renderer.cpp Device::paintingActive() const | ^ : warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_canvas.o qwt_plot_canvas.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. 2 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_panner.o qwt_plot_panner.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] moc qwt_dyngrid_layout.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_picker.o qwt_plot_picker.cpp In file included from qwt_polar_picker.cpp:9: ./qwt_polar_picker.h:95:18: warning: private field 'm_data' is not used [-Wunused-private-field] 95 | PrivateData* m_data; | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_zoomer.o qwt_plot_zoomer.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 qwt_analog_clock.cpp:10: In file included from ./qwt_analog_clock.h:14: In file included from ./qwt_dial.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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. 3 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_magnifier.o qwt_magnifier.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_magnifier.o qwt_plot_magnifier.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_panner.o qwt_panner.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 qwt_compass.cpp:10: In file included from ./qwt_compass.h:14: In file included from ./qwt_dial.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_picker.o qwt_picker.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_dial.cpp:10: In file included from ./qwt_dial.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 qwt_panner.cpp:10: In file included from ./qwt_panner.h:14: 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 qwt_magnifier.cpp:14: 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 | ^ qwt_polar_renderer.cpp:67:22: warning: unused function 'qwtDistance' [-Wunused-function] 67 | static inline double qwtDistance( | ^~~~~~~~~~~ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_plot_rescaler.o qwt_plot_rescaler.cpp 27 warnings generated. In file included from qwt_plot_renderer.cpp:10: In file included from ./qwt_plot_renderer.h:17: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ In file included from qwt_knob.cpp:10: In file included from ./qwt_knob.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_sampling_thread.o qwt_sampling_thread.cpp 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 In file included from qwt_slider.cpp:10: In file included from ./qwt_slider.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:773:22: warning: 'QWidget::isTopLevel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 773 | inline bool QC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ Widget::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: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:782:22: warning: 'QWidget::isModal' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 782 | inline bool QWidget::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) | ^ isModal() const | ^ 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:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inline bool QWidget::isEnabledToTLW() consC:/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) | ^ t | ^ 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: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: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 | ^ :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:814:30: warning: 'QWidget::font' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 814 | inline const QFonC:/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 | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] t &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::iC:/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) | ^ sVisible() 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/include/QtWidgets/qwidget.h:853:22: warning: 'QWidget::resize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 warnings generated. 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 -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_scale_widget.o qwt_scale_widget.cpp In file included from qwt_thermo.cpp:10: In file included from ./qwt_thermo.h:14: In file included from ./qwt_abstract_scale.h:14: 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 | ^ 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_text_label.o qwt_text_label.cpp 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 27 warnings generated. | ^ 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 qwt_picker.cpp:14: In file included from ./qwt_widget_overlay.h:14: 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:22clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_abstract_legend.o qwt_abstract_legend.cpp : 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] 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 qwt_wheel.cpp:10: In file included from ./qwt_wheel.h:14: 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) | ^ 5 warnings generated. 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 -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_canvas.o qwt_polar_canvas.cpp 27 warnings generated. clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_legend.o qwt_legend.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_magnifier.o qwt_polar_magnifier.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_renderer.o qwt_plot_renderer.cpp In file included from qwt_plot_panner.cpp:10: In file included from ./qwt_plot_panner.h:14: In file included from ./qwt_panner.h:14: 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] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_plot_rescaler.o qwt_plot_rescaler.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_panner.o qwt_polar_panner.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_picker.o qwt_polar_picker.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_sampling_thread.o qwt_sampling_thread.cpp 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_scale_widget.o qwt_scale_widget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_plot.o qwt_polar_plot.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_canvas.o qwt_polar_canvas.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_polar_renderer.o qwt_polar_renderer.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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] In file included from qwt_panner.cpp:10: In file included from ./qwt_panner.h:14: 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 -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_abstract_slider.o qwt_abstract_slider.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_magnifier.o qwt_polar_magnifier.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_panner.o qwt_polar_panner.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_abstract_scale.o qwt_abstract_scale.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_analog_clock.o qwt_analog_clock.cpp In file included from qwt_magnifier.cpp:14: 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: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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_polar_plot.o qwt_polar_plot.cpp :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 -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_compass.o qwt_compass.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_picker.cpp:14: In file included from ./qwt_widget_overlay.h:14: 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::isclang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] Visible() 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] 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_counter.o qwt_counter.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_abstract_slider.o qwt_abstract_slider.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 2 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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_abstract_scale.o qwt_abstract_scale.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_dial.o qwt_dial.cpp In file included from qwt_scale_widget.cpp:10: In file included from ./qwt_scale_widget.h:17: 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] 27 warnings generated. In file included from qwt_plot_renderer.cpp:10: In file included from ./qwt_plot_renderer.h:17: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_knob.o qwt_knob.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 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qwt_dyngrid_layout.o qwt_dyngrid_layout.cpp In file included from qwt_polar_magnifier.cpp:10: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] Installed: Modelica 2.2.2+maint.om clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_slider.o qwt_slider.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_thermo.o qwt_thermo.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_polar_panner.cpp:9: In file included from ./qwt_polar_panner.h:13: In file included from ./qwt_panner.h:14: 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] clang++: 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) | ^ warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] In file included from qwt_polar_picker.cpp:10: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ 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 qwt_polar_renderer.cpp:9: In file included from ./qwt_polar_renderer.h:14: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ In file included from qwt_polar_plot.cpp:9: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ 27 warnings generated. In file included from qwt_polar_renderer.cpp:10: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive()clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_wheel.o qwt_wheel.cpp const | ^ In file included from qwt_polar_magnifier.cpp:10: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -Wall -Wextra -Wextra -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQWT_MOC_INCLUDE=1 -DQWT_NO_OPENGL -DQT_NO_KEYWORDS -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Imoc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o debug/qwt_dyngrid_layout.o qwt_dyngrid_layout.cpp clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] clang++: warning: argument unused during compilation: '-mthreads' [-Wunused-command-line-argument] 27 warnings generated. In file included from qwt_scale_widget.cpp:10: In file included from ./qwt_scale_widget.h:17: 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. In file included from qwt_abstract_slider.cpp:10: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 qwt_polar_plot.cpp:9: In file included from ./qwt_polar_plot.h:14: In file included from ./qwt_polar_itemdict.h:13: In file included from ./qwt_polar_item.h:15: In file included from ./qwt_graphic.h:14: In file included from ./qwt_null_paintdevice.h:15: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:116:26: warning: 'QPaintDevice::devType' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 116 | inline int QPaintDevice::devType() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpaintdevice.h:119:27: warning: 'QPaintDevice::paintingActive' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 119 | inline bool QPaintDevice::paintingActive() const | ^ In file included from qwt_polar_panner.cpp:9: In file included from ./qwt_polar_panner.h:13: In file included from ./qwt_panner.h:14: 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 qwt_abstract_scale.cpp:10: In file included from ./qwt_abstract_scale.h:14: 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 | ^ 27 warnings generated. 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 qwt_polar_picker.cpp:9: ./qwt_polar_picker.h:95:18: warning: private field 'm_data' is not used [-Wunused-private-field] 95 | PrivateData* m_data; | ^ In file included from qwt_analog_clock.cpp:10: In file included from ./qwt_analog_clock.h:14: In file included from ./qwt_dial.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 qwt_compass.cpp:10: In file included from ./qwt_compass.h:14: In file included from ./qwt_dial.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 | ^ 3 warnings generated. In file included from qwt_abstract_slider.cpp:10: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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. In file included from qwt_abstract_scale.cpp:10: In file included from ./qwt_abstract_scale.h:14: 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 qwt_dial.cpp:10: In file included from ./qwt_dial.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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. 27 warnings generated. 27 warnings generated. 2 warnings generated. In file included from qwt_knob.cpp:10: In file included from ./qwt_knob.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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. 27 warnings generated. 27 warnings generated. qwt_polar_renderer.cpp:67:22: warning: unused function 'qwtDistance' [-Wunused-function] 67 | static inline double qwtDistance( | ^~~~~~~~~~~ 2 warnings generated. 27 warnings generated. 27 warnings generated. In file included from qwt_slider.cpp:10: In file included from ./qwt_slider.h:14: In file included from ./qwt_abstract_slider.h:14: In file included from ./qwt_abstract_scale.h:14: 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 | ^ 5 warnings generated. In file included from qwt_thermo.cpp:10: In file included from ./qwt_thermo.h:14: In file included from ./qwt_abstract_scale.h:14: 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. In file included from qwt_wheel.cpp:10: In file included from ./qwt_wheel.h:14: 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 | ^ rm -f ../lib/libomqwt.a 2>/dev/null 27 warnings generated. ar -rc ../lib/libomqwt.a @object_script.libomqwt.Release 27 warnings generated. make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' 27 warnings generated. 27 warnings generated. 27 warnings generated. rm -f ../lib/libomqwtd.a 2>/dev/null ar -rc ../lib/libomqwtd.a @object_script.libomqwtd.Debug 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' cp -puf lib/libomqwt*.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc test -f /c/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt/qwt_global.h || (make -f Makefile install && cp -a build/include/*.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt) 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 install C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/qwtconfig.pri C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/features/qwtconfig.pri C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/qwtfunctions.pri C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/features/qwtfunctions.pri C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/qwt.prf C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/features/qwt.prf make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make -f Makefile.Release install make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' cp -f ../lib/libomqwt.a C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/lib/libomqwt.a C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_bezier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_bezier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_clipper.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_clipper.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_color_map.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_color_map.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_column_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_column_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_date.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_date.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_date_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_date_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_date_scale_engine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_date_scale_engine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_dyngrid_layout.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_dyngrid_layout.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_global.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_global.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_graphic.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_graphic.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_interval.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_interval.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_interval_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_interval_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_math.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_math.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_magnifier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_magnifier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_null_paintdevice.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_null_paintdevice.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_painter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_painter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_painter_command.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_painter_command.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_panner.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_panner.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_picker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_picker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_picker_machine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_picker_machine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_pixel_matrix.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_pixel_matrix.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_3d.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_3d.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_polar.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_polar.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_round_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_round_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_div.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_div.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_engine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_engine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_map.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_map.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_basis.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_basis.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_parametrization.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_parametrization.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_local.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_local.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_cubic.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_cubic.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_pleasing.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_pleasing.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_polynomial.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_polynomial.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_system_clock.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_system_clock.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_text_engine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_text_engine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_text_label.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_text_label.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_text.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_text.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_transform.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_transform.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_widget_overlay.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_widget_overlay.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_axis.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_axis.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_axis_id.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_axis_id.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_curve_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_curve_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_curve_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_curve_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_weeding_curve_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_weeding_curve_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_event_pattern.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_event_pattern.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_legend.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_legend.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_legend.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_legend.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_legend_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_legend_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_legend_label.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_legend_label.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_renderer.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_renderer.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_curve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_curve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_dict.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_dict.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_directpainter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_directpainter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_graphicitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_graphicitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_grid.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_grid.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_histogram.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_histogram.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_item.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_item.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_abstract_barchart.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_abstract_barchart.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_barchart.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_barchart.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_multi_barchart.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_multi_barchart.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_intervalcurve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_intervalcurve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_tradingcurve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_tradingcurve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_layout.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_layout.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_marker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_marker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_zoneitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_zoneitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_textlabel.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_textlabel.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_rasteritem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_rasteritem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_spectrogram.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_spectrogram.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_spectrocurve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_spectrocurve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_scaleitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_scaleitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_legenditem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_legenditem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_seriesitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_seriesitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_shapeitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_shapeitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_vectorfield.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_vectorfield.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_abstract_canvas.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_abstract_canvas.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_canvas.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_canvas.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_panner.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_panner.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_picker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_picker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_zoomer.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_zoomer.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_magnifier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_magnifier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_rescaler.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_rescaler.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_mapper.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_mapper.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_raster_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_raster_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_matrix_raster_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_matrix_raster_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_vectorfield_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_vectorfield_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_sampling_thread.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_sampling_thread.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_samples.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_samples.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_series_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_series_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_series_store.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_series_store.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_widget.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_widget.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_svgitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_svgitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_canvas.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_canvas.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_curve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_curve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_grid.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_grid.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_itemdict.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_itemdict.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_item.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_item.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_layout.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_layout.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_magnifier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_magnifier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_marker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_marker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_panner.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_panner.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_picker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_picker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_plot.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_plot.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_renderer.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_renderer.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_spectrogram.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_spectrogram.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_slider.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_slider.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_scale.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_scale.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_arrow_button.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_arrow_button.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_analog_clock.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_analog_clock.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_compass.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_compass.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_compass_rose.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_compass_rose.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_counter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_counter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_dial.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_dial.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_dial_needle.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_dial_needle.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_knob.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_knob.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_slider.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_slider.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_thermo.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_thermo.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_wheel.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_wheel.h make[5]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' make -f Makefile.Debug install make[5]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src' cp -f ../lib/libomqwtd.a C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/lib/libomqwtd.a C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_bezier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_bezier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_clipper.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_clipper.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_color_map.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_color_map.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_column_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_column_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_date.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_date.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_date_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_date_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_date_scale_engine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_date_scale_engine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_dyngrid_layout.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_dyngrid_layout.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_global.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_global.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_graphic.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_graphic.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_interval.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_interval.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_interval_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_interval_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_math.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_math.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_magnifier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_magnifier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_null_paintdevice.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_null_paintdevice.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_painter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_painter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_painter_command.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_painter_command.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_panner.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_panner.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_picker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_picker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_picker_machine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_picker_machine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_pixel_matrix.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_pixel_matrix.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_3d.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_3d.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_polar.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_polar.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_round_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_round_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_div.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_div.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_draw.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_draw.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_engine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_engine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_map.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_map.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_basis.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_basis.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_parametrization.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_parametrization.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_local.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_local.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_cubic.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_cubic.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_pleasing.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_pleasing.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_polynomial.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_polynomial.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_system_clock.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_system_clock.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_text_engine.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_text_engine.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_text_label.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_text_label.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_text.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_text.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_transform.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_transform.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_widget_overlay.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_widget_overlay.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_axis.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_axis.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_axis_id.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_axis_id.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_curve_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_curve_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_spline_curve_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_spline_curve_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_weeding_curve_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_weeding_curve_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_event_pattern.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_event_pattern.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_legend.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_legend.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_legend.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_legend.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_legend_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_legend_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_legend_label.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_legend_label.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_renderer.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_renderer.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_curve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_curve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_dict.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_dict.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_directpainter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_directpainter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_graphicitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_graphicitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_grid.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_grid.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_histogram.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_histogram.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_item.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_item.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_abstract_barchart.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_abstract_barchart.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_barchart.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_barchart.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_multi_barchart.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_multi_barchart.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_intervalcurve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_intervalcurve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_tradingcurve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_tradingcurve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_layout.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_layout.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_marker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_marker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_zoneitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_zoneitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_textlabel.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_textlabel.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_rasteritem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_rasteritem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_spectrogram.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_spectrogram.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_spectrocurve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_spectrocurve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_scaleitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_scaleitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_legenditem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_legenditem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_seriesitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_seriesitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_shapeitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_shapeitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_vectorfield.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_vectorfield.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_abstract_canvas.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_abstract_canvas.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_canvas.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_canvas.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_panner.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_panner.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_picker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_picker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_zoomer.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_zoomer.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_magnifier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_magnifier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_rescaler.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_rescaler.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_mapper.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_mapper.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_raster_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_raster_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_matrix_raster_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_matrix_raster_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_vectorfield_symbol.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_vectorfield_symbol.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_sampling_thread.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_sampling_thread.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_samples.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_samples.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_series_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_series_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_series_store.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_series_store.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_point_data.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_point_data.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_scale_widget.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_scale_widget.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_plot_svgitem.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_plot_svgitem.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_canvas.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_canvas.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_curve.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_curve.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_fitter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_fitter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_grid.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_grid.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_itemdict.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_itemdict.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_item.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_item.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_layout.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_layout.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_magnifier.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_magnifier.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_marker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_marker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_panner.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_panner.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_picker.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_picker.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_plot.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_plot.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_renderer.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_renderer.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_polar_spectrogram.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_polar_spectrogram.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_slider.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_slider.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_abstract_scale.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_abstract_scale.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_arrow_button.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_arrow_button.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_analog_clock.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_analog_clock.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_compass.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_compass.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_compass_rose.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_compass_rose.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_counter.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_counter.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_dial.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_dial.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_dial_needle.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_dial_needle.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_knob.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_knob.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_slider.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_slider.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_thermo.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_thermo.h C:/OMDevUCRT/tools/msys/ucrt64/bin/qmake.exe -install qinstall C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/src/qwt_wheel.h C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt/build/include/qwt_wheel.h 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' Installed: Modelica 3.2.2+maint.om make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/qwt' make -C OMPlot/OMPlotGUI -f Makefile.omdev.mingw OM_QT_MAJOR_VERSION=5 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' qmake "CONFIG+=release" Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMPlot\OMPlot\OMPlotGUI\.qmake.stash Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport WARNING: Failure to find: release/rc_omplot_res.o Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport WARNING: Failure to find: debug/rc_omplot_res.o qmake "CONFIG+=release" OMPlotLib.pro -o Makefile.lib Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport make -f Makefile.lib Installed: Modelica 3.2.3+maint.om Installed: Modelica 3.2.1+maint.om make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make -f Makefile.lib.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Plot.o Plot.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotZoomer.o PlotZoomer.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Legend.o Legend.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotPanner.o PlotPanner.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotPicker.o PlotPicker.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotGrid.o PlotGrid.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotCurve.o PlotCurve.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotWindow.o PlotWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotApplication.o PlotApplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotWindowContainer.o PlotWindowContainer.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotMainWindow.o PlotMainWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ScaleDraw.o ScaleDraw.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/LogScaleEngine.o LogScaleEngine.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/LinearScaleEngine.o LinearScaleEngine.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name resource_omplot resource_omplot.qrc -o ../generatedfiles/rcc/qrc_resource_omplot.cpp g++ -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -dM -E -o ../generatedfiles/moc/moc_predefs.h C:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/features/data/dummy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qrc_resource_omplot.o ../generatedfiles/rcc/qrc_resource_omplot.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 OMPlot.h -o ../generatedfiles/moc/moc_OMPlot.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 PlotZoomer.h -o ../generatedfiles/moc/moc_PlotZoomer.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 Legend.h -o ../generatedfiles/moc/moc_Legend.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 PlotPanner.h -o ../generatedfiles/moc/moc_PlotPanner.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 PlotWindow.h -o ../generatedfiles/moc/moc_PlotWindow.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 PlotApplication.h -o ../generatedfiles/moc/moc_PlotApplication.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 PlotWindowContainer.h -o ../generatedfiles/moc/moc_PlotWindowContainer.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -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 PlotMainWindow.h -o ../generatedfiles/moc/moc_PlotMainWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotApplication.o ../generatedfiles/moc/moc_PlotApplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotMainWindow.o ../generatedfiles/moc/moc_PlotMainWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotWindow.o ../generatedfiles/moc/moc_PlotWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMPlot.o ../generatedfiles/moc/moc_OMPlot.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotZoomer.o ../generatedfiles/moc/moc_PlotZoomer.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_Legend.o ../generatedfiles/moc/moc_Legend.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotPanner.o ../generatedfiles/moc/moc_PlotPanner.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -DLOG_MIN=1e-20 -DLOG_MAX=1e20 -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotWindowContainer.o ../generatedfiles/moc/moc_PlotWindowContainer.cpp In file included from Plot.cpp:32: In file included from ./PlotWindow.h:80: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotWindowContainer.cpp:32: In file included from ./PlotWindowContainer.h:36: In file included from ./PlotWindow.h:80: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotPanner.cpp:32: In file included from ./PlotPanner.h:35: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotZoomer.cpp:32: In file included from ./PlotZoomer.h:35: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotPicker.cpp:35: In file included from ./PlotPicker.h:38: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from Legend.cpp:35: In file included from ./Legend.h:38: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from ScaleDraw.cpp:35: In file included from ./ScaleDraw.h:37: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; In file included from PlotWindow.cpp:35: In file included from ./PlotWindow.h:80: In file included from | ./OMPlot.h:42: ^./PlotCurve.h:121 :15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotCurve.cpp:32: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotApplication.cpp:33: In file included from ./PlotWindow.h:80: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotMainWindow.cpp:33: In file included from ./PlotWindowContainer.h:36: In file included from ./PlotWindow.h:80: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from PlotGrid.cpp:32: In file included from ./PlotGrid.h:35: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. PlotWindow.cpp:73:24: warning: 'Background' is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations] 73 | p.setColor(QPalette::Background, Qt::white); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qpalette.h:101:33: note: 'Background' has been explicitly marked deprecated here 101 | Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcompilerdetection.h:1175:45: note: expanded from macro 'Q_DECL_ENUMERATOR_DEPRECATED_X' 1175 | # define Q_DECL_ENUMERATOR_DEPRECATED_X(x) Q_DECL_DEPRECATED_X(x) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcompilerdetection.h:689:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' 689 | # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) | ^ 1 warning generated. In file included from ../generatedfiles/moc/moc_OMPlot.cpp:10: In file included from ../generatedfiles/moc/../../OMPlotGUI/OMPlot.h:42: ../generatedfiles/moc/../../OMPlotGUI/PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from ../generatedfiles/moc/moc_PlotWindow.cpp:10: In file included from ../generatedfiles/moc/../../OMPlotGUI/PlotWindow.h:80: In file included from ../generatedfiles/moc/../../OMPlotGUI/OMPlot.h:42: ../generatedfiles/moc/../../OMPlotGUI/PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from ../generatedfiles/moc/moc_PlotZoomer.cpp:10: In file included from ../generatedfiles/moc/../../OMPlotGUI/PlotZoomer.h:35: In file included from ../generatedfiles/moc/../../OMPlotGUI/OMPlot.h:42: ../generatedfiles/moc/../../OMPlotGUI/PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from ../generatedfiles/moc/moc_Legend.cpp:10: In file included from ../generatedfiles/moc/../../OMPlotGUI/Legend.h:38: In file included from ../generatedfiles/moc/../../OMPlotGUI/OMPlot.h:42: ../generatedfiles/moc/../../OMPlotGUI/PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ 1 warning generated. In file included from ../generatedfiles/moc/moc_PlotWindowContainer.cpp:10: In file included from ../generatedfiles/moc/../../OMPlotGUI/PlotWindowContainer.h:36: In file included from ../generatedfiles/moc/../../OMPlotGUI/PlotWindow.h:80: In file included from ../generatedfiles/moc/../../OMPlotGUI/OMPlot.h:42: ../generatedfiles/moc/../../OMPlotGUI/PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from ../generatedfiles/moc/moc_PlotPanner.cpp:10: In file included from ../generatedfiles/moc/../../OMPlotGUI/PlotPanner.h:35: In file included from ../generatedfiles/moc/../../OMPlotGUI/OMPlot.h:42: ../generatedfiles/moc/../../OMPlotGUI/PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. 2 warnings generated. rm -f ../bin/libOMPlot.a 2>/dev/null ar -rc ../bin/libOMPlot.a @object_script.libOMPlot.Release 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' cp -p ../bin/libOMPlot.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc make -f Makefile make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' make -f Makefile.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' windres -i rc_omplot.rc -o release/rc_omplot_res.o --include-dir=. -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/main.o main.cpp In file included from main.cpp:41: In file included from ./PlotWindowContainer.h:36: In file included from ./PlotWindow.h:80: In file included from ./OMPlot.h:42: ./PlotCurve.h:121:15: warning: 'OMPlot::PlotCurve::closestPoint' hides overloaded virtual function [-Woverloaded-virtual] 121 | virtual int closestPoint(const QPoint &pos, double *dist = NULL) const; | ^ ../../../build/include/omplot/qwt/qwt_plot_curve.h:273:17: note: hidden overloaded virtual function 'QwtPlotCurve::closestPoint' declared here: type mismatch at 1st parameter ('const QPointF &' vs 'const QPoint &') 273 | virtual int closestPoint( const QPointF& pos, double* dist = NULL ) const; | ^ In file included from main.cpp:43: In file included from ../../../build/include/omc/c/util/omc_error.h:35: In file included from ../../../build/include/omc/c/util/../openmodelica.h:71: In file included from ../../../build/include/omc/c/util/../openmodelica_types.h:163: In file included from ../../../build/include/omc/c/util/../gc/omc_gc.h:151: ../../../build/include/omc/c/util/../gc/../meta/meta_modelica_segv.h:69:88: warning: unused parameter 'oldThreadData' [-Wunused-parameter] 69 | static inline void mmc_init_stackoverflow_fast(threadData_t *threadData, threadData_t *oldThreadData) | ^ 2 warnings generated. g++ -Wl,--enable-auto-import -Wl,-s -Wl,-subsystem,console -mthreads -o ../bin/OMPlot.exe release/rc_omplot_res.o release/main.o release/qrc_resource_omplot.o -LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -lOMPlot -lomqwt -lOpenModelicaRuntimeC C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Svg.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5PrintSupport.dll.a 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 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' cp -p ../bin/OMPlot.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin cp -a *.h /c/dev/jenkins/ws/Windows/OM_Win/build/include/omplot make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot/OMPlot/OMPlotGUI' cp -puf ../common/pre-commit.sh C:/dev/jenkins/ws/Windows/OM_Win/.git/hooks/pre-commit make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMPlot' make -f Makefile.omdev.mingw -C OMEdit OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build OM_ENABLE_ENCRYPTION= CC="clang" CXX="clang++" OM_QT_MAJOR_VERSION=5 OM_OMEDIT_ENABLE_LIBXML2=OFF OM_OMEDIT_ENABLE_QTWEBENGINE=OFF make -f Makefile.omdev.mingw -C OMNotebook/OMNotebook/OMNotebookGUI OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" OM_QT_MAJOR_VERSION=5 make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share/omedit/nls 'ver"' is not recognized as an internal or external command, operable program or batch file. mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc 'ver"' is not recognized as an internal or external command, operable program or batch file. mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/bin make -f Makefile.omdev.mingw -C OMOptim OMBUILDDIR=/c/dev/jenkins/ws/Windows/OM_Win/build CC="clang" CXX="clang++" OM_QT_MAJOR_VERSION=5 make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' 'ver"' is not recognized as an internal or external command, operable program or batch file. make -C OMEditLIB/Debugger/Parser -f Makefile.lib.omdev.mingw Current omhome: /c/dev/jenkins/ws/Windows/OM_Win/build/ make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Debugger/Parser' java -cp /c/dev/jenkins/ws/Windows/OM_Win/build/share/omc/java/antlr-3.2.jar org.antlr.Tool -Xconversiontimeout 10000 -report GDBMIOutput.g lrelease OMEditLIB/OMEditLIB.pro Current lsb_release: make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim' 'ver"' is not recognized as an internal or external command, operable program or batch file. 'ver"' is not recognized as an internal or external command, operable program or batch file. warning(200): GDBMIOutput.g:70:82: Decision can match input such as "WS" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input warning(200): GDBMIOutput.g:70:86: Decision can match input such as "NL" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input warning(200): GDBMIOutput.g:112:82: Decision can match input such as "NL" using multiple alternatives: 1, 2 As a result, alternative(s) 2 were disabled for that input 'ver"' is not recognized as an internal or external command, operable program or batch file. Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMEdit\.qmake.stash WARNING: Project ERROR: Unknown module(s) in QT: core5compat openglwidgets WebEngineWidgets Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_de.qm'... Generated 514 translation(s) (514 finished and 0 unfinished) Ignored 1123 untranslated source text(s) Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_es.qm'... Generated 20 translation(s) (20 finished and 0 unfinished) Ignored 1617 untranslated source text(s) Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_fr.qm'... Generated 1426 translation(s) (1391 finished and 35 unfinished) Ignored 211 untranslated source text(s) 'ver"' is not recognized as an internal or external command, operable program or batch file. Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_it.qm'... Generated 455 translation(s) (455 finished and 0 unfinished) Ignored 1182 untranslated source text(s) Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_ja.qm'... qmake "CONFIG+=release" Generated 853 translation(s) (853 finished and 0 unfinished) Ignored 784 untranslated source text(s) Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_ro.qm'... Generated 170 translation(s) (170 finished and 0 unfinished) Ignored 1467 untranslated source text(s) ANTLR Grammar Report; Stats Version 4 Grammar: GDBMIOutput Type: combined Target language: C Output: none Grammar option k: none Grammar option backtrack: false Rules: 18 Productions: 28 Decisions: 22 Cyclic DFA decisions: 0 LL(1) decisions: 3 Min fixed k: -1 Max fixed k: 2 Average fixed k: 0.0 Standard deviation of fixed k: 1.2149857925879117 Min acyclic DFA states: 0 Max acyclic DFA states: 5 Average acyclic DFA states: 1.0454545454545454 Standard deviation of acyclic DFA states: 1.812056782650528 Total acyclic DFA states: 23 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: 21 DFA creation time in ms: 37 Number of semantic predicates found: 0 Number of manual fixed lookahead k=value options: 0 Number of nondeterministic decisions: 3 Number of nondeterministic decisions resolved with predicates: 0 Number of DFA conversions terminated early: 0 Number of errors: 0 Number of warnings: 3 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 Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_ru.qm'... Generated 1637 translation(s) (1636 finished and 1 unfinished) lrelease OMNotebookGUI.pro Current version: v1.25.0-dev-32-gc296bbf01a (64-bit) Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_sv.qm'... Generated 608 translation(s) (608 finished and 0 unfinished) Ignored 1029 untranslated source text(s) 'ver"' is not recognized as an internal or external command, operable program or batch file. Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Resources/nls/OMEdit_zh_CN.qm'... Generated 1403 translation(s) (1403 finished and 0 unfinished) Ignored 234 untranslated source text(s) Current omhome: /c/dev/jenkins/ws/Windows/OM_Win/build/ Current lsb_release: Installed: Modelica 4.0.0+maint.om Installed: ModelicaServices 4.0.0+maint.om Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMNotebook\OMNotebook\OMNotebookGUI\.qmake.stash Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Installed: ObsoleteModelica4 4.0.0+maint.om Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMNotebook\OMNotebook\OMNotebookGUI\.qmake.stash WARNING: Project ERROR: Unknown module(s) in QT: core5compat 'ver"' is not recognized as an internal or external command, operable program or batch file. clang++ -c -O3 -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 GDBMIOutputLexer.c -o GDBMIOutputLexer.o make -C OMOptimBasis/build -f Makefile.omdev.mingw OM_QT_MAJOR_VERSION=5 clang++ -c -O3 -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 GDBMIOutputParser.c -o GDBMIOutputParser.o clang++ -c -O3 -I. -I/c/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 GDBMIParser.cpp -o GDBMIParser.o WARNING: Failure to find: release/rc_omnotebook_res.o make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' qmake "CONFIG+=release" OMOptimBasis.pro Current version: v1.11.0-dev.beta4-23-gf1036f4 (64-bit) clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] Updating 'C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI/Resources/nls/OMNotebook_de_DE.qm'... Generated 281 translation(s) (281 finished and 0 unfinished) Ignored 2 untranslated source text(s) mkdir -p ParadisEO-2.0.1/build (cd ParadisEO-2.0.1/build && /c/OMDevUCRT/bin/cmake/bin/cmake .. -G "MSYS Makefiles") Current omhome: /c/dev/jenkins/ws/Windows/OM_Win/build/ Installed: ModelicaReference 4.0.0+maint.om mkdir -p ../build/share/omlibrary/cache Current lsb_release: cp -u install-index.json ../build/share/omlibrary/cache/index.json Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMOptim\OMOptimBasis\build\.qmake.stash cp -ur installing/.openmodelica/cache/* ../build/share/omlibrary/cache/ Cannot read C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/vars.pri: No such file or directory Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport CMake Deprecation Warning at CMakeLists.txt:7 (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. Project MESSAGE: uname: MINGW64_NT-10.0-22631 make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: uname: MINGW64_NT-10.0-22631 GDBMIOutputLexer.c:718:29: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 718 | if ( (LA1_0 == '\\') ) | ~~~~~~^~~~~~~ GDBMIOutputLexer.c:718:29: note: remove extraneous parentheses around the comparison to silence this warning 718 | if ( (LA1_0 == '\\') ) | ~ ^ ~ GDBMIOutputLexer.c:718:29: note: use '=' to turn this equality comparison into an assignment 718 | if ( (LA1_0 == '\\') ) | ^~ | = GDBMIOutputLexer.c:724:37: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 724 | if ( (LA1_2 == '"') ) | ~~~~~~^~~~~~ GDBMIOutputLexer.c:724:37: note: remove extraneous parentheses around the comparison to silence this warning 724 | if ( (LA1_2 == '"') ) | ~ ^ ~ GDBMIOutputLexer.c:724:37: note: use '=' to turn this equality comparison into an assignment 724 | if ( (LA1_2 == '"') ) | ^~ | = 2 warnings generated. rm -f libGDBMIParser.a ar -ru libGDBMIParser.a GDBMIOutputLexer.o GDBMIOutputParser.o GDBMIParser.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 libGDBMIParser.a ranlib libGDBMIParser.a make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Debugger/Parser' qmake -r "CONFIG+=release" Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMEdit\.qmake.stash Reading C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/OMEditLIB.pro Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport -mthreads Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport -mthreads -- The C compiler identification is Clang 17.0.6 Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport WARNING: Failure to find: debug/rc_omnotebook_res.o Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport -mthreads -- The CXX compiler identification is Clang 17.0.6 make -f Makefile make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' make -f Makefile.Release make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ImageSizeDlg.ui -o ../generatedfiles/ui/ui_ImageSizeDlg.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe OtherDlg.ui -o ../generatedfiles/ui/ui_OtherDlg.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe searchform.ui -o ../generatedfiles/ui/ui_searchform.h windres -i rc_omnotebook.rc -o release/rc_omnotebook_res.o --include-dir=. -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellapplication.o cellapplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellparserfactory.o cellparserfactory.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/stylesheet.o stylesheet.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellcommandcenter.o cellcommandcenter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/chaptercountervisitor.o chaptercountervisitor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/omcinteractiveenvironment.o omcinteractiveenvironment.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/textcell.o textcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellcommands.o cellcommands.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/commandcompletion.o commandcompletion.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ModelicaTextHighlighter.o ModelicaTextHighlighter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/textcursorcommands.o textcursorcommands.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cell.o cell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/printervisitor.o printervisitor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/treeview.o treeview.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellcursor.o cellcursor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/puretextvisitor.o puretextvisitor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/updategroupcellvisitor.o updategroupcellvisitor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/celldocument.o celldocument.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/inputcell.o inputcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qcombobox_search.o qcombobox_search.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/updatelinkvisitor.o updatelinkvisitor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellfactory.o cellfactory.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/notebook.o notebook.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qtapp.o qtapp.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/xmlparser.o xmlparser.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/searchform.o searchform.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/cellgroup.o cellgroup.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/serializingvisitor.o serializingvisitor.cpp -- Detecting C compiler ABI info Reading C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI/OMEditGUI.pro Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport -mthreads Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport -mthreads WARNING: Failure to find: release/rc_omedit_res.o Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport -mthreads WARNING: Failure to find: debug/rc_omedit_res.o make -f Makefile make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport 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 Project MESSAGE: uname: MINGW64_NT-10.0-22631 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' make -f Makefile.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Helper.o Util/Helper.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/graphcell.o graphcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/latexcell.o latexcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Utilities.o Util/Utilities.cpp In file included from Util/Helper.cpp:35: In file included from Util/Helper.h:39: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ In file included from Util/Helper.cpp:35: In file included from Util/Helper.h:40: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QSize:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ -- 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 make -f Makefile make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' make -f Makefile.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Widgets/WidgetFilesList.ui -o release/generatedfiles/ui/ui_WidgetFilesList.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Widgets/WidgetMOItem.ui -o release/generatedfiles/ui/ui_WidgetMOItem.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Tabs/TabGeneric.ui -o release/generatedfiles/ui/ui_TabGeneric.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Tabs/TabProjectBase.ui -o release/generatedfiles/ui/ui_TabProjectBase.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Widgets/WidgetProjectBaseInfos.ui -o release/generatedfiles/ui/ui_WidgetProjectBaseInfos.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Widgets/WidgetSelectVars.ui -o release/generatedfiles/ui/ui_WidgetSelectVars.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Dialogs/NewProjectBaseForm.ui -o release/generatedfiles/ui/ui_NewProjectBaseForm.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Widgets/WidgetMOItemsList.ui -o release/generatedfiles/ui/ui_WidgetMOItemsList.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Dialogs/ScriptTextDlg.ui -o release/generatedfiles/ui/ui_ScriptTextDlg.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/Dialogs/HelpDlg.ui -o release/generatedfiles/ui/ui_HelpDlg.h /C/OMDevUCRT/tools/msys/ucrt64/bin/uic.exe ../GUI/ConsoleWindow.ui -o release/generatedfiles/ui/ui_ConsoleWindow.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Variables.o ../Variables.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Variable.o ../Variable.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOThreads.o ../MOThreads.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/StringHandler.o Util/StringHandler.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOTableView.o ../GUI/MOTableView.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOParameter.o ../MOParameter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/indent.o indent.cpp -- Detecting CXX compiler ABI info - done 53 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOOptVector.o ../MOOptVector.cpp -- Check for working CXX compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Looking for sys/types.h Installed: Modelica 4.0.0+maint.om Installed: ModelicaServices 1.0.0 Installed: ModelicaServices 3.2.2+maint.om Installed: ModelicaServices 3.2.3+maint.om Installed: ModelicaServices 3.2.1+maint.om Installed: ModelicaServices 4.0.0+maint.om -- Looking for sys/types.h - found -- Looking for stdint.h Installed: ModelicaTest 3.2.3+maint.om clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOItem.o ../MOItem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OutputPlainTextEdit.o Util/OutputPlainTextEdit.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name res_qt res_qt.qrc -o ../generatedfiles/rcc/qrc_res_qt.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetMOItem.o ../GUI/Widgets/WidgetMOItem.cpp g++ -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -dM -E -o ../generatedfiles/moc/moc_predefs.h C:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/features/data/dummy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetFilesList.o ../GUI/Widgets/WidgetFilesList.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/METemperature.o ../Units/METemperature.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MESurface.o ../Units/MESurface.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MESpecHeatCapacity.o ../Units/MESpecHeatCapacity.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MEQflow.o ../Units/MEQflow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/MainWindow.o MainWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MEMassFlow.o ../Units/MEMassFlow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OpenModelicaScriptingAPIQt.o ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MEHTCoeff.o ../Units/MEHTCoeff.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMCProxy.o OMC/OMCProxy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MEDimValue.o ../Units/MEDimValue.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/Model.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/XMLTools.o ../Tools/XMLTools.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/MessagesWidget.o Modeling/MessagesWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/LowTools.o ../Tools/LowTools.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ItemDelegate.o Modeling/ItemDelegate.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qrc_res_qt.o ../generatedfiles/rcc/qrc_res_qt.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Results.o ../Problems/Results.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Result.o ../Problems/Result.cpp -- Looking for stdint.h - found -- Looking for stddef.h clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Problems.o ../Problems/Problems.cpp In file included from Modeling/Model.cpp:34: In file included from Modeling/Model.h:38: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/LibraryTreeWidget.o Modeling/LibraryTreeWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 cellapplication.h -o ../generatedfiles/moc/moc_cellapplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/ProblemInterface.o ../Problems/ProblemInterface.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 stylesheet.h -o ../generatedfiles/moc/moc_stylesheet.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ModelicaTextHighlighter.h -o ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Commands.o Modeling/Commands.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 cellcursor.h -o ../generatedfiles/moc/moc_cellcursor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 document.h -o ../generatedfiles/moc/moc_document.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/ProblemConfig.o ../Problems/ProblemConfig.cpp In file included from Modeling/ItemDelegate.cpp:34: In file included from Modeling/ItemDelegate.h:38: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QTextDocument:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CoOrdinateSystem.o Modeling/CoOrdinateSystem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Problem.o ../Problems/Problem.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 textcell.h -o ../generatedfiles/moc/moc_textcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/OMCases.o ../Problems/OMCases.cpp In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp:4: In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:31: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ In file included from Modeling/CoOrdinateSystem.cpp:34: In file included from Modeling/CoOrdinateSystem.h:37: 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 | ^ 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) | ^ 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 | ^ 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 QStIn file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp:4: In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:38: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:286:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 286 | inline QCborValue::QCborValue(QCborArray &&a) | ^ ringRef &s2, Qt::CaseSensitivity cs) noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:291:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 291 | inline QCborArray QCborValueRef::toArray() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:296:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 296 | inline QCborArray QCborValueRef::toArray(const QCborArray &a) const | ^ 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 | ^ 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) | ^ In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp:4: In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:40: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:342:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 342 | inline QCborValue::QCborValue(QCborMap &&m) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:347:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 347 | inline QCborMap QCborValueRef::toMap() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:352:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 352 | inline QCborMap QCborValueRef::toMap(const QCborMap &m) const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ModelWidgetContainer.o Modeling/ModelWidgetContainer.cpp In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp:4: In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:66: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:368:32: warning: 'QDataStream::device' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 368 | inline QIODevice *QDataStream::device() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:371:44: warning: 'QDataStream::byteOrder' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 371 | inline QDataStream::ByteOrder QDataStream::byteOrder() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:374:25: warning: 'QDataStream::version' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 374 | inline int QDataStream::version() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:377:26: warning: 'QDataStream::setVersion' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 377 | inline void QDataStream::setVersion(int v) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:380:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 380 | inline QDataStream &QDataStream::operator>>(quint8 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:383:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 383 | inline QDataStream &QDataStream::operator>>(quint16 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:389:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 389 | inline QDataStream &QDataStream::operator>>(quint64 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:392:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 392 | inline QDataStream &QDataStream::operator<<(quint8 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:395:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 395 | inline QDataStream &QDataStream::operator<<(quint16 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:401:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QDataStream &QDataStream::operator<<(quint64 i) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 celldocument.h -o ../generatedfiles/moc/moc_celldocument.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 documentview.h -o ../generatedfiles/moc/moc_documentview.cpp In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp:4: In file included from ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:132: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qline.h:379:21: warning: 'QLineF::setLength' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 379 | inline void QLineF::setLength(qreal len) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/OMCase.o ../Problems/OMCase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/InfoSender.o ../Infos/InfoSender.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 treeview.h -o ../generatedfiles/moc/moc_treeview.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 cellgroup.h -o ../generatedfiles/moc/moc_cellgroup.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Info.o ../Infos/Info.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 qcombobox_search.h -o ../generatedfiles/moc/moc_qcombobox_search.cpp -- Looking for stddef.h - found -- Check size of void* /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 cell.h -o ../generatedfiles/moc/moc_cell.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 inputcell.h -o ../generatedfiles/moc/moc_inputcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ModelicaClassDialog.o Modeling/ModelicaClassDialog.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FunctionArgumentDialog.o Modeling/FunctionArgumentDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/qsciencespinbox.o ../GUI/Tools/qsciencespinbox.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/InstallLibraryDialog.o Modeling/InstallLibraryDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/XML.o ../FileData/XML.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 commandcompletion.h -o ../generatedfiles/moc/moc_commandcompletion.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Save.o ../FileData/Save.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/Load.o ../FileData/Load.cpp -- Check size of void* - done /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 notebook.h -o ../generatedfiles/moc/moc_notebook.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SearchWidget.o Search/SearchWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 searchform.h -o ../generatedfiles/moc/moc_searchform.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OptionsDialog.o Options/OptionsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 graphcell.h -o ../generatedfiles/moc/moc_graphcell.cpp CMake Deprecation Warning at eo/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. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BaseEditor.o Editors/BaseEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN --include C:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook -IC:/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 latexcell.h -o ../generatedfiles/moc/moc_latexcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_cellapplication.o ../generatedfiles/moc/moc_cellapplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_stylesheet.o ../generatedfiles/moc/moc_stylesheet.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ModelicaTextHighlighter.o ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ModelicaEditor.o Editors/ModelicaEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_cellcursor.o ../generatedfiles/moc/moc_cellcursor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TransformationsEditor.o Editors/TransformationsEditor.cpp In file included from Search/SearchWidget.cpp:35: In file included from Search/SearchWidget.h:34: 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 -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TextEditor.o Editors/TextEditor.cpp Installed: ModelicaCompliance 3.2.0-master clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CEditor.o Editors/CEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/CSVBase.o ../FileData/CSVBase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_document.o ../generatedfiles/moc/moc_document.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_textcell.o ../generatedfiles/moc/moc_textcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/ProjectBase.o ../ProjectBase.cpp 1 warning generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOSettings.o ../MOSettings.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_celldocument.o ../generatedfiles/moc/moc_celldocument.cpp 1 warning generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/HighTools.o ../Tools/HighTools.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOParametersDlg.o ../GUI/Dialogs/MOParametersDlg.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CompositeModelEditor.o Editors/CompositeModelEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMSimulatorEditor.o Editors/OMSimulatorEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_documentview.o ../generatedfiles/moc/moc_documentview.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/MetaModelicaEditor.o Editors/MetaModelicaEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_treeview.o ../generatedfiles/moc/moc_treeview.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_cellgroup.o ../generatedfiles/moc/moc_cellgroup.cpp -- Found OpenMP_C: -fopenmp=libomp (found version "5.1") clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_qcombobox_search.o ../generatedfiles/moc/moc_qcombobox_search.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/OMProcess.o ../Tools/OMProcess.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MyTreeView.o ../GUI/Tools/MyTreeView.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_cell.o ../generatedfiles/moc/moc_cell.cpp Installed: Modelica_DeviceDrivers 1.8.2 Installed: Modelica_Synchronous 0.92.2 clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MyTextLog.o ../GUI/Tools/MyTextLog.cpp Installed: ScalableTestSuite 2.2.0 Installed: SiemensPower 2.2.0 clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/HTMLEditor.o Editors/HTMLEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MyDelegates.o ../GUI/Tools/MyDelegates.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PlotWindowContainer.o Plotting/PlotWindowContainer.cpp -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.1") -- Found OpenMP: TRUE (found version "5.1") Installed: SiemensPower 2.1.0-beta clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOStyleSheet.o ../GUI/Tools/MOStyleSheet.cpp -- Looking for C++ include iostream clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOSplitter.o ../GUI/Tools/MOSplitter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/GuiTools.o ../GUI/Tools/GuiTools.cpp In file included from MainWindow.cpp:74: In file included from ./Traceability/TraceabilityInformationURI.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:58: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() const | ^ Installed: SiemensPower OMCtest In file included from MainWindow.cpp:74: In file included from ./Traceability/TraceabilityInformationURI.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:287: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:113:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 113 | inline int QToolBox::addItem(QWidget *item, const QString &text) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:115:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 115 | inline int QToolBox::addItem(QWidget *item, const QIcon &iconSet, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:118:22: warning: 'QToolBox::insertItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QToolBox::insertItem(int index, QWidget *item, const QString &text) | ^ Installed: ThermoPower 3.1.0-master clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/TabGeneric.o ../GUI/Tabs/TabGeneric.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOTabBase.o ../GUI/Tabs/MOTabBase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Element.o Element/Element.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_inputcell.o ../generatedfiles/moc/moc_inputcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_commandcompletion.o ../generatedfiles/moc/moc_commandcompletion.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_notebook.o ../generatedfiles/moc/moc_notebook.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ShapeAnnotation.o Annotations/ShapeAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CornerItem.o Element/CornerItem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOTab.o ../GUI/Tabs/MOTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOMainTab.o ../GUI/Tabs/MOMainTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MO2ColTab.o ../GUI/Tabs/MO2ColTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetTableVar.o ../GUI/Widgets/WidgetTableVar.cpp -- Looking for C++ include iostream - found clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/LineAnnotation.o Annotations/LineAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PolygonAnnotation.o Annotations/PolygonAnnotation.cpp -- Check for STD namespace clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/RectangleAnnotation.o Annotations/RectangleAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MyQwtPlotPicker.o ../GUI/Plots/MyQwtPlotPicker.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_searchform.o ../generatedfiles/moc/moc_searchform.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_graphcell.o ../generatedfiles/moc/moc_graphcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOPlot.o ../GUI/Plots/MOPlot.cpp Installed: ThermoSysPro 3.2.0 clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/EllipseAnnotation.o Annotations/EllipseAnnotation.cpp Installed: WasteWater 2.1.0 make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/libraries' clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TextAnnotation.o Annotations/TextAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I../../../build/include/omplot -I../../../build/include/omplot/qwt -I../../../build/include/omc/c -I../.. -I. -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -I../generatedfiles/moc -I../generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_latexcell.o ../generatedfiles/moc/moc_latexcell.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BitmapAnnotation.o Annotations/BitmapAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/DynamicAnnotation.o Annotations/DynamicAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BooleanAnnotation.o Annotations/BooleanAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/TabProjectBase.o ../GUI/Tabs/TabProjectBase.cpp -- Check for STD namespace - found -- Check for ANSI scope clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PointAnnotation.o Annotations/PointAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetProjectBaseInfos.o ../GUI/Widgets/WidgetProjectBaseInfos.cpp In file included from Annotations/BooleanAnnotation.cpp:30: In file included from Annotations/BooleanAnnotation.h:33: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ 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) | ^ 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 | ^ 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 | iclang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/RealAnnotation.o Annotations/RealAnnotation.cpp nline 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 | ^ 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/DlgSettings.o ../GUI/Dialogs/DlgSettings.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ColorAnnotation.o Annotations/ColorAnnotation.cpp In file included from Annotations/PointAnnotation.cpp:30: In file included from Annotations/PointAnnotation.h:34: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/DlgSelectVars.o ../GUI/Dialogs/DlgSelectVars.cpp In file included from Annotations/RealAnnotation.cpp:30: In file included from Annotations/RealAnnotation.h:33: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/LinePatternAnnotation.o Annotations/LinePatternAnnotation.cpp In file included from Annotations/ColorAnnotation.cpp:30: In file included from Annotations/ColorAnnotation.h:33: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FillPatternAnnotation.o Annotations/FillPatternAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/DlgSelectFiles.o ../GUI/Dialogs/DlgSelectFiles.cpp -- Check for ANSI scope - found -- Check for sstream clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/PointArrayAnnotation.o Annotations/PointArrayAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ArrowAnnotation.o Annotations/ArrowAnnotation.cpp In file included from Annotations/LinePatternAnnotation.cpp:33: In file included from Annotations/LinePatternAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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 QStringclang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SmoothAnnotation.o Annotations/SmoothAnnotation.cpp 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetSelectVars.o ../GUI/Widgets/WidgetSelectVars.cpp 1 warning generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetList.o ../GUI/Widgets/WidgetList.cpp In file included from Annotations/FillPatternAnnotation.cpp:33: In file included from Annotations/FillPatternAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ In file included from Annotations/PointArrayAnnotation.cpp:33: In file included from Annotations/PointArrayAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ In file included from Annotations/ArrowAnnotation.cpp:33: In file included from Annotations/ArrowAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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: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) | ^ 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 QC:/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) | ^ String &a2, const QStrC:/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) | ^ ing &a3, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1515:32: warning: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1151:25: warning: 'QString::section' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 'QByteArray::replace' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1515 | inline 1151 | iQBytnline QeArray &QByteArray::replace(char c, const QString &after) | ^ String QString::section(QChar asep, int astart, int aend, SectionFlags aflags) const | ^ 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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: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:2024:21: warning: 'QString::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2024 | inline int QString::locC:/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 | ^ aleAwareCompare(const QString& s1, consC:/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 | ^ t QStringRef& s2) | ^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::CaseSeC:/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 | ^ nsitivity cs) noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2028:24: warning: 'QStringRef::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2028 | inline int C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1863:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] Q StringRef::localeAwareCompare(const QStringRef &s) const | ^ 1863 | inline int QStringRef::compare(const QStringRef &s1, const QStringRef &s2, Qt::CaseSensitivity cs) noexcept | ^ 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: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 | ^ 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) | ^ In file included from Annotations/SmoothAnnotation.cpp:33: In file included from Annotations/SmoothAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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: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: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: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:1124:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1124 | inline QString QStringC:/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 | ^ ::arg(const QString &a1, const QString &a2) 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:1126:25: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1126 | inline QString QString::arg(const QStrC:/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) | ^ ing &a1, const QString &a2, const QString &a3) const | ^ 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 QStringRefC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h: 1128&s:125: warning: 'QString::arg' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1128 | inline QSt,ring Q Sconst QStringRef &s2) | ^ tring::arg(const QString &a1, const QString &a2, const QStC:/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) | ^ ring &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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/NewProjectBaseForm.o ../GUI/Dialogs/NewProjectBaseForm.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/ProblemInterfaces.o ../Problems/ProblemInterfaces.cpp -- Check for sstream - found -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) -- Could NOT find Gnuplot (missing: GNUPLOT_EXECUTABLE) CMake Warning (dev) at eo/CMakeLists.txt:76 (INCLUDE): Policy CMP0145 is not set: The Dart and FindDart modules are removed. Run "cmake --help-policy CMP0145" 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. CMake Warning (dev) at C:/OMDevUCRT/bin/cmake/share/cmake-3.28/Modules/Dart.cmake:47 (message): Policy CMP0145 is not set: The Dart and FindDart modules are removed. Run "cmake --help-policy CMP0145" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): eo/CMakeLists.txt:76 (INCLUDE) This warning is for project developers. Use -Wno-dev to suppress it. 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ExtentAnnotation.o Annotations/ExtentAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BorderPatternAnnotation.o Annotations/BorderPatternAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/EllipseClosureAnnotation.o Annotations/EllipseClosureAnnotation.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/registermetatypes.o ../registermetatypes.cpp -- Configuring done (25.9s) clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/StringAnnotation.o Annotations/StringAnnotation.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TextAlignmentAnnotation.o Annotations/TextAlignmentAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/METime.o ../Units/METime.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TextStyleAnnotation.o Annotations/TextStyleAnnotation.cpp In file included from Annotations/ExtentAnnotation.cpp:30: In file included from Annotations/ExtentAnnotation.h:33: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/DlgSelect.o ../GUI/Dialogs/DlgSelect.cpp 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 | ^ 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) | ^ In file included from Annotations/BorderPatternAnnotation.cpp:33: In file included from Annotations/BorderPatternAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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: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 &QC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:1105:26: warning: 'QString::setNum' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] ByteArray::insert(int i, const QString &s) | ^ 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: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(consC:/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 | ^ -- Generating done (0.3s) t QString &before, const char *after) | ^ 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:1519:32: warning: 'QByteArray::replace' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1519 | inline QByteArray &QByteArraC:/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) | ^ y::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, intC:/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 | ^ from) const | ^ 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: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:1865:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1865 | inline int QStringRef::compare(const QStringRef 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 | ^ &s1, QLatin1String s2, Qt::CaseSensitivity cs) noexcept | ^ 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) | ^ -- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/build 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) | ^ make -C ParadisEO-2.0.1/build 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/WidgetMOItemsList.o ../GUI/Widgets/WidgetMOItemsList.cpp In file included from Annotations/EllipseClosureAnnotation.cpp:33: In file included from Annotations/EllipseClosureAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/build' 51 warnings generated. 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOItemModel.o ../MOItemModel.cpp 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 | ^ 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 | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MOItemViews.o ../GUI/MOItemViews.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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ElementProperties.o Element/ElementProperties.cpp In file included from Annotations/TextAlignmentAnnotation.cpp:33: In file included from Annotations/TextAlignmentAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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 | ^ 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) | ^ g++ -Wl,--enable-auto-import -Wl,--stack,33554432 -Wl,-s -Wl,-subsystem,windows -mthreads -o ../bin/OMNotebook.exe @object_script.OMNotebook.Release -LC:/dev/jenkins/ws/Windows/OM_Win/build/build/lib/omc -lOMPlot -lomqwt -LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lomcgc C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Svg.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5PrintSupport.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Widgets.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Gui.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Network.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Xml.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Core.dll.a -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 C:/OMDevUCRT/tools/msys/ucrt64/lib/libqtmain.a -lshell32 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 QByIn file included from teArray::lastIndexOf(const QString &s, int from) cAnnotations/TextStyleAnnotation.cppons:33: In file included from Annotations/TextStyleAnnotation.h:36: In file included from Annotations/DynamicAnnotation.h:33: 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: t | ^ '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: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 cC:/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 | ^ s) 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 | ^ 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) | ^ 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 | ^ 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) | ^ 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 | ^ [ 1%] Building CXX object eo/src/CMakeFiles/eo.dir/eoFunctorStore.cpp.obj 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) | ^ [ 3%] Building CXX object eo/src/CMakeFiles/eo.dir/eoPersistent.cpp.obj 51 warnings generated. [ 5%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_algo_scalar_es.cpp.obj make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' [ 7%] Building CXX object eo/src/CMakeFiles/eo.dir/eoPrintable.cpp.obj make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' mkdir -p /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/drmodelica/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/drcontrol/ /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/nls/ cp -p ./Resources/nls//*.qm /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/nls/ [ 9%] Building CXX object eo/src/CMakeFiles/eo.dir/eoCtrlCContinue.cpp.obj cp -p ../bin/OMNotebook.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin; 51 warnings generated. [ 11%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_algo_scalar_real.cpp.obj cp -p *.xml /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/ [ 12%] Building CXX object eo/src/CMakeFiles/eo.dir/eoScalarFitnessAssembled.cpp.obj cp -p ../../OMNotebookHelp.onb /c/dev/jenkins/ws/Windows/OM_Win/build/share/omnotebook/ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Transformation.o Element/Transformation.cpp (DRMODELICAPWD=`cd ../../DrModelica/ && pwd` && \ DIRS=`cd ../../DrModelica/ && find . -type d | grep -v svn` && \ (cd /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/drmodelica/ && \ mkdir -p $DIRS) && \ cd ../../DrModelica/ && \ find . -name \*.onb -exec cp {} /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/drmodelica/{} \;) 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/DocumentationWidget.o Modeling/DocumentationWidget.cpp [ 14%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_checkpoint_es.cpp.obj [ 16%] Building CXX object eo/src/es/CMakeFiles/cma.dir/eig.cpp.obj [ 18%] Building CXX object eo/src/CMakeFiles/eo.dir/eoSIGContinue.cpp.obj 51 warnings generated. [ 20%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_algo_scalar_ga.cpp.obj [ 22%] Building CXX object eo/src/es/CMakeFiles/cma.dir/CMAState.cpp.obj [ 24%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_checkpoint_real.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ 51 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCtrlCContinue.cpp:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ [ 25%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_continue_es.cpp.obj [ 27%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_checkpoint_ga.cpp.obj 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/MEGeneric.o ../Units/MEGeneric.cpp [ 31%] Building CXX object eo/src/es/CMakeFiles/cma.dir/CMAParams.cpp.obj [ 31%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_continue_real.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:40: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/checkpointing:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ [ 33%] Linking CXX static library ../lib/libeo.a [ 35%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoData.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of template class 'eoEvalFunc>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of template class 'eoContinue>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of template class 'eoGenOp>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoReal &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF &, const eoReal &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of template class 'eoDistance>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoReal &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public stdIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : pu::unblic eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cppary_function>' requested here 56 | return do_make_algo_scalar(_parser, _state, _e1, R> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of template class 'eoEvalFunc>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of template class 'eoContinue>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of template class 'eoGenOp>>>' requested here 59 | return do_make_algo_scalarval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: (_parser, _expanded from macro '_GLIBCXX11_DEPRECATED's tate, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoReal>> &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF>> &, const eoReal>> &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of template class 'eoDistance>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoReal>> &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPREIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, publCATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ ic C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.hstd::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of template class 'eoContinue>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ :96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of template class 'eoGenOp>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of template class 'eoEvalFunc>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of template class 'eoContinue>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 37%] Building CXX object moeo/src/CMakeFiles/moeo.dir/core/moeoObjectiveVectorTraits.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of template class 'eoGenOp>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of template class 'eoEvalFunc>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of template class 'eoContinue>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of template class 'eoGenOp>' requested here 67 | return do_make_algo_scalar(_parser[ 38%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_genotype_es.cpp.obj , _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of template class 'eoEvalFunc>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:[ 38%] Built target eo In file included from Element/Transformation.cpp:35: In file included from Element/Transformation.h:39: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QTransform:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:222:25: warning: 'QTransform::isAffine' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 222 | inline bool QTransform::isAffine() const | ^ 48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of template class 'eoContinue>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.hGe:226:25: warning: 'QTransform::isIdentity' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 226 | inline bool QTransform::isIdentity() const | ^ nOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of template class 'eoGenOp>>>' requested here 72 | return do_make_algo_scalC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.har(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ :231:25: warning: 'QTransform::isInvertible' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 231 | inline bool QTransform::isInvertible() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:236:25: warning: 'QTransform::isScaling' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 236 | inline bool QTransform::isScaling() const | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:240:25: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUwarning: 'QTransform::isRotating' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 240 | inline bool QTransform::isRotating() const | ^ F | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of template class 'eoEvalFunc>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:245:25: warning: 'QTransform::isTranslating' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 245 | inline bool QTransform::isTranslating() const | ^ 7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:256:26: warning: 'QTransform::det' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes]ECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: 256 | inline qreal QTransform::det() const | ^ note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:261:26: warning: 'QTransform::m11' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 261 | inline qreal QTransform::m11() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:265:26: warning: 'QTransform::m12' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] _ 265 | GLIBCXX11_DEPinline qreal QTransformRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPe:rs:istem12() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:269:26: warning: 'QTransform::m13' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 269 | inline qreal QTransform::m13() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:273:26: warning: 'QTransform::m21' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 273 | inline qreal QTransform::m21() connt | s ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of template class 'eoContinue>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ t | ^C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRE CATED _GLIBCXX_DEPRECATED C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:277:26 : warning: 'QTransform::m22' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 277 | inline qreal QTransform::m22() const | ^ | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPREC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:281:26: warning: 'QTransform::m23' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 281 | inline qreal QTransform::m23() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:285:26: warning: 'QTransform::m31' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 285 | inline qreal QTransform::m31() const | ^In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ CATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of template class 'eoGenOp>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:289:26: warning: 'QTransform::m32' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 289 | inline qreaC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ l QTransform::m32() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:293:26: warning: 'QTransform::m33' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 293 | inline qreal QTransform::m33() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:297:26: warning: 'QTransform::dx' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 297 | inline qreal QTransform::dx() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:301:26: warning: 'QTransform::dy' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 301 | inline qreal QTransform::dy() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:311:32: warning: 'QTransform::operator*=' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 311 | inline QTransform &QTransform::operator*=(qreal num) | ^ 16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:328:32: warning: 'QTransform::operator/=' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 328 | inline QTransform &QTransform::operator/=(qreal div) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:335:32: warning: 'QTransform::operator+=' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 335 | inline QTransform &QTransform::operator+=(qreal num) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtransform.h:351:32: warning: 'QTransform::operator-=' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 351 | inline QTransform &QTransform::operator-=(qreal num) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h::123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of template class 'eoEvalFunc>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ [ 40%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_genotype_real.cpp.obj C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of template class 'eoContinue>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:40: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/checkpointing:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoReal &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::uC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(36nary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoReal &>' requested here 47 | class eoSelectOne : public eoUF&, c); | ^~~~~~~~ : In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of template class 'eoGenOp>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ onst C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED EOT&> | ^ | ^C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h :45:58:C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h note: in instantiation of template class 'eoSelectOne>' requested here 45 | template class eoDetTournam:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ entSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoReal &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:56:46: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 56 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:56:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoEsSimple] 56 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:56:10: note: in instantiation of template class 'eoContinue>' requested here 56 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cppoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&,: v oidnote: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template | ^ s EOT> class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:60:46: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 60 | return do_make_checkpoint(_parser, _sC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ tate, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:60:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoEsSimple>>] 60 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:[ 42%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoFileMonitor.cpp.obj 34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:60:10: note: in instantiation of template class 'eoContinue>>>' requested here 60 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:49: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.hC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 112 | std::bind2nd(std::equal_t:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:66:46: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 66 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:66:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoEsStdev] 66 | return doo_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:66:10: note: in instantiation of template class 'eoContinue>' requested here 66 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:70:46: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 70 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:70:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoEsStdev>>] 70 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:70:10: note: in instantiation of template class 'eoContinue>>>' requested here 70 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | (), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:76:46: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 76 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:76:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoEsFull] 76 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:76:10: note: in instantiation of template class 'eoContinue>' requested here 76 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:80:46: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 80 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:80:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoEsFull>>] 80 | return do_make_chIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of template class 'eoEvalFunc>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ eckpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:X11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:4635: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h::48: 27note: :expanded from macro '_GLIBCXX_DEPRECATED' note: in instantiation of template class 'eoUF> &, bool>' requested here 48 96 | # define _G | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of template class 'eoContinue>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of template class 'eoGenOp>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoBit &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF &, const eoBit &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of template class 'eoDistance>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoBit &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATEDLIBCXX_DEPRECATED __attri; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ bute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF<35c: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:onst eoPop&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:80:10: note: in instantiation of template class 'eoContinue>>>' requested here 80 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of template class 'eoEvalFunc>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of template class 'eoContinue>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of template class 'eoGenOp>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoBit>> &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF>> &, const eoBit>> &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of template class 'eoDistance>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoBit>> &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoEsSimple &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoEsSimple &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>' requested here 45 | template &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template EOT> class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoEsSimple &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:54:46: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 54 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:54:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoReal] 54 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ :44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:54:10: note: in instantiation of template class 'eoContinue>' requested here 54 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template [ 44%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoGnuplot.cpp.obj class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:58:46: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 58 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:58:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoReal>>] 58 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | }In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 54 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ _In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.hC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from GC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] : L114:IBCX45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:58:10: note: in instantiation of template class 'eoContinue>>>' requested here 58 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:40: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/checkpointing:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoBit &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoBit &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>' requested here 45 | template class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoBit &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from Modeling/DocumentationWidget.cpp:35: In file included from Modeling/DocumentationWidget.h:38: 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 | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:786:22: warning: 'QWidget::isEnabledToTLW' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 786 | inIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoReal>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoReal>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>>>' requested here 45 | template class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>>>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoReal>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF>>> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>>>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>>>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>>>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoEsSimple &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF &, const eoEsSimple &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:115:27: note: in instantiation of template class 'eoDistance>' requested here 115 | double d = dist(_pop[i], _pop[j]); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:51:3: note: in instantiation of member function 'eoSharing>::operator()' requested here 51 | eoSharingSelect(double _sigma, eoDistance & _dist): | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of member function 'eoSharingSelect>::eoSharingSelect' requested here 124 | select = new eoSharingSelect(ni | ^ cheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoEsSimple &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecaC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.hl:105ted__)) | ^ :32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_aline bool QWidget::isEnabledToTLW() const | ^ go_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:790: 141 | } _GLIBCXX11_DEPRECATED; | ^ 21C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h: 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 voIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>>>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>>>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLid 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) | ^ IBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPR:ECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED'105: 32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48In file included from :C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] :47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:811 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46 :22: warning: 'QWidget::setBaseSize' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 811 | inline void QWidget::setBaseSi151: | cla zss eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 52 | templatnote: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPe(coRe class eoMerge: Epublic eCoABTFE&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>>>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>>>' requested here 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) | ^ 114 | template class eoNoElitism : puC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:826:22: warning: 'QWidget::hasMouseTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 826 | inline bool QWidget::hasMblic eoElitism> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ EOT> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>>>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ ouseTracking() 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 In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF>>> &, unsigned int, void>' requested here 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( 47 | template class eoReduce: public eoBF&, unsignedIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp, void> :47 b| o: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : publico eoFunl e ^ nC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:c53:48: note: in instantiation of template class 'eoReduce>>>' requested here t53aorBase, pu | btlbilce )st d :| ^ emplate class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>>>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaR:unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>' requested here C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:835:22: warning: 'QWidget::hasTabletTracking' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | e ^p l835 | inline bool QWidget::hasTabletTracking() caocement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here nsC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __t | ^ attribute__ ((__deprecated__)) | ^ 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 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat, double>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:56:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 56 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECIn file included from ATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: 52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>>>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>>>' requested here 305 | eoAlgo *algo = new eoEasyEA *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | cEOT>(_continuel, _eval, ass eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF *> &, void>' requested here 105 | class eoSortedSt*breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 59 | 44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:38return do_maatBase : : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: In file included from in instantiation of template class 'eoSortedStatBase>' requested here C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 119 | cla 50 | return ss.str().c_str(); | ^~~~~~~~ ke_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ ss eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:56:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 56 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:56:12: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 56 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat, double>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 54 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.hC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:44:: 181In file included from :C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h12::37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat, std::basic_string>' requested here warning: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result. begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>>>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>>>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>>>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_real.cpp:59:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 59 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>' requested here 180 | popStatIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:49 : C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 54 | return do_make_checkpoint(_parser, _state, _eval ,112 _ | continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:38: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 57 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ 50 | return ss.str().c_str(); | ^~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ std::bind2nd(std::equal_to(), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXIBCXX_DEPRECATED | X ^11 _DEPRECC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.hA:T96:E46D:_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated_ __att_r)ibute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:57:46: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 57 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:57:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoBit] C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ 57 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:57:10: note: in instantiation of template class 'eoContinue>' requested here 57 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/CMAParams.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ 47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:61:46: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 61 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:61:10: note: while substituting deduced template arguments into function template 'do_make_checkpoint' [with EOT = eoBit>>] 61 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:61:10: note: in instantiation of template class 'eoContinue>>>' requested here 61 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : publ:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED'44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoEsSimple>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoF 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46:ic eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.hu:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:56:10: nctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoEsSimple>> &>' requested here 47 | class note: in instantiation of template class 'eoEvalFuncCounter>' requested here 56 | retunote: expanded from macro '_GLIBCXX_DEPRECATED' r eoSelectOne : publin 96 | # define _GLIBCXX_DEPRE do_make_continue(_parser, _state, _eval); | ^ c eoUF &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ CATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:60:10: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 60 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ t eoPop&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>>>' requested here 45 | template class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>>>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoEsSimple>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:66:10: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 66 | return do_make_continue(_parser, _state, _eval); | ^ In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | }C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF>>> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>>>' requested here 83 | class eoSharing : public eoPerf _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:ATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 44In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : pub2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>>>' requested here 55 | eoSha[ 48%] Linking CXX static library ../lib/libmoeo.a lic: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoE:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] ring< 114 | class eoUF : public eoFunctorBase, puEvalblic FOTuncC> sharounterstd::unarying; : _function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF>>> &, void>' requested here 67 | class eoStatBase : ppublic eoEvalFunc, public eoValublic eoUF>>>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXXned long> | ^ oPC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:7011:_10op>>>' requested here D EP70R | retuECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: rTnexpanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIB>&, do_CXX11_DEPRECA make_continue(_TvEoipDa _drGLIBC> | ^ ser, _C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.hstate, _eval); | ^ X:83X_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX:47: note: in instantiation of template class 'eoStatBase>>>' requested here _DEPRECATED __a 83 | class eoStat : public eoValueParam, publittribute__ ((__deprecated__)) | ^ c eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat>>, eoScalarFitness>>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>>>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:60C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h::12410: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 60 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF>> *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ std::vector&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>>>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat>>, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ OTC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:76:10: note: in instantiation of template class 'eoEvalFuncCounter>' requested here , 76 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _ std::string> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' note: in instantiation of template class 'eoSortedPopStat>>>' requested here 180 | popStat = new eoSortedPopStat; | ^ 105C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:60:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 60 | return do_make_checkpoint(_parser, _state, _eval, _continue); | | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> *> &, void>' has been explicitly marked deprecated here warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 124 | 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:54:10: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 54 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:58:10: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 58 | reIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44class eoEvalF: tuurn do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binarync : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:80:10: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 80 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ _function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>>>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>>>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>>>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>>>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>>>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35PRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ : In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoBit>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoBit>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>>>' requested here 45 | template class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>>>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoBit>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF>>> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>>>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>>>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF>>> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>>>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>>>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>>>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ alar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>>>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>>>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>>>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>>>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>>>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>>>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>>>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF>>> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>>>' requested here 53 | template class eoTruncate In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoEsSimple>> &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27:: note: in instantiation of template class 'eoBF>> &, const eoEsSimple>> &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:115:27: note: in instantiation of template class 'eoDistance>>>' requested here 115 | double d = dist(_pop[i], _pop[j]); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:51:3: note: in instantiation of member function 'eoSharing>>>::operator()' requested here 51 | eoSharingSelect(double _sigma, eoDistance & _dist): | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of member function 'eoSharingSelect>>>::eoSharingSelect' requested here 124 | sele ct p= new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoEsSimple>> &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' ublic eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>>>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>>>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>>>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF>>> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>>>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat>>, eoScalarFitness>>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>>>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 58 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat, double>' requested here 310 | class eoBestFitnessStat : public eoStat>> *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF>> *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>>>' requested here 119 | class eoSorteess>dStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat>>, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>>>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 58 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> *> &, void>' has been explicitly marked deprecated here 124 | } | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:66:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 66 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 50%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_op_real.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:66:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 66 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>>>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>>>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>>>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:61:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 61 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>>>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>>>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>>>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_algo_scalar_ga.cpp:62:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 62 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op, _dist); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:54:10: note: in instantiation of function template specialization 'do_make_continue>' requested here 54 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:56:10: note: in instantiation of function template specialization 'do_make_continue>' requested here 56 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat, double>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 57 | return do_make_checkpoiPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ nt(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:57: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoReal.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoVector.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 57 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF>>> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>>>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat>>, eoScalarFitness>>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>>>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:70:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 70 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.cpp:56: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoReal.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoVector.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBaseC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ , public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF>> *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>>>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat>>, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>>>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:70:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 70 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>>>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>>>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_continue>>>' requested here 58 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoEsStdev &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoEsStdev &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>' requested here 45 | template >>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ OT> class eoDetTournamentSelect: public eoSelectOne C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>>>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>>>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:60:10: note: in instantiation of function template specialization 'do_make_continue>>>' requested here 60 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoEsStdev &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>' requested here 55 | eoSharing sharing; // derived [ 50%] Built target moeo from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | [ 51%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_pop_es.cpp.obj } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attributeIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33__ ((__deprecated__)) | ^ : In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:66:10: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>' requested here note: in instantiation of function template specialization 'do_make_continue>' requested here 66 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attr 53 | tempibute__ ((__deprecatelate class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ d__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.hIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: :52:23: note: in instantiation of template class 'eoUF> &, void>' requested here In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat, double>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:76:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 76 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44_continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ : In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:76:10: note: in instantiation of function template specialization 'do_make_checkpoint>' requested here 76 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 53%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_continue_ga.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoEsStdev &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF &, const eoEsStdev &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:115:27: note: in instantiation of template class 'eoDistance>' requested here 115 | In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>>>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>>>' requested here 84 | eoGenContinue *genCont = new eoGenConti double d = dist(_pop[i], _pop[j]); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:51:3: nue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:70:10: note: in instantiation of function template specialization 'do_make_continue>>>' requested here 70 | return do_make_continue(_parsnote: in instantiation of member function 'eoSharing>::operator()' requested here er, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 51 | eoSharingSelect(double _sigma, eoDistance & _dist): | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of member function 'eoSharingSelect>::eoSharingSelect' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoEsStdev &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.cpp:56: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114ecated__)) | ^ | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.cpp:63:12: note: in instantiation of template class 'eoEsChromInit>' requested here 63 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.cpp:56: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.cpp:72:12: note: in instantiation of template class 'eoEsChromInit>>>' requested here 72 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF>>> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>>>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat>>, eoScalarFitness>>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>>>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:61:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 61 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from ute__ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:57: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class e32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:65:12: note: in instantiation of template class 'eoEsChromInit>' requested here 65 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ oContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:76:10: note: in instantiation of function template specialization 'do_make_continue>' requested here 76 | return do_make_continue(_parser, _state, In file included from In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF>> *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>>>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat>>, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>>>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_checkpoint_ga.cpp:61:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 61 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp_eval); | ^ :57: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h_C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h_at:t124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here r 124 | }ibute__ ((__deprecated__)) | ^ _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:74:12: note: in instantiation of template class 'eoEsChromInit>>>' requested here 74 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATE | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ D __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:57: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:83:12: note: in instantiation of template class 'eoEsChromInit>' requested here 83 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:57: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:92:12: note: in instantiation of template class 'eoEsChromInit>>>' requested here 92 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:57: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:101:12: note: in instantiation of template class 'eoEsChromInit>' requested here 101 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:57: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_real.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsChromInit.h:58:30: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 58 | class eoEsChromInit : public eoRealInitBounded | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_genotype_es.cpp:110:12: note: in instantiation of template class 'eoEsChromInit>>>' requested here 110 | return do_make_genotype(_parser, _state, _eo); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>>>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>>>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_continue_es.cpp:80:10: note: in instantiation of function template specialization 'do_make_continue>>>' requested here 80 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:67:27: note: in instantiation of template class 'eoUF>>> &, void>' requested here 67 | class eoStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:83:47: note: in instantiation of template class 'eoStatBase>>>' requested here 83 | class eoStat : public eoValueParam, public eoStatBase | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:310:34: note: in instantiation of template class 'eoStat>>, eoScalarFitness>>' requested here 310 | class eoBestFitnessStat : public eoStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:133:21: note: in instantiation of template class 'eoBestFitnessStat>>>' requested here 133 | bestStat = new eoBestFitnessStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:80:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 80 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/selectors.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> *> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:105:33: note: in instantiation of template class 'eoUF>> *> &, void>' requested here 105 | class eoSortedStatBase : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoStat.h:119:29: note: in instantiation of template class 'eoSortedStatBase>>>' requested here 119 | class eoSortedStat : public eoSortedStatBase, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoPopStat.h:100:32: note: in instantiation of template class 'eoSortedStat>>, std::basic_string>' requested here 100 | class eoSortedPopStat : public eoSortedStat | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_checkpoint.h:180:20: note: in instantiation of template class 'eoSortedPopStat>>>' requested here 180 | popStat = new eoSortedPopStat; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_checkpoint_es.cpp:80:10: note: in instantiation of function template specialization 'do_make_checkpoint>>>' requested here 80 | return do_make_checkpoint(_parser, _state, _eval, _continue); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> *> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:67:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 67 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TranslationFlagsWidget.o Simulation/TranslationFlagsWidget.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoEsStdev>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoEsStdev>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>>>' requested here 45 | template class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>>>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoEsStdev>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF>>> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>>>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>>>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>>>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>>>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>>>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>>>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>>>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>>>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF>>> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>>>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>>>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>>>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>>>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoEsStdev>> &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF>> &, const eoEsStdev>> &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:115:27: note: in instantiation of template class 'eoDistance>>>' requested here 115 | double d = dist(_pop[i], _pop[j]); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:51:3: note: in instantiation of member function 'eoSharing>>>::operator()' requested here 51 | eoSharingSelect(double _sigma, eoDistance & _dist): | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of member function 'eoSharingSelect>>>::eoSharingSelect' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoEsStdev>> &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoProportionalCombinedOp.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss4 warnings generated. .str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>>>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>>>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>>>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:72:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 72 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealAtomXover.h:44:32: note: in instantiation of template class 'eoBinOp' requested here 44 | class eoDoubleExchange: public eoBinOp | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 55%] Linking CXX static library ../../lib/libcma.a [ 57%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoGnuplot1DMonitor.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoEsFull &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoEsFull &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>' requested here 45 | template [ 59%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_pop_real.cpp.obj class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoEsFull &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF> &, void>' requested here 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, eoPop> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF> &, eoPop> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:61:47: note: in instantiation of template class 'eoMerge>' requested here 61 | template class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, eoPop> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | clIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF s eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>' requested here 97 | eoTruncate trunc| ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:53:10: note: in instantiation of template class 'eoRealInitBounded>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _ate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function> &, unsigned int, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEGLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:58:10: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATPED | ^ RECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribuC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:63:10: note: in instantiation of template class 'eoRealInitBounded>' requested here 63 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:68:10: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 68 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:73:10: note: in instantiation of template class 'eoRealInitBounded>' requested here 73 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:78:10: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 78 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ te__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:64:44: note: in instantiation of template class 'eoAlgo>' requested here 64 | template class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoEsFull &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.h:40:27: note: in instantiation of template class 'eoBF &, const eoEsFull &, double>' requested here 40 | class eoDistance : public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:115:27: note: in instantiation of template class 'eoDistance>' requested here 115 | double d = dist(_pop[i], _pop[j]); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:51:3: note: in instantiation of member function 'eoSharing>::operator()' requested here 51 | eoSharingSelect(double _sigma, eoDistance & _dist): | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of member function 'eoSharingSelect>::eoSharingSelect' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoEsFull &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoProportionalCombinedOp.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ IBCXX_DEPRECATED __attribute__ ((__depreC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ cated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12: warning: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] 181 | std::random_shuffle(result.begin(), result.end(), gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:69:12: note: in instantiation of member function 'eoPop>::shuffle' requested here 69 | _pop.shuffle(eoPters); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.h:60:3: note: in instantiation of member function 'eoSequentialSelect>::setup' requested here 60 | eoSequentialSelect(bool _ordered = true) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: in instantiation of member function 'eoSequentialSelect>::eoSequentialSelect' requested here 196 | select = new eoSequentialSelect(b); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_algo_scalar>' requested here 78 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator **, std::vector *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ [ 59%] Built target cma [ 61%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_run_es.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:42: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoNormalMutation.h:142:11: warning: binding reference member 'sigma' to stack allocated parameter '_sigma' [-Wdangling-field] 142 | sigma(_sigma), bounds(_bounds), p_change(_p_change) {} | ^~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoNormalMutation.h:170:12: note: reference member declared here 170 | double & sigma; | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:53:10: note: in instantiation of template class 'eoRealInitBounded>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealInitBounded.h:43:34: note: in instantiation of template class 'eoInit>>>' requested here 43 | class eoRealInitBounded : public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:58:10: note: in instantiation of template class 'eoRealInitBounded>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:47:31: note: in instantiation of template class 'eoGenOp>' requested here 47 | class eoEsGlobalXover: public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoEsSimple &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoEsSimple &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:42:51: note: in instantiation of template class 'eoSelectOne>' requested here 42 | template class eoRandomSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:147:23: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35note: in instantiation of template class 'eoRandomSelect>' requested here 147 | eoRandomSelect sel; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:53:10: : C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoEsSimple &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoEsSimple &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF &, const eoEsSimple &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsStandardXover.h:49:33: note: in instantiation of template class 'eoBinOp>' requested here 49 | class eoEsStandardXover: public eoBinOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:159:18: note: in instantiation of template class 'eoEsStandardXover>' requested here 159 | new eoEsStandardXover(*ptObjAtomCross, *ptStdevAtomCross) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoEsSimple &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoEsFull>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoEsFull>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoDetTournamentSelect.h:45:58: note: in instantiation of template class 'eoSelectOne>>>' requested here 45 | template class eoDetTournamentSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:107:18: note: in instantiation of template class 'eoDetTournamentSelect>>>' requested here 107 | select = new eoDetTournamentSelect(detSize); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.hC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ :124:7: note: 'unary_function>>> &, const eoEsFull>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __adeprttribute__ ((__deprecated__)) | ^ ecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h[ 62%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_genotype_ga.cpp.obj :114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPerf2Worth.h:46:29: note: in instantiation of template class 'eoUF>>> &, void>' requested here In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsMutate.h:61:27: note: in instantiation of template class 'eoMonOp>' requested here 61 | class eoEsMutate : public eoMonOp< EOT > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:178:11: note: in instantiation of template class 'eoEsMutate>' requested here 178 | new eoEsMutate(mutateInit, boundsParam.value())); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 46 | class eoPerf2Worth : public eoUF&, void>, public eoValueParam > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:83:26: note: in instantiation of template class 'eoPerf2Worth>>>' requested here 83 | class eoSharing : public eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:55:18: note: in instantiation of template class 'eoSharing>>>' requested here 55 | eoSharing sharing; // derived from eoPerf2Worth | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of template class 'eoSharingSelect>>>' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReplacement.h:75:30: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 75 | class eoReplacement : public eoBF&, eoPop&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:51:30: note: in instantiation of template class 'eoReplacement>>>' requested here 51 | class eoMergeReduce : public eoReplacement | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:90:35: note: in instantiation of template class 'eoMergeReduce>>>' requested here 90 | class eoCommaReplacement : public eoMergeReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:38: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ aC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ cement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10 return ss.str().: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, eoPop>>> &, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:52:45: note: in instantiation of template class 'eoBF>>> &, eoPop>>> &, void>' requested here 52 | template class eoMerge: public eoBF&, eoPop &, eoEsSimple &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF &, eoEsSimple &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBFom>&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:219:85:61:47:: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:note: 123:16: warning: in instantiation of template class 'eoQuadOp>' requested here 219 | returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ note: in instantiation of template class 'eoMerge>>>' requested here 61 | tem case eoOp::quadratic : return _store.storeFunctor(new eoQuadGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:185:6: note: in instantiation of member function 'eoOpContainer>::add' requested here 185 | op.add(*ptCross, pCrossParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, eoEsSimple &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ plate class eoElitism : public eoMerge | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMerge.h:114:49: note: in instantiation of template class 'eoElitism>>>' requested here 114 | template class eoNoElitism : public eoElitism | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:96:26: note: in instantiation of template class 'eoNoElitism>>>' requested here 96 | eoNoElitism no_elite; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, eoPop>>> &, void>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>>> &, unsigned int, void>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:47:44: note: in instantiation of template class 'eoBF>>> &, unsigned int, void>' requested here 47 | template class eoReduce: public eoBF&, unsigned, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoReduce.h:53:48: note: in instantiation of template class 'eoReduce>>>' requested here 53 | template class eoTruncate : public eoReduce | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoMergeReduce.h:97:25: note: in instantiation of template class 'eoTruncate>>>' requested here 97 | eoTruncate truncate; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:225:19: note: in instantiation of template class 'eoCommaReplacement>>>' requested here 225 | replace = new eoCommaReplacement; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continuIn file included from e, _op); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cppC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>>> &, unsigned int, void>' has been explicitly marked deprecated here 141In file included from | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:56:10: note: in instantiation of template class 'eoInit>' requested here 56 | return do_make_pop(_parser, _state, _init); | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ :124:7: note: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEasyEA.h:45:64:44: note: in instantiation of template class 'eoAlgo>>>' requested here 64 | t: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27emplate class eoEasyEA: public eoAlgo | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:305:27: note: in instantiation of template class 'eoEasyEA>>>' requested here 305 | eoAlgo *algo = new eoEasyEA(_continue, _eval, *breed, *replace); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _o'unary_function &, void>' has been explicitly marked deprecated here: 124 | } _GLIBCXX11_DEPRECATED; | ^ p); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | }105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' In file included from 105 | #C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h: 30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: 96 | # define _GLIBCXX_DEPRECATED __attribute_ _ ((__deprecated efdi__)) | ^ ne _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:47:31: note: in instantiation of template class 'eoGenOp>>>' requested here 47 | class eoEsGlobalXover: public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>>>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoEsSimple>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoEsSimple>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:42:51: note: in instantiation of template class 'eoSelectOne>>>' requested here 42 | template class eoRandomSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:147:23: note: in instantiation of template class 'eoRandomSelect>>>' requested here 147 | eoRandomSelect sel; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>>>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoEsSimple>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoEsSimple>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF>> &, const eoEsSimple>> &, bool>' requested here 136 | class eoBinOp:In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34 In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoEsFull>> &, double>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, ppuubblliic std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoDistance.hc eoOp, public eoBF>> &, void>' is deprecated [-Wdeprecated-declarations] const EOType&, b: 40:o11427ol> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsStandardXover.h:49:33: note: in instantiation of template class 'eoBinOp>>>' requested here 49 | class eoEsS: note: in instantiation of template class 'eoBF>> &, const eoEsFull>> &, double>' requested here 40 | class eoDistance : public eoBF | ^ a | cC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharing.h:115:27: note: in instantiation of template class 'eoDistance>>>' requested here 115 | double d = dist(_pop[i],lnasdas eoUF : public eoFunctorBase, public std::unary_function | ^ r_dpop[j]); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSharingSelect.h:51:3: note: in instantiation of member function 'eoSharing>>>::operator()' requested here 51 | eoSharingSelect(double _sigma, eoDiXover: public eoBinOp | ^ stance C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:159:& _dist): | ^18: note: in instantiation of template class 'eoEsStandardXover>>>' requested here 159 | new eoEsStandardXover(*ptObjAtomCross, *ptStdevAtomCross) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoEsSimple>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:124:18: note: in instantiation of member function 'eoSharingSelect>>>::eoSharingSelect' requested here 124 | select = new eoSharingSelect(nicheSize, *_dist); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp:83:10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_make_algo_scalar(_parser, _state, _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoEsFull>> &, double>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:BCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:61:10: note: in instantiation of template class 'eoInit>>>' requested here 61 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:67:10: note: in instantiation of template class 'eoInit>' requested here 67 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ 27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, bool>' is deprecated [-Wdeprecated-declarations] C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h: 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF>> &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsMutate.h:61:27: note: in instantiation of template class 'eoMonOp>>>' requested here 61 | class eoEsMutate : public eoMonOp< EOT > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:178:11: note: in instantiation of template class 'eoEsMutate>>>' requested here 178 | new eoEsMutate(mutateInit, boundsParam.value())); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:72:10: note: in instantiation of template class 'eoInit>>>' requested here 72 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:49: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 112 | std::bind2nd(std::equal_to(), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ ECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:78:10: note: in instantiation of template class 'eoInit>' requested here 78 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:57:10: note: in instantiation of template class 'eoEvalFuncCounter>' requested here 57 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_es.cpp:83:10: note: in instantiation of template class 'eoInit>>>' requested here 83 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFunc.h:47:47: note: in instantiation of template class 'eoUF>> &, void>' requested here 47 | template class eoEvalFunc : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoEvalFuncCounter.h:38:54: note: in instantiation of template class 'eoEvalFunc>>>' requested here 38 | template class eoEvalFuncCounter : public eoEvalFunc, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:61:10: note: in instantiation of template class 'eoEvalFuncCounter>>>' requested here 61 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, eoEsSimple>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF>> &, eoEsSimple>> &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, eoReal &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF &, eoReal &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealOp.h:253:54: note: in instantiation of template class 'eoQuadOp>' requested here 253 | template class eoSegmentCrossover: public eoQuadOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:219:85: note: in instantiation of template class 'eoQuadOp>>>' requested here 219 | case eoOp::quadratic : return _store.storeFunctor(new eoQuadGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>>>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:185:6: note: in instantiation of member function 'eoOpContainer>>>::add' requested here 185 | op.add(*ptCross, pCrossParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, eoEsSimple>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:167:20: note: in instantiation of template class 'eoSegmentCrossover>' requested here 167 | ptQuad = new eoSegmentCrossover(boundsParam.value(), alphaParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, eoReal &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:47:31: note: in instantiation of template class 'eoGenOp>' requested here In file included from In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cpp: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:35: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h::47114:48:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:30: | warning: 'unary_function &, bool>' is deprecated [-Wdeprecated-declarations] C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:181:12 114 | class eoUF :: warning: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' is deprecated: use 'std::shuffle' instead [-Wdeprecated-declarations] class eoEsGlo b181alXover: ppublic eoGenOp | u | ^ blic eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>' requested here 155 | :44: note: in instantiation of template class 'eoUF &, bool>' requested here ptCr os s120s | c= lntadss eoMonOp: public eoOp, public eoUF(*ptObjAtomCross, *phep&t,S tbdoeovlA>t o | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealOp.h:47:53uffle(result.begin(), result.mend(), gen); | ^:Cross); | ^ note: in instantiation of template class 'eoMonOp>' requested here C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSequentialSelect.hC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp: 47 | t69::63:10: 12emplanote: te:in instantiation of function template specialization 'do_make_op>' requested here note: in instantiation of member function 'eoPop>>>::shuffle' requested here 63 | return >>>::setup' requested here 60 | eC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.hEoOT> classSeq:124:7: uentialSnote: eoUnifoe'unary_function> &, void>' has been explicitly marked deprecated herermMutatio lect(bool _ordered = tr n124 | u:e public eoMonOp | ^ } _GLIBCXX11_DEPRECATED) ; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_algo_scalar.h:196:20: note: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h| ^: 247:19: in instantiation of member function 'eoSequentialSelect>>>::eoSequentialSelect' requested herenote: in instantiation of template class 'eoUniformMutation>' requested here 196 | s 247 | ptMon =eC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.hle new ct = new eoSequentialSelect(b);:eoU105niformMutation<:E32OT: note: >(boundsP | aexpanded from macro '_GLIBCXX11_DEPRECATED'ram.value(), epsilonParam.value()); | ^ 105 | # defiC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cppne: _GL ^53 :10: note: in instantiation of function template specialization 'do_make_op>' requested here C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_algo_scalar_es.cppI:B83 C53 | X X 11r_eD:E10: note: in instantiation of function template specialization 'do_make_algo_scalar>>>' requested here 83 | return do_mturn do_PRmake_oEaCkpA(T_pEaDr _GsLeIBer_,C X_Xs_tate, _aDlEPignoi_tRECATED | ^ scaC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h):;96 : | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, bool>' has been explicitly marked deprecated here 124 | lar(_par46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECAT} _GLIBCXX11_DEPRECATED; | ^ sEer, C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIB_D __CXX11_DEPasttribute__ ((__tRECATEadtD _eeprecated__)) | ^ GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ , _eval, _continue, _op); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_algo.h:4618:5: note: 'random_shuffle<__gnu_cxx::__normal_iterator>> **, std::vector>> *>>, UF_random_generator<> &>' has been explicitly marked deprecated here 4618 | _GLIBCXX14_DEPRECATED_SUGGEST("std::shuffle") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:114:45: note: expanded from macro '_GLIBCXX14_DEPRECATED_SUGGEST' 114 | # define _GLIBCXX14_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoEsStdev &>' is deprecated [-Wdeprecated-declarations] __attribute__ ((__deprecat 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoEsStdev &>' requested here 47 | class eoed__ ("use '" ALT "SelectOne : public' instead"))) | ^ eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:42:51: note: in instantiation of template class 'eoSelectOne>' requested here 42 | template class eoRandomSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:147:23: note: in instantiation of template class 'eoRandomSelect>' requested here 147 | eoRandomSelect sel; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:63:10: note: in instantiation of function template specialization 'do_make_op>' requested here 63 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoEsStdev &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoEsStdev &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF &, const eoEsStdev &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsStandardXover.h:49:33: note: in instantiation of template class 'eoBinOp>' requested here 49 | class eoEsStandardXover: public eoBinOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:159:18: note: in instantiation of template class 'eoEsStandardXover>' requested here 159 | new eoEsStandardXover(*ptObjAtomCross, *ptStdevAtomCross) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:63:10: note: in instantiation of function template specialization 'do_make_op>' requested here 63 | return do_make_op(_parser, _staIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60t | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:44:30: note: ein instantiation of template class 'eoGenOp>' requested here 44 | class eoOpCon,t ainer : public eoGe_init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:n7Op | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:145:33: note: in instantiation of template class 'eoOpContainer>' requested here 145 | class eoProportionalOp : public eoOpContainer | ^ :C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h note: 'binary_function &, const eoEsStdev &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX1:273:39: note: in instantiation of template class 'eoProportionalOp>' requested here 273 | eoProportionalOp * cross = new eoProportionalO1_DEPRECATED _Gp ; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ LIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsMutate.h:61:27: note: in instantiation of template class 'eoMonOp>' requested here 61 | class eoEsMutate : public eoMonOp< EOT > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:178:11: note: in instantiation of template class 'eoEsMutate>' requested here 178 | new eoEsMutate(mutateInit, boundsParam.value())); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:63:10: note: in instantiation of function template specialization 'do_make_op>' requested here 63 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 8 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, eoEsStdev &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF &, eoEsStdev &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:219:85: note: in instantiation of template class 'eoQuadOp>' requested here 219 | case eoOp::quadratic : return _store.storeFunctor(new eoQuadGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:185:6: note: in instantiation of member function 'eoOpContainer>::add' requested here 185 | op.add(*ptCross, pCrossParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:63:10: note: in instantiation of function template specialization 'do_make_op>' requested here 63 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, eoEsStdev &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/ScriptTextDlg.o ../GUI/Dialogs/ScriptTextDlg.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:47:31: note: in instantiation of template class 'eoGenOp>>>' requested here 47 | class eoEsGlobalXover: public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>>>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:68:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 68 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoEsStdev>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoEsStdev>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:42:51: note: in instantiation of template class 'eoSelectOne>>>' requested here 42 | template class eoRandomSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:147:23: note: in instantiation of template class 'eoRandomSelect>>>' requested here 147 | eoRandomSelect sel; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>>>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:68:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 68 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoEsStdev>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoEsStdev>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF>> &, const eoEsStdev>> &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsStandardXover.h:49:33: note: in instantiation of template class 'eoBinOp>>>' requested here 49 | class eoEsStandardXover: public eoBinOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:159:18: note: in instantiation of template class 'eoEsStandardXover>>>' requested here 159 | new eoEsStandardXover(*ptObjAtomCross, *ptStdevAtomCross) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:68:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 68 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoEsStdev>> &, bool>' has been explicitly marked deprecated here In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoReal &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF &, const eoReal &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:218:84: note: in instantiation of template class 'eoBinOp>' requested here 218 | case eoOp::binary : return _store.storeFunctor(new eoBinGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:277:10: note: in instantiation of member function 'eoOpContainer>::add' requested here 277 | cross->add(*ptCombinedQuadOp, pCrossParam.value()); // user crossover | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:53:10: note: in instantiation of function template specialization 'do_make_op>' requested here 53 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoReal &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF>> &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsMutate.h:61:27: note: in instantiation of template class 'eoMonOp>>>' requested here 61 | class eoEsMutate : public eoMonOp< EOT > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:178:11: note: in instantiation of template class 'eoEsMutate>>>' requested here 178 | new eoEsMutate(mutateInit, boundsParam.value())); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:68:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 68 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, eoEsStdev>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF>> &, eoEsStdev>> &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:219:85: note: in instantiation of template class 'eoQuadOp>>>' requested here 219 | case eoOp::quadratic : return _store.storeFunctor(new eoQuadGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>>>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:185:6: note: in instantiation of member function 'eoOpContainer>>>::add' requested here 185 | op.add(*ptCross, pCrossParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:68:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 68 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, eoEsStdev>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, eoReal>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF>> &, eoReal>> &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealOp.h:253:54: note: in instantiation of template class 'eoQuadOp>>>' requested here 253 | template class eoSegmentCrossover: public eoQuadOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:167:20: note: in instantiation of template class 'eoSegmentCrossover>>>' requested here 167 | ptQuad = new eoSegmentCrossover(boundsParam.value(), alphaParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, eoReal>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:47:31: note: in instantiation of template class 'eoGenOp>' requested here 47 | class eoEsGlobalXover: public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:73:10: note: in instantiation of function template specialization 'do_make_op>' requested here 73 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, bool>' is deprecated [-Wdeprecated-declarations] In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, const eoEsFull &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_func 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF>> &, bool>' requested here 120 | clastion | ^ s C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF> &, const eoEsFull &>' requested here 47 | class eeoMonOp: opublic eoSeOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoRealOp.h:47:53: note: in instantiation of template class 'eoMonOp>>>' requested here 47 | template class eoUniformMutation: public eoMonOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:247:19: note: in instantiation of template class 'eoUniformMutation>>>' requested here 247 | ptMon = new eoUniformMutation(boundsParam.value(), epsilonParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ lectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:42:51: note: in instantiation of template class 'eoSelectOne>' requested here 42 | template class eoRandomSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:147:23: note: in instantiation of template class 'eoRandomSelect>' requested here 147 | eoRandomSelect sel; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:73:10: note: in instantiation of function template specialization 'do_make_op>' requested here 73 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, const eoEsFull &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoEsFull &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, publIn file included from ic std::binary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:44:30: note: in instantiation of template class 'eoGenOp>>>' requested here 44 | class eoOpContainer : public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:145:33: note: in instantiation of template class 'eoOpContainer>>>' requested here 145 | class eoProportionalOp : public eoOpContainer | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:273:39: note: in instantiation of template class 'eoProportionalOp>>>' requested here 273 | eoProportionalOp * cross = new eoProportionalOp ; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:57:10: note: in instantiation of function template specialization 'do_make_continue>' requested here 57 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribu, A2, R> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF &, const eoEsFull &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsStandardXover.h:49:33: note: in instantiation of template class 'eoBinOp>' requested here 49 | class eoEsStandardXover: public eoBinOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:159:18: note: in instantiation of template class 'eoEsStandardXover>' requested here 159 | new eoEsStandardXover(*ptObjAtomCross, *ptStdevAtomCross) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:73:10: note: in instantiation of function template specialization 'do_make_op>' requested here 73 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoEsFull &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ te__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp6 warnings generated. :45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsMutate.h:61:27: note: in instantiation of template class 'eoMonOp>' requested here 61 | class eoEsMutate : public eoMonOp< EOT > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:178:11: note: in instantiation of template class 'eoEsMutate>' requested here 178 | new eoEsMutate(mutateInit, boundsParam.value())); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:73:10: note: in instantiation of function template specialization 'do_make_op>' requested here 73 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoReal>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF>> &, const eoReal>> &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:218:84: note: in instantiation of template class 'eoBinOp>>>' requested here 218 | case eoOp::binary : return _store.storeFunctor(new eoBinGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>>>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.h:277:10: note: in instantiation of member function 'eoOpContainer>>>::add' requested here 277 | cross->add(*ptCombinedQuadOp, pCrossParam.value()); // user crossover | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_real.cpp:58:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 58 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoReal>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SimulationDialog.o Simulation/SimulationDialog.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:37: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoCombinedContinue.h:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:28: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoContinue.h:48:27: note: in instantiation of template class 'eoUF>>> &, bool>' requested here 48 | class eoContinue : public eoUF&, bool>, public eoPersistent | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenContinue.h:38:29: note: in instantiation of template class 'eoContinue>>>' requested here 38 | class eoGenContinue: public eoContinue, public eoValueParam | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_continue.h:84:44: note: in instantiation of template class 'eoGenContinue>>>' requested here 84 | eoGenContinue *genCont = new eoGenContinue(maxGenParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_continue_ga.cpp:61:10: note: in instantiation of function template specialization 'do_make_continue>>>' requested here 61 | return do_make_continue(_parser, _state, _eval); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, eoEsFull &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF &, eoEsFull &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:219:85: note: in instantiation of template class 'eoQuadOp>' requested here 219 | case eoOp::quadratic : return _store.storeFunctor(new eoQuadGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:185:6: note: in instantiation of member function 'eoOpContainer>::add' requested here 185 | op.add(*ptCross, pCrossParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:73:10: note: in instantiation of function template specialization 'do_make_op>' requested here 73 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, eoEsFull &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:47:31: note: in instantiation of template class 'eoGenOp>>>' requested here 47 | class eoEsGlobalXover: public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>>>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 78 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, const eoEsFull>> &>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoSelectOne.h:47:28: note: in instantiation of template class 'eoUF>>> &, const eoEsFull>> &>' requested here 47 | class eoSelectOne : public eoUF&, const EOT&> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoRandomSelect.h:42:51: note: in instantiation of template class 'eoSelectOne>>>' requested here 42 | template class eoRandomSelect: public eoSelectOne | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsGlobalXover.h:147:23: note: in instantiation of template class 'eoRandomSelect>>>' requested here 147 | eoRandomSelect sel; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:155:19: note: in instantiation of template class 'eoEsGlobalXover>>>' requested here 155 | ptCross = new eoEsGlobalXover(*ptObjAtomCross, *ptStdevAtomCross); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 78 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, const eoEsFull>> &>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoEsFull>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF>> &, const eoEsFull>> &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsStandardXover.h:49:33: note: in instantiation of template class 'eoBinOp>>>' requested here 49 | class eoEsStandardXover: public eoBinOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:159:18: note: in instantiation of template class 'eoEsStandardXover>>>' requested here 159 | new eoEsStandardXover(*ptObjAtomCross, *ptStdevAtomCross) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 78 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoEsFull>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF>> &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsMutate.h:61:27: note: in instantiation of template class 'eoMonOp>>>' requested here 61 | class eoEsMutate : public eoMonOp< EOT > | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:178:11: note: in instantiation of template class 'eoEsMutate>>>' requested here 178 | new eoEsMutate(mutateInit, boundsParam.value())); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 78 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:27: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, eoEsFull>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF>> &, eoEsFull>> &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:219:85: note: in instantiation of template class 'eoQuadOp>>>' requested here 219 | case eoOp::quadratic : return _store.storeFunctor(new eoQuadGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>>>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.h:185:6: note: in instantiation of member function 'eoOpContainer>>>::add' requested here 185 | op.add(*ptCross, pCrossParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_op_es.cpp:78:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 78 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, eoEsFull>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 64%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoGnuplot1DSnapshot.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_real.cpp:54:10: note: in instantiation of template class 'eoInit>' requested here 54 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_pop_real.cpp:59:10: note: in instantiation of template class 'eoInit>>>' requested here 59 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/HelpDlg.o ../GUI/Dialogs/HelpDlg.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:46: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoEsSimple.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoVector.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:58:3: note: in instantiation of template class 'eoAlgo>' requested here 58 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:63:3: note: in instantiation of template class 'eoAlgo>>>' requested here 63 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.h:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:43: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoVector.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:69:3: note: in instantiation of template class 'eoAlgo>' requested here 69 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:74:3: note: in instantiation of template class 'eoAlgo>>>' requested here 74 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:80:3: note: in instantiation of template class 'eoAlgo>' requested here 80 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_es.cpp:85:3: note: in instantiation of template class 'eoAlgo>>>' requested here 85 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 112 | std::bind2nd(std::equal_to(), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ [ 66%] Building CXX object eo/src/es/CMakeFiles/es.dir/make_run_real.cpp.obj [ 68%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_op_ga.cpp.obj In file included from Simulation/TranslationFlagsWidget.cpp:34: In file included from Simulation/TranslationFlagsWidget.h:37: 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 | ^ 10 warnings generated. 10 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/ConsoleWindow.o ../GUI/ConsoleWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SimulationOutputWidget.o Simulation/SimulationOutputWidget.cpp 27 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:89:33: note: in instantiation of template class 'eoInit>' requested here 89 | class eoInitFixedLength: public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.h:73:38: note: in instantiation of template class 'eoInitFixedLength>' requested here 73 | eoInitFixedLength* init = new eoInitFixedLength(theSize, *gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.cpp:50:12: note: in instantiation of function template specialization 'do_make_genotype>' requested here 50 | return do_make_genotype(_parser, _state, _eo, _bias); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name OMOptimBasis ../GUI/Resources/OMOptimBasis.qrc -o release/generatedfiles/rcc/qrc_OMOptimBasis.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:89:33: note: in instantiation of template class 'eoInit>>>' requested here 89 | class eoInitFixedLength: public eoInit | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.h:73:38: note: in instantiation of template class 'eoInitFixedLength>>>' requested here 73 | eoInitFixedLength* init = new eoInitFixedLength(theSize, *gen); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_genotype_ga.cpp:54:12: note: in instantiation of function template specialization 'do_make_genotype>>>' requested here 54 | return do_make_genotype(_parser, _state, _eo, _bias); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 70%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_pop_ga.cpp.obj [ 72%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoIntBounds.cpp.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SimulationOutputHandler.o Simulation/SimulationOutputHandler.cpp 12 warnings generated. [ 74%] Building CXX object eo/src/ga/CMakeFiles/ga.dir/make_run_ga.cpp.obj 16 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OpcUaClient.o Simulation/OpcUaClient.cpp [ 75%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoParser.cpp.obj 9 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ArchivedSimulationsWidget.o Simulation/ArchivedSimulationsWidget.cpp 13 warnings generated. [ 77%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoRealBounds.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_real.cpp:46: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/eoReal.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoVector.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 7 warnings50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ generated. C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_real.cpp:56:3: note: in instantiation of template class 'eoAlgo>' requested here 56 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ g++ -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -dM -E -o release/generatedfiles/moc/moc_predefs.h C:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/features/data/dummy.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_real.cpp:44: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/es/make_run_real.cpp:61:3: note: in instantiation of template class 'eoAlgo>>>' requested here 61 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoProportionalCombinedOp.h:32: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ [ 79%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoRNG.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:39: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 112 | std::bind2nd(std::equal_to(), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:55:10: note: in instantiation of template class 'eoInit>' requested here 55 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:60:10: note: in instantiation of template class 'eoInit>>>' requested here 60 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ [ 81%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoState.cpp.obj 6 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_pop_ga.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FetchInterfaceDataDialog.o TLM/FetchInterfaceDataDialog.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_pop_ga.cpp:47: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 112 | std::bind2nd(std::equal_to(), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/shar48: warning: 'binary_function &, eoBit &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF &, eoBit &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBitOp.h:297:51: note: in instantiation of template class 'eoQuadOp>' requested here 297 | template class eo1PtBitXover: public eoQuadOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:129:18: note: in instantiation of template class 'eo1PtBitXover>' requested here 129 | ptQuad = new eo1PtBitXover; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:55:10: note: in instantiation of function template specialization 'do_make_op>' requested here 55 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, eoBit &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_pop_ga.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_pop_ga.cpp:55e/qt5/mkspecs/win32-g++ -o release/generatedfiles/qrc_OMOptimBasis.o release/generatedfiles/rcc/qrc_OMOptimBasis.cpp :10: note: in instantiation of template class 'eoInit>' requested here 55 | return do_make_pop(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBitOp.h:158:51: note: in instantiation of template class 'eoMonOp>' requested here 158 | template class eoBitMutation: public eoMonOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:189:15: note: in instantiation of template class 'eoBitMutation>' requested here 189 | ptMon = new eoBitMutation(pMutPerBitParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:55:10: note: in instantiation of function template specialization 'do_make_op>' requested here 55 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_pop_ga.cpp:45: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_pop.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoInit.h:53:23: note: in instantiation of template class 'eoUF>> &, void>' requested here 53 | class eoInit : public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_pop_ga.cpp:60:10: note: in instantiation of template class 'eoInit>>>' requested here 60 | return do_In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:44:30: note: in instantiation of template class 'eoGenOp>' requested here 44 | class eoOpContainer : public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:145:33: note: in instantiation of template class 'eoOpContainer>' requested here 145 | class eoProportionalOp : public eoOpContainer | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:215:39: note: in instantiation of template class 'eoProportionalOp>' requested here 215 | eoProportionalOpmake_pop(_parser, _state, _init * cross = new eoProportionalOp ;); | ^ | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:55:10: note: in instantiation of function template specialization 'do_make_op>' requested here 55 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEC:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ PRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function &, const eoBit &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF &, const eoBit &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:218:84: note: in instantiation of template class 'eoBinOp>' requested here 218 | case eoOp::binary : return _store.storeFunctor(new eoBinGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:219:10: note: in instantiation of member function 'eoOpContainer>::add' requested here 219 | cross->add(*ptCombinedQuadOp, pCrossParam.value()); // user crossover | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:55:10: note: in instantiation of function template specialization 'do_make_op>' requested here 55 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function &, const eoBit &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ 6 warnings generated. In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_run_ga.cpp:49: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:43: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoVector.h:29: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Variable.h -o release/generatedfiles/moc/moc_Variable.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, eoBit>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:151:45: note: in instantiation of template class 'eoBF>> &, eoBit>> &, bool>' requested here 151 | class eoQuadOp: public eoOp, public eoBF { | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBitOp.h:297:51: note: in instantiation of template class 'eoQuadOp>>>' requested here 297 | template class eo1PtBitXover: public eoQuadOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:129:18: note: in instantiation of template class 'eo1PtBitXover>>>' requested here 129 | ptQuad = new eo1PtBitXover; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:60:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 60 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, eoBit>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_run_ga.cpp:49: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBit.h:112:31: warning: 'bind2nd, char>' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 112 | std::bind2nd(std::equal_to(), '1')); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/backward/binders.h:170:5: note: 'bind2nd, char>' has been explicitly marked deprecated here 170 | _GLIBCXX11_DEPRECATED_SUGGEST("std::bind") | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:106:45: note: expanded from macro '_GLIBCXX11_DEPRECATED_SUGGEST' 106 | # define _GLIBCXX11_DEPRECATED_SUGGEST(ALT) _GLIBCXX_DEPRECATED_SUGGEST(ALT) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:98:19: note: expanded from macro '_GLIBCXX_DEPRECATED_SUGGEST' 98 | __attribute__ ((__deprecated__ ("use '" ALT "' instead"))) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>> &, bool>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:120:44: note: in instantiation of template class 'eoUF>> &, bool>' requested here 120 | class eoMonOp: public eoOp, public eoUF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/eoBitOp.h:158:51: note: in instantiation of template class 'eoMonOp>>>' requested here 158 | template class eoBitMutation: public eoMonOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:189:15: note: in instantiation of template class 'eoBitMutation>>>' requested here 189 | ptMon = new eoBitMutation(pMutPerBitParam.value()); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:60:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 60 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>> &, bool>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_run_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF> &, void>' requested here 52 | class eoAlgo : public eoUF&, voiIn file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:60:42: note: in instantiation of template class 'eoUF>>> &, void>' requested here 60 | class eoGenOp : public eoOp, public eoUF &, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:44:30: note: in instantiation of template class 'eoGenOp>>>' requested here 44 | class eoOpContainer : public eoGenOp | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:145:33: note: in instantiation of template class 'eoOpContainer>>>' requested here 145 | class eoProportionalOp : public eoOpContainer | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:215:39: note: in instantiation of template class 'eoProportionalOp>>>' requested here 215 | eoProportionalOp * cross = new eoProportionalOp ; | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:60:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 60 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ d> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_run_ga.cpp:59:3: note: in instantiation of template class 'eoAlgo>' requested here 59 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_run_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/do/make_run.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:28: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoPop.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:114:48: warning: 'unary_function>>> &, void>' is deprecated [-Wdeprecated-declarations] 114 | class eoUF : public eoFunctorBase, public std::unary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoAlgo.h:52:23: note: in instantiation of template class 'eoUF>>> &, void>' requested here 52 | class eoAlgo : public eoUF&, void> | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_run_ga.cpp:64:3: note: in instantiation of template class 'eoAlgo>>>' requested here 64 | do_run(_ga, _pop); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:124:7: note: 'unary_function>>> &, void>' has been explicitly marked deprecated here 124 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:47: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:30: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoFunctor.h:151:48: warning: 'binary_function>> &, const eoBit>> &, bool>' is deprecated [-Wdeprecated-declarations] 151 | class eoBF : public eoFunctorBase, public std::binary_function | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOp.h:136:44: note: in instantiation of template class 'eoBF>> &, const eoBit>> &, bool>' requested here 136 | class eoBinOp: public eoOp, public eoBF | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoGenOp.h:218:84: note: in instantiation of template class 'eoBinOp>>>' requested here 218 | case eoOp::binary : return _store.storeFunctor(new eoBinGenOp(static_cast&>(_op))); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoOpContainer.h:67:20: note: in instantiation of function template specialization 'wrap_op>>>' requested here 67 | ops.push_back(&wrap_op(_op, store)); | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op.h:219:10: note: in instantiation of member function 'eoOpContainer>>>::add' requested here 219 | cross->add(*ptCombinedQuadOp, pCrossParam.value()); // user crossover | ^ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/ga/make_op_ga.cpp:60:10: note: in instantiation of function template specialization 'do_make_op>>>' requested here 60 | return do_make_op(_parser, _state, _init); | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/bits/stl_function.h:141:7: note: 'binary_function>> &, const eoBit>> &, bool>' has been explicitly marked deprecated here 141 | } _GLIBCXX11_DEPRECATED; | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:105:32: note: expanded from macro '_GLIBCXX11_DEPRECATED' 105 | # define _GLIBCXX11_DEPRECATED _GLIBCXX_DEPRECATED | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/c++/13.2.0/x86_64-w64-mingw32/bits/c++config.h:96:46: note: expanded from macro '_GLIBCXX_DEPRECATED' 96 | # define _GLIBCXX_DEPRECATED __attribute__ ((__deprecated__)) | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.cpp:41: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ [ 83%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoOStreamMonitor.cpp.obj 7 warnings generated. 15 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FetchInterfaceDataThread.o TLM/FetchInterfaceDataThread.cpp [ 85%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoUpdater.cpp.obj clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TLMCoSimulationDialog.o TLM/TLMCoSimulationDialog.cpp 26 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../MOThreads.h -o release/generatedfiles/moc/moc_MOThreads.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TLMCoSimulationOutputWidget.o TLM/TLMCoSimulationOutputWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TLMCoSimulationThread.o TLM/TLMCoSimulationThread.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoOStreamMonitor.cpp:12: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoOStreamMonitor.h:34: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ 10 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ImportFMUDialog.o FMI/ImportFMUDialog.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ImportFMUModelDescriptionDialog.o FMI/ImportFMUModelDescriptionDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FMUExportOutputWidget.o FMI/FMUExportOutputWidget.cpp 4 warnings generated. 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VariablesWidget.o Plotting/VariablesWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/MOTableView.h -o release/generatedfiles/moc/moc_MOTableView.cpp 7 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../MOParameter.h -o release/generatedfiles/moc/moc_MOParameter.cpp [ 87%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/make_help.cpp.obj [ 88%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/pipecom.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../MOOptVector.h -o release/generatedfiles/moc/moc_MOOptVector.cpp 15 warnings generated. 41 warnings generated. 22 warnings generated. [ 90%] Linking CXX static library ../../lib/libga.a [ 92%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoLogger.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../MOItem.h -o release/generatedfiles/moc/moc_MOItem.cpp In file included from TLM/TLMCoSimulationDialog.cpp:44: In file included from TLM/TLMCoSimulationDialog.h:37: In file included from TLM/TLMCoSimulationOptions.h:37: 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 | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/DiagramWindow.o Plotting/DiagramWindow.cpp 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 | ^ 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) | ^ 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 | ^ In file included from TLM/TLMCoSimulationOutputWidget.cpp:34: In file included from TLM/TLMCoSimulationOutputWidget.h:37: 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 | ^ In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/make_help.cpp:33: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.hC:/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) | ^ 1853:21C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:808:: warning: 'QString::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 22: warning: 'QWidget::setSizeIncrement' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 808 | iC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | nreturn ss.str().c_str(); | ^~~~~~~~ line vo1853 | inline int QString::compare(const QString &sid QWidget::setSizeIncrement(const QSize &s) | ^ 1, 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/QtWidgets/qwidget.h:C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98811:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ :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/QtCore/qstring.h: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:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | reC:/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 | ^ turn ss.str().c_str(); | ^~~~~~~~ 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) | ^ 1857:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1857 | inline int QStringRef::compare(const QStringRefC:/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 | ^ &s, Qt::CaseSensitivity cs) const noexcept | ^ 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/QtCore/qstring.h:1859:24: warning: 'QStringRef::compare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 1859 | inline ^ 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) | ^ int QStringRef::compare(QLatin1String s, Qt::CaseSensitivity cs) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:862:30: warning: 'QWidget::geometry' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 862C:/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 Q | 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 | ^ StringRC:/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 | ^ ef &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 | ^ 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) | ^ [ 92%] Built target ga 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) | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetMOItem.h -o release/generatedfiles/moc/moc_WidgetMOItem.cpp 28 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetFilesList.h -o release/generatedfiles/moc/moc_WidgetFilesList.cpp 27 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Problems/Result.h -o release/generatedfiles/moc/moc_Result.cpp In file included from TLM/TLMCoSimulationThread.cpp:34: In file included from TLM/TLMCoSimulationThread.h:37: In file included from TLM/TLMCoSimulationOutputWidget.h:37: 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 -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/NotificationsDialog.o Options/NotificationsDialog.cpp 4 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Problems/ProblemInterface.h -o release/generatedfiles/moc/moc_ProblemInterface.cpp [ 94%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoParallel.cpp.obj In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.cpp:41: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ShapePropertiesDialog.o Annotations/ShapePropertiesDialog.cpp [ 96%] Building CXX object eo/src/utils/CMakeFiles/eoutils.dir/eoSignal.cpp.obj /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Problems/Problem.h -o release/generatedfiles/moc/moc_Problem.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParallel.cpp:30: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParallel.h:36: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMDumpXML.o TransformationalDebugger/OMDumpXML.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Problems/OMCases.h -o release/generatedfiles/moc/moc_OMCases.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Problems/OMCase.h -o release/generatedfiles/moc/moc_OMCase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/diff_match_patch.o TransformationalDebugger/diff_match_patch.cpp 4 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Infos/InfoSender.h -o release/generatedfiles/moc/moc_InfoSender.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Infos/Info.h -o release/generatedfiles/moc/moc_Info.cpp In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoSignal.cpp:26: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoSignal.h:31: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoLogger.h:96: In file included from C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/utils/eoParser.h:35: C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:50:16: warning: returning address of local temporary object [-Wreturn-stack-address] 50 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:74:16: warning: returning address of local temporary object [-Wreturn-stack-address] 74 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:98:16: warning: returning address of local temporary object [-Wreturn-stack-address] 98 | return ss.str().c_str(); | ^~~~~~~~ C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/eo/src/eoExceptions.h:123:16: warning: returning address of local temporary object [-Wreturn-stack-address] 123 | return ss.str().c_str(); | ^~~~~~~~ 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TransformationsWidget.o TransformationalDebugger/TransformationsWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tools/qsciencespinbox.h -o release/generatedfiles/moc/moc_qsciencespinbox.cpp 4 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../FileData/Load.h -o release/generatedfiles/moc/moc_Load.cpp [ 98%] Linking CXX static library ../../lib/libeoutils.a /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../ProjectBase.h -o release/generatedfiles/moc/moc_ProjectBase.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/MOParametersDlg.h -o release/generatedfiles/moc/moc_MOParametersDlg.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CommandFactory.o Debugger/GDB/CommandFactory.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../Tools/OMProcess.h -o release/generatedfiles/moc/moc_OMProcess.cpp [ 98%] Built target eoutils clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/GDBAdapter.o Debugger/GDB/GDBAdapter.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tools/MyTreeView.h -o release/generatedfiles/moc/moc_MyTreeView.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tools/MyTextLog.h -o release/generatedfiles/moc/moc_MyTextLog.cpp (DRCONTROLPWD=`cd ../../DrControl/ && pwd` && \ DIRS=`cd ../../DrControl/ && find . -type d | grep -v svn` && \ (cd /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/drcontrol/ && \ mkdir -p $DIRS) && \ cd ../../DrControl/ && \ find . -name \*.onb -exec cp {} /c/dev/jenkins/ws/Windows/OM_Win/build/share//omnotebook/drcontrol/{} \;) In file included from TransformationalDebugger/OMDumpXML.cpp:35: In file included from TransformationalDebugger/OMDumpXML.h:39: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QHash:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qhash.h:101:24: warning: 'QHashData::willGrow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 101 | inline bool QHashData::willGrow() | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qhash.h:111:24: warning: 'QHashData::hasShrunk' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 111 | inline void QHashData::hasShrunk() | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qhash.h:122:36: warning: 'QHashData::firstNode' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 122 | inline QHashData::Node *QHashData::firstNode() | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/StackFramesWidget.o Debugger/StackFrames/StackFramesWidget.cpp In file included from TransformationalDebugger/OMDumpXML.cpp:35: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:31: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ In file included from TransformationalDebugger/diff_match_patch.cpp:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:31: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/LocalsWidget.o Debugger/Locals/LocalsWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tools/MyDelegates.h -o release/generatedfiles/moc/moc_MyDelegates.cpp In file included from TransformationalDebugger/OMDumpXML.cpp:35: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:38: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:286:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 286 | inline QCborValue::QCborValue(QCborArray &&a) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:291:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 291 | inline QCborArray QCborValueRef::toArray() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:296:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 296 | inline QCborArray QCborValueRef::toArray(const QCborArray &a) const | ^ In file included from TransformationalDebugger/OMDumpXML.cpp:35: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:40: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:342:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 342 | inline QCborValue::QCborValue(QCborMap &&m) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:347:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 347 | inline QCborMap QCborValueRef::toMap() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:352:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 352 | inline QCborMap QCborValueRef::toMap(const QCborMap &m) const | ^ In file included from TransformationalDebugger/OMDumpXML.cpp:35: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:66: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:368:32: warning: 'QDataStream::device' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 368 | inline QIODevice *QDataStream::device() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:371:44: warning: 'QDataStream::byteOrder' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 371 | inline QDataStream::ByteOrder QDataStream::byteOrder() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:374:25: warning: 'QDataStream::version' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 374 | inline int QDataStream::version() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:377:26: warning: 'QDataStream::setVersion' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 377 | inline void QDataStream::setVersion(int v) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:380:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 380 | inline QDataStream &QDataStream::operator>>(quint8 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:383:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 383 | inline QDataStream &QDataStream::operator>>(quint16 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:389:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 389 | inline QDataStream &QDataStream::operator>>(quint64 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:392:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 392 | inline QDataStream &QDataStream::operator<<(quint8 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:395:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 395 | inline QDataStream &QDataStream::operator<<(quint16 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:401:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QDataStream &QDataStream::operator<<(quint64 i) | ^ In file included from TransformationalDebugger/diff_match_patch.cpp:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:38: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:286:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 286 | inline QCborValue::QCborValue(QCborArray &&a) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:291:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 291 | inline QCborArray QCborValueRef::toArray() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:296:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 296 | inline QCborArray QCborValueRef::toArray(const QCborArray &a) const | ^ In file included from TransformationalDebugger/diff_match_patch.cpp:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:40: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:342:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 342 | inline QCborValue::QCborValue(QCborMap &&m) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:347:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 347 | inline QCborMap QCborValueRef::toMap() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:352:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 352 | inline QCborMap QCborValueRef::toMap(const QCborMap &m) const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ModelicaValue.o Debugger/Locals/ModelicaValue.cpp In file included from TransformationalDebugger/diff_match_patch.cpp:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:66: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:368:32: warning: 'QDataStream::device' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 368 | inline QIODevice *QDataStream::device() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:371:44: warning: 'QDataStream::byteOrder' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 371 | inline QDataStream::ByteOrder QDataStream::byteOrder() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:374:25: warning: 'QDataStream::version' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 374 | inline int QDataStream::version() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:377:26: warning: 'QDataStream::setVersion' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 377 | inline void QDataStream::setVersion(int v) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:380:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 380 | inline QDataStream &QDataStream::operator>>(quint8 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:383:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 383 | inline QDataStream &QDataStream::operator>>(quint16 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:389:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 389 | inline QDataStream &QDataStream::operator>>(quint64 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:392:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 392 | inline QDataStream &QDataStream::operator<<(quint8 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:395:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 395 | inline QDataStream &QDataStream::operator<<(quint16 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:401:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QDataStream &QDataStream::operator<<(quint64 i) | ^ In file included from TransformationalDebugger/OMDumpXML.cpp:35: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:132: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qline.h:379:21: warning: 'QLineF::setLength' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 379 | inline void QLineF::setLength(qreal len) | ^ In file included from TransformationalDebugger/diff_match_patch.cpp:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:132: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qline.h:379:21: warning: 'QLineF::setLength' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 379 | inline void QLineF::setLength(qreal len) | ^ 27 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tools/MOSplitter.h -o release/generatedfiles/moc/moc_MOSplitter.cpp cp -puf ../../../common/pre-commit.sh C:/dev/jenkins/ws/Windows/OM_Win/.git/hooks/pre-commit make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMNotebook/OMNotebook/OMNotebookGUI' /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tools/GuiTools.h -o release/generatedfiles/moc/moc_GuiTools.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tabs/TabGeneric.h -o release/generatedfiles/moc/moc_TabGeneric.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tabs/MOTab.h -o release/generatedfiles/moc/moc_MOTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BreakpointMarker.o Debugger/Breakpoints/BreakpointMarker.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BreakpointsWidget.o Debugger/Breakpoints/BreakpointsWidget.cpp In file included from TransformationalDebugger/TransformationsWidget.cpp:36: In file included from TransformationalDebugger/TransformationsWidget.h:44: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:31: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BreakpointDialog.o Debugger/Breakpoints/BreakpointDialog.cpp In file included from TransformationalDebugger/OMDumpXML.cpp:39: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QTextDocument:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ In file included from TransformationalDebugger/TransformationsWidget.cpp:36: In file included from TransformationalDebugger/TransformationsWidget.h:44: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:38: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:286:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 286 | inline QCborValue::QCborValue(QCborArray &&a) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:291:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 291 | inline QCborArray QCborValueRef::toArray() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:296:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 296 | inline QCborArray QCborValueRef::toArray(const QCborArray &a) const | ^ In file included from TransformationalDebugger/TransformationsWidget.cpp:36: In file included from TransformationalDebugger/TransformationsWidget.h:44: In file included from TransformationalDebugger/OMDumpXML.h:41: In file included from TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:40: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:342:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 342 | inline QCborValue::QCborValue(QCborMap &&m) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:347:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 347 | inline QCborMap QCborValueRef::toMap() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:352:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 352 | inline QCborMap QCborValueRef::toMap(const QCborMap &m) const | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tabs/MOMainTab.h -o release/generatedfiles/moc/moc_MOMainTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/DebuggerConfigurationsDialog.o Debugger/DebuggerConfigurationsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tabs/MO2ColTab.h -o release/generatedfiles/moc/moc_MO2ColTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/AttachToProcessDialog.o Debugger/Attach/AttachToProcessDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetTableVar.h -o release/generatedfiles/moc/moc_WidgetTableVar.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Plots/MOPlot.h -o release/generatedfiles/moc/moc_MOPlot.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Tabs/TabProjectBase.h -o release/generatedfiles/moc/moc_TabProjectBase.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetProjectBaseInfos.h -o release/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ProcessListModel.o Debugger/Attach/ProcessListModel.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/DlgSettings.h -o release/generatedfiles/moc/moc_DlgSettings.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/DlgSelectVars.h -o release/generatedfiles/moc/moc_DlgSelectVars.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/DlgSelectFiles.h -o release/generatedfiles/moc/moc_DlgSelectFiles.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetSelectVars.h -o release/generatedfiles/moc/moc_WidgetSelectVars.cpp clang -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -Wall -Wextra -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/backtrace.o CrashReport/backtrace.c clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/GDBBacktrace.o CrashReport/GDBBacktrace.cpp Debugger/Breakpoints/BreakpointMarker.cpp:167:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] 167 | foreach (ITextMark *mrk, userData->marks()) { | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qglobal.h:1142:21: note: expanded from macro 'foreach' 1142 | # define foreach Q_FOREACH | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qglobal.h:1135:5: note: expanded from macro 'Q_FOREACH' 1135 | Q_FOREACH_IMPL(variable, Q_FOREACH_JOIN(_container_, __LINE__), container) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qglobal.h:1116:43: note: expanded from macro 'Q_FOREACH_IMPL' 1116 | if (variable = *name.i; false) {} else | ^ Debugger/Breakpoints/BreakpointMarker.cpp:178:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] 178 | foreach (ITextMark *mrk, userData->marks()) { | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qglobal.h:1142:21: note: expanded from macro 'foreach' 1142 | # define foreach Q_FOREACH | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qglobal.h:1135:5: note: expanded from macro 'Q_FOREACH' 1135 | Q_FOREACH_IMPL(variable, Q_FOREACH_JOIN(_container_, __LINE__), container) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qglobal.h:1116:43: note: expanded from macro 'Q_FOREACH_IMPL' 1116 | if (variable = *name.i; false) {} else | ^ 70 warnings generated. [100%] Linking CXX static library ../../lib/libes.a [100%] Built target es 2 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetList.h -o release/generatedfiles/moc/moc_WidgetList.cpp make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/ParadisEO-2.0.1/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/NewProjectBaseForm.h -o release/generatedfiles/moc/moc_NewProjectBaseForm.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CrashReportDialog.o CrashReport/CrashReportDialog.cpp 31 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../registermetatypes.h -o release/generatedfiles/moc/moc_registermetatypes.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/DlgSelect.h -o release/generatedfiles/moc/moc_DlgSelect.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/GitCommands.o Git/GitCommands.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CommitChangesDialog.o Git/CommitChangesDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/RevertCommitsDialog.o Git/RevertCommitsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Widgets/WidgetMOItemsList.h -o release/generatedfiles/moc/moc_WidgetMOItemsList.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/CleanDialog.o Git/CleanDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMEditApplication.o OMEditApplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TraceabilityGraphViewWidget.o Traceability/TraceabilityGraphViewWidget.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TraceabilityInformationURI.o Traceability/TraceabilityInformationURI.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMSProxy.o OMS/OMSProxy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ModelDialog.o OMS/ModelDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../MOItemModel.h -o release/generatedfiles/moc/moc_MOItemModel.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/MOItemViews.h -o release/generatedfiles/moc/moc_MOItemViews.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../scriptparser.h -o release/generatedfiles/moc/moc_scriptparser.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/ScriptTextDlg.h -o release/generatedfiles/moc/moc_ScriptTextDlg.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/Dialogs/HelpDlg.h -o release/generatedfiles/moc/moc_HelpDlg.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/BusDialog.o OMS/BusDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build/release/generatedfiles/ui -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Widgets -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/GUI/Dialogs -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Units -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Tools -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Infos -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/FileData -IC:/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -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 ../GUI/ConsoleWindow.h -o release/generatedfiles/moc/moc_ConsoleWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_Variable.o release/generatedfiles/moc/moc_Variable.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOThreads.o release/generatedfiles/moc/moc_MOThreads.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ElementPropertiesDialog.o OMS/ElementPropertiesDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOTableView.o release/generatedfiles/moc/moc_MOTableView.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOParameter.o release/generatedfiles/moc/moc_MOParameter.cpp In file included from OMS/ModelDialog.cpp:34: In file included from OMS/ModelDialog.h:37: 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 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOOptVector.o release/generatedfiles/moc/moc_MOOptVector.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOItem.o release/generatedfiles/moc/moc_MOItem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetMOItem.o release/generatedfiles/moc/moc_WidgetMOItem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetFilesList.o release/generatedfiles/moc/moc_WidgetFilesList.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_Result.o release/generatedfiles/moc/moc_Result.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_ProblemInterface.o release/generatedfiles/moc/moc_ProblemInterface.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_Problem.o release/generatedfiles/moc/moc_Problem.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_OMCases.o release/generatedfiles/moc/moc_OMCases.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/SystemSimulationInformationDialog.o OMS/SystemSimulationInformationDialog.cpp 16 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_OMCase.o release/generatedfiles/moc/moc_OMCase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_InfoSender.o release/generatedfiles/moc/moc_InfoSender.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_Info.o release/generatedfiles/moc/moc_Info.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMSSimulationDialog.o OMS/OMSSimulationDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_qsciencespinbox.o release/generatedfiles/moc/moc_qsciencespinbox.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_Load.o release/generatedfiles/moc/moc_Load.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OMSSimulationOutputWidget.o OMS/OMSSimulationOutputWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_ProjectBase.o release/generatedfiles/moc/moc_ProjectBase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOParametersDlg.o release/generatedfiles/moc/moc_MOParametersDlg.cpp In file included from Traceability/TraceabilityGraphViewWidget.cpp:1: In file included from Traceability/TraceabilityGraphViewWidget.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:58: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/TimeManager.o Animation/TimeManager.cpp In file included from Traceability/TraceabilityInformationURI.cpp:1: In file included from Traceability/TraceabilityInformationURI.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:58: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ResourceCache.o Util/ResourceCache.cpp In file included from Traceability/TraceabilityGraphViewWidget.cpp:1: In file included from Traceability/TraceabilityGraphViewWidget.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:287: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:113:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 113 | inline int QToolBox::addItem(QWidget *item, const QString &text) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:115:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 115 | inline int QToolBox::addItem(QWidget *item, const QIcon &iconSet, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:118:22: warning: 'QToolBox::insertItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QToolBox::insertItem(int index, QWidget *item, const QString &text) | ^ In file included from Traceability/TraceabilityInformationURI.cpp:1: In file included from Traceability/TraceabilityInformationURI.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:287: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:113:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 113 | inline int QToolBox::addItem(QWidget *item, const QString &text) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:115:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 115 | inline int QToolBox::addItem(QWidget *item, const QIcon &iconSet, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:118:22: warning: 'QToolBox::insertItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QToolBox::insertItem(int index, QWidget *item, const QString &text) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/NetworkAccessManager.o Util/NetworkAccessManager.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_OMProcess.o release/generatedfiles/moc/moc_OMProcess.cpp In file included from Util/ResourceCache.cpp:32: In file included from Util/ResourceCache.h:35: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QHash:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qhash.h:101:24: warning: 'QHashData::willGrow' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 101 | inline bool QHashData::willGrow() | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qhash.h:111:24: warning: 'QHashData::hasShrunk' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 111 | inline void QHashData::hasShrunk() | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qhash.h:122:36: warning: 'QHashData::firstNode' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 122 | inline QHashData::Node *QHashData::firstNode() | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MyTreeView.o release/generatedfiles/moc/moc_MyTreeView.cpp 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MyTextLog.o release/generatedfiles/moc/moc_MyTextLog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MyDelegates.o release/generatedfiles/moc/moc_MyDelegates.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOSplitter.o release/generatedfiles/moc/moc_MOSplitter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_GuiTools.o release/generatedfiles/moc/moc_GuiTools.cpp 3 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_TabGeneric.o release/generatedfiles/moc/moc_TabGeneric.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Expression.o FlatModelica/Expression.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOTab.o release/generatedfiles/moc/moc_MOTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOMainTab.o release/generatedfiles/moc/moc_MOMainTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MO2ColTab.o release/generatedfiles/moc/moc_MO2ColTab.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ExpressionFuncs.o FlatModelica/ExpressionFuncs.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetTableVar.o release/generatedfiles/moc/moc_WidgetTableVar.cpp 4 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOPlot.o release/generatedfiles/moc/moc_MOPlot.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_TabProjectBase.o release/generatedfiles/moc/moc_TabProjectBase.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetProjectBaseInfos.o release/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_DlgSettings.o release/generatedfiles/moc/moc_DlgSettings.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Parser.o FlatModelica/Parser.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_DlgSelectVars.o release/generatedfiles/moc/moc_DlgSelectVars.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_DlgSelectFiles.o release/generatedfiles/moc/moc_DlgSelectFiles.cpp In file included from FlatModelica/ExpressionFuncs.cpp:35: In file included from FlatModelica/ExpressionFuncs.h:35: In file included from FlatModelica/Expression.h:39: 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 | ^ 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetSelectVars.o release/generatedfiles/moc/moc_WidgetSelectVars.cpp 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 | ^ 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 | ^ 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetList.o release/generatedfiles/moc/moc_WidgetList.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_NewProjectBaseForm.o release/generatedfiles/moc/moc_NewProjectBaseForm.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/OpenGLWidget.o Animation/OpenGLWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/AbstractAnimationWindow.o Animation/AbstractAnimationWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ViewerWidget.o Animation/ViewerWidget.cpp In file included from FlatModelica/Parser.cpp:40: In file included from FlatModelica/Parser.h:36: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_registermetatypes.o release/generatedfiles/moc/moc_registermetatypes.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_DlgSelect.o release/generatedfiles/moc/moc_DlgSelect.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_WidgetMOItemsList.o release/generatedfiles/moc/moc_WidgetMOItemsList.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOItemModel.o release/generatedfiles/moc/moc_MOItemModel.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_MOItemViews.o release/generatedfiles/moc/moc_MOItemViews.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_scriptparser.o release/generatedfiles/moc/moc_scriptparser.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_ScriptTextDlg.o release/generatedfiles/moc/moc_ScriptTextDlg.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_HelpDlg.o release/generatedfiles/moc/moc_HelpDlg.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -O2 -w -Wunused-parameter -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -D__x86__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -DWIN32 -D_WINDOWS -D_USRDLL -D_CRT_SECURE_NO_DEPRECATE -D_WIN32_WINNT=0x0400 -D_MBCS -D__x86__ -D__x86_64__ -D__NT__ -D__OSVERSION__=4 -D__WIN32__ -D_WIN64 -DMS_WIN64 -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_CORE_LIB -I. -Irelease/generatedfiles/ui -I../../../build/include/omplot/qwt -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/generatedfiles/moc_ConsoleWindow.o release/generatedfiles/moc/moc_ConsoleWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/AnimationWindow.o Animation/AnimationWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ThreeDViewer.o Animation/ThreeDViewer.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/ExtraShapes.o Animation/ExtraShapes.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Visualization.o Animation/Visualization.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VisualizationMAT.o Animation/VisualizationMAT.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VisualizationCSV.o Animation/VisualizationCSV.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/VisualizationFMU.o Animation/VisualizationFMU.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FMUSettingsDialog.o Animation/FMUSettingsDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/FMUWrapper.o Animation/FMUWrapper.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/AbstractVisualizer.o Animation/AbstractVisualizer.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Shape.o Animation/Shape.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/Vector.o Animation/Vector.cpp In file included from Animation/Visualization.cpp:35: In file included from Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/VisualizationMAT.cpp:35: In file included from Animation/VisualizationMAT.h:38: In file included from Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/VisualizationCSV.cpp:34: In file included from Animation/VisualizationCSV.h:37: In file included from Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/VisualizationFMU.cpp:35: In file included from Animation/VisualizationFMU.h:38: In file included from Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/Visualization.cpp:35: In file included from Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ In file included from Animation/FMUSettingsDialog.cpp:35: In file included from Animation/FMUSettingsDialog.h:38: In file included from Animation/VisualizationFMU.h:38: In file included from Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/VisualizationMAT.cpp:35: In file included from Animation/VisualizationMAT.h:38: In file included from Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ In file included from Animation/VisualizationCSV.cpp:34: In file included from Animation/VisualizationCSV.h:37: In file included from Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ In file included from Animation/VisualizationFMU.cpp:35: In file included from Animation/VisualizationFMU.h:38: In file included from Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ In file included from Animation/FMUSettingsDialog.cpp:35: In file included from Animation/FMUSettingsDialog.h:38: In file included from Animation/VisualizationFMU.h:38: In file included from Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ In file included from Animation/ExtraShapes.cpp:46: In file included from Animation/ExtraShapes.h:38: In file included from Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/AbstractVisualizer.cpp:35: In file included from Animation/AbstractVisualizer.h:42: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ In file included from Animation/ExtraShapes.cpp:46: In file included from Animation/ExtraShapes.h:38: In file included from Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ In file included from Animation/Shape.cpp:35: In file included from Animation/Shape.h:38: In file included from Animation/AbstractVisualizer.h:42: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/rcc.exe -name resource_omedit resource_omedit.qrc -o generatedfiles/rcc/qrc_resource_omedit.cpp g++ -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -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/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Util/Helper.h -o generatedfiles/moc/moc_Helper.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Util/Utilities.h -o generatedfiles/moc/moc_Utilities.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Util/StringHandler.h -o generatedfiles/moc/moc_StringHandler.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Util/OutputPlainTextEdit.h -o generatedfiles/moc/moc_OutputPlainTextEdit.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 MainWindow.h -o generatedfiles/moc/moc_MainWindow.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 ../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h -o generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMC/OMCProxy.h -o generatedfiles/moc/moc_OMCProxy.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/MessagesWidget.h -o generatedfiles/moc/moc_MessagesWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/ItemDelegate.h -o generatedfiles/moc/moc_ItemDelegate.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/LibraryTreeWidget.h -o generatedfiles/moc/moc_LibraryTreeWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/ModelWidgetContainer.h -o generatedfiles/moc/moc_ModelWidgetContainer.cpp In file included from Animation/Vector.cpp:32: In file included from Animation/Vector.h:35: In file included from Animation/AbstractVisualizer.h:42: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/ModelicaClassDialog.h -o generatedfiles/moc/moc_ModelicaClassDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/InstallLibraryDialog.h -o generatedfiles/moc/moc_InstallLibraryDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Search/SearchWidget.h -o generatedfiles/moc/moc_SearchWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Options/OptionsDialog.h -o generatedfiles/moc/moc_OptionsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/BaseEditor.h -o generatedfiles/moc/moc_BaseEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/ModelicaEditor.h -o generatedfiles/moc/moc_ModelicaEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/TransformationsEditor.h -o generatedfiles/moc/moc_TransformationsEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/TextEditor.h -o generatedfiles/moc/moc_TextEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/CEditor.h -o generatedfiles/moc/moc_CEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/CompositeModelEditor.h -o generatedfiles/moc/moc_CompositeModelEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/OMSimulatorEditor.h -o generatedfiles/moc/moc_OMSimulatorEditor.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/MetaModelicaEditor.h -o generatedfiles/moc/moc_MetaModelicaEditor.cpp 1 warning generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Editors/HTMLEditor.h -o generatedfiles/moc/moc_HTMLEditor.cpp 1 warning generated. 1 warning generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Plotting/PlotWindowContainer.h -o generatedfiles/moc/moc_PlotWindowContainer.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Element/Element.h -o generatedfiles/moc/moc_Element.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/ShapeAnnotation.h -o generatedfiles/moc/moc_ShapeAnnotation.cpp rm -f ../bin/libOMOptimBasis.a 2>/dev/null ar -rc ../bin/libOMOptimBasis.a @object_script.libOMOptimBasis.Release /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Element/CornerItem.h -o generatedfiles/moc/moc_CornerItem.cpp make[4]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/LineAnnotation.h -o generatedfiles/moc/moc_LineAnnotation.cpp make[3]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' cp -p ../bin/libOMOptimBasis.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc cp ../bin/libOMOptimBasis.a /c/dev/jenkins/ws/Windows/OM_Win/build/lib/omc make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptimBasis/build' /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/PolygonAnnotation.h -o generatedfiles/moc/moc_PolygonAnnotation.cpp make -C OMOptim/build -f Makefile.omdev.mingw OM_QT_MAJOR_VERSION=5 make[2]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' /c/OMDevUCRT/lib/omniORB-4.2.0-mingw64/bin/x86_win32/omniidl -T -bcxx -Wbh=.h -Wbs=.cpp -p../../lib/python -Wbdebug /c/dev/jenkins/ws/Windows/OM_Win/build/share//omc/omc_communication.idl qmake "CONFIG+=release" OMOptimLib.pro -o MakefileLib qmake "CONFIG+=release" OMOptim.pro -o Makefile /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/RectangleAnnotation.h -o generatedfiles/moc/moc_RectangleAnnotation.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/EllipseAnnotation.h -o generatedfiles/moc/moc_EllipseAnnotation.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/TextAnnotation.h -o generatedfiles/moc/moc_TextAnnotation.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/BitmapAnnotation.h -o generatedfiles/moc/moc_BitmapAnnotation.cpp Info: creating stash file C:\dev\jenkins\ws\Windows\OM_Win\OMOptim\OMOptim\build\.qmake.stash /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Element/ElementProperties.h -o generatedfiles/moc/moc_ElementProperties.cpp Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: unaProjecmte: M INMGW64_NT-1ESSA0.0-22631 GE: uname: MINGW64_NT-10.0-22631 C:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/features/moc.prf:24: Cannot write file C:\dev\jenkins\ws\Windows\OM_Win\OMOptim\OMOptim\build\release\generatedfiles\moc\mocinclude.opt: Cannot create parent directory /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Modeling/DocumentationWidget.h -o generatedfiles/moc/moc_DocumentationWidget.cpp make[2]: *** [Makefile.omdev.mingw:50: Makefile] Error 3 make[2]: *** Waiting for unfinished jobs.... /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Simulation/TranslationFlagsWidget.h -o generatedfiles/moc/moc_TranslationFlagsWidget.cpp Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Simulation/SimulationDialog.h -o generatedfiles/moc/moc_SimulationDialog.cpp Project MESSAGE: uname: MINGW64_NT-10.0-22631 /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Simulation/SimulationOutputWidget.h -o generatedfiles/moc/moc_SimulationOutputWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Simulation/SimulationOutputHandler.h -o generatedfiles/moc/moc_SimulationOutputHandler.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Simulation/OpcUaClient.h -o generatedfiles/moc/moc_OpcUaClient.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Simulation/ArchivedSimulationsWidget.h -o generatedfiles/moc/moc_ArchivedSimulationsWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 TLM/FetchInterfaceDataDialog.h -o generatedfiles/moc/moc_FetchInterfaceDataDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 TLM/FetchInterfaceDataThread.h -o generatedfiles/moc/moc_FetchInterfaceDataThread.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 TLM/TLMCoSimulationDialog.h -o generatedfiles/moc/moc_TLMCoSimulationDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 TLM/TLMCoSimulationOutputWidget.h -o generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 TLM/TLMCoSimulationThread.h -o generatedfiles/moc/moc_TLMCoSimulationThread.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 FMI/ImportFMUDialog.h -o generatedfiles/moc/moc_ImportFMUDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 FMI/ImportFMUModelDescriptionDialog.h -o generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 FMI/FMUExportOutputWidget.h -o generatedfiles/moc/moc_FMUExportOutputWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Plotting/VariablesWidget.h -o generatedfiles/moc/moc_VariablesWidget.cpp cp -puf omc_communication.* ../Core/OMC/ /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Plotting/DiagramWindow.h -o generatedfiles/moc/moc_DiagramWindow.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Options/NotificationsDialog.h -o generatedfiles/moc/moc_NotificationsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Annotations/ShapePropertiesDialog.h -o generatedfiles/moc/moc_ShapePropertiesDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 TransformationalDebugger/TransformationsWidget.h -o generatedfiles/moc/moc_TransformationsWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/GDB/GDBAdapter.h -o generatedfiles/moc/moc_GDBAdapter.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/StackFrames/StackFramesWidget.h -o generatedfiles/moc/moc_StackFramesWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Locals/LocalsWidget.h -o generatedfiles/moc/moc_LocalsWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Locals/ModelicaValue.h -o generatedfiles/moc/moc_ModelicaValue.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Breakpoints/BreakpointMarker.h -o generatedfiles/moc/moc_BreakpointMarker.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Breakpoints/BreakpointsWidget.h -o generatedfiles/moc/moc_BreakpointsWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Breakpoints/BreakpointDialog.h -o generatedfiles/moc/moc_BreakpointDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/DebuggerConfigurationsDialog.h -o generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Attach/AttachToProcessDialog.h -o generatedfiles/moc/moc_AttachToProcessDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Debugger/Attach/ProcessListModel.h -o generatedfiles/moc/moc_ProcessListModel.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 CrashReport/GDBBacktrace.h -o generatedfiles/moc/moc_GDBBacktrace.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 CrashReport/CrashReportDialog.h -o generatedfiles/moc/moc_CrashReportDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Git/GitCommands.h -o generatedfiles/moc/moc_GitCommands.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Git/CommitChangesDialog.h -o generatedfiles/moc/moc_CommitChangesDialog.cpp 7 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Git/RevertCommitsDialog.h -o generatedfiles/moc/moc_RevertCommitsDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Git/CleanDialog.h -o generatedfiles/moc/moc_CleanDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMEditApplication.h -o generatedfiles/moc/moc_OMEditApplication.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Traceability/TraceabilityGraphViewWidget.h -o generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Traceability/TraceabilityInformationURI.h -o generatedfiles/moc/moc_TraceabilityInformationURI.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/OMSProxy.h -o generatedfiles/moc/moc_OMSProxy.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/ModelDialog.h -o generatedfiles/moc/moc_ModelDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/BusDialog.h -o generatedfiles/moc/moc_BusDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/ElementPropertiesDialog.h -o generatedfiles/moc/moc_ElementPropertiesDialog.cpp 7 warnings generated. 7 warnings generated. /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/SystemSimulationInformationDialog.h -o generatedfiles/moc/moc_SystemSimulationInformationDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/OMSSimulationDialog.h -o generatedfiles/moc/moc_OMSSimulationDialog.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 OMS/OMSSimulationOutputWidget.h -o generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Util/NetworkAccessManager.h -o generatedfiles/moc/moc_NetworkAccessManager.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Animation/AbstractAnimationWindow.h -o generatedfiles/moc/moc_AbstractAnimationWindow.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Animation/ViewerWidget.h -o generatedfiles/moc/moc_ViewerWidget.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Animation/AnimationWindow.h -o generatedfiles/moc/moc_AnimationWindow.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Animation/ThreeDViewer.h -o generatedfiles/moc/moc_ThreeDViewer.cpp /C/OMDevUCRT/tools/msys/ucrt64/bin/moc.exe -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB --include C:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/generatedfiles/moc/moc_predefs.h -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB -IC:/dev/jenkins/ws/Windows/OM_Win/OMEdit -IC:/dev/jenkins/ws/Windows/OM_Win/build/include -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/antlr3 -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -IC:/dev/jenkins/ws/Windows/OM_Win/OMSimulator/include -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser -IC:/dev/jenkins/ws/Windows/OM_Win/OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 Animation/FMUSettingsDialog.h -o generatedfiles/moc/moc_FMUSettingsDialog.cpp 7 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/qrc_resource_omedit.o generatedfiles/rcc/qrc_resource_omedit.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_Helper.o generatedfiles/moc/moc_Helper.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_Utilities.o generatedfiles/moc/moc_Utilities.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_StringHandler.o generatedfiles/moc/moc_StringHandler.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OutputPlainTextEdit.o generatedfiles/moc/moc_OutputPlainTextEdit.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_MainWindow.o generatedfiles/moc/moc_MainWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OpenModelicaScriptingAPIQt.o generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMCProxy.o generatedfiles/moc/moc_OMCProxy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_MessagesWidget.o generatedfiles/moc/moc_MessagesWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ItemDelegate.o generatedfiles/moc/moc_ItemDelegate.cpp In file included from generatedfiles/moc/moc_Helper.cpp:10: In file included from generatedfiles/moc/../../Util/Helper.h:39: 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 | ^ 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) | ^ 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 | ^ 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 | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_LibraryTreeWidget.o generatedfiles/moc/moc_LibraryTreeWidget.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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ModelWidgetContainer.o generatedfiles/moc/moc_ModelWidgetContainer.cpp In file included from generatedfiles/moc/moc_Helper.cpp:10: In file included from generatedfiles/moc/../../Util/Helper.h:40: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QSize:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:157:21: warning: 'QSize::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 157 | inline QSize QSize::scaled(int w, int h, Qt::AspectRatioMode mode) const noexcept | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qsize.h:332:23: warning: 'QSizeF::scaled' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline QSizeF QSizeF::scaled(qreal w, qreal h, Qt::AspectRatioMode mode) const noexcept | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ModelicaClassDialog.o generatedfiles/moc/moc_ModelicaClassDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_InstallLibraryDialog.o generatedfiles/moc/moc_InstallLibraryDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SearchWidget.o generatedfiles/moc/moc_SearchWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OptionsDialog.o generatedfiles/moc/moc_OptionsDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BaseEditor.o generatedfiles/moc/moc_BaseEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ModelicaEditor.o generatedfiles/moc/moc_ModelicaEditor.cpp 53 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TransformationsEditor.o generatedfiles/moc/moc_TransformationsEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TextEditor.o generatedfiles/moc/moc_TextEditor.cpp In file included from generatedfiles/moc/moc_ModelWidgetContainer.cpp:10: In file included from generatedfiles/moc/../../Modeling/ModelWidgetContainer.h:38: In file included from generatedfiles/moc/../../Modeling/CoOrdinateSystem.h:37: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 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) | ^ 7 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CEditor.o generatedfiles/moc/moc_CEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CompositeModelEditor.o generatedfiles/moc/moc_CompositeModelEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMSimulatorEditor.o generatedfiles/moc/moc_OMSimulatorEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_MetaModelicaEditor.o generatedfiles/moc/moc_MetaModelicaEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_HTMLEditor.o generatedfiles/moc/moc_HTMLEditor.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PlotWindowContainer.o generatedfiles/moc/moc_PlotWindowContainer.cpp In file included from generatedfiles/moc/moc_SearchWidget.cpp:10: In file included from generatedfiles/moc/../../Search/SearchWidget.h:34: 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_ItemDelegate.cpp:10: In file included from generatedfiles/moc/../../Modeling/ItemDelegate.h:38: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QTextDocument:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qtextdocument.h:91:27: warning: 'QAbstractUndoItem::~QAbstractUndoItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 91 | inline QAbstractUndoItem::~QAbstractUndoItem() | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_Element.o generatedfiles/moc/moc_Element.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ShapeAnnotation.o generatedfiles/moc/moc_ShapeAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CornerItem.o generatedfiles/moc/moc_CornerItem.cpp 1 warning generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_LineAnnotation.o generatedfiles/moc/moc_LineAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_PolygonAnnotation.o generatedfiles/moc/moc_PolygonAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_RectangleAnnotation.o generatedfiles/moc/moc_RectangleAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_EllipseAnnotation.o generatedfiles/moc/moc_EllipseAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TextAnnotation.o generatedfiles/moc/moc_TextAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BitmapAnnotation.o generatedfiles/moc/moc_BitmapAnnotation.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ElementProperties.o generatedfiles/moc/moc_ElementProperties.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_DocumentationWidget.o generatedfiles/moc/moc_DocumentationWidget.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TranslationFlagsWidget.o generatedfiles/moc/moc_TranslationFlagsWidget.cpp In file included from generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp:10: In file included from generatedfiles/moc/../../../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:31: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SimulationDialog.o generatedfiles/moc/moc_SimulationDialog.cpp In file included from generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp:10: In file included from generatedfiles/moc/../../../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:38: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:286:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 286 | inline QCborValue::QCborValue(QCborArray &&a) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:291:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 291 | inline QCborArray QCborValueRef::toArray() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:296:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 296 | inline QCborArray QCborValueRef::toArray(const QCborArray &a) const | ^ In file included from generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp:10: In file included from generatedfiles/moc/../../../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:40: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:342:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 342 | inline QCborValue::QCborValue(QCbclang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_orMap &&m) | ^ API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SimulationOutputWidget.o generatedfiles/moc/moc_SimulationOutputWidget.cpp C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:347:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 347 | inline QCborMap QCborValueRef::toMap() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:352:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 352 | inline QCborMap QCborValueRef::toMap(const QCborMap &m) const | ^ In file included from generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp:10: In file included from generatedfiles/moc/../../../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:66: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:368:32: warning: 'QDataStream::device' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 368 | inline QIODevice *QDataStream::device() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:371:44: warning: 'QDataStream::byteOrder' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 371 | inline QDataStream::ByteOrder QDataStream::byteOrder() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:374:25: warning: 'QDataStream::version' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 374 | inline int QDataStream::version() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:377:26: warning: 'QDataStream::setVersion' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 377 | inline void QDataStream::setVersion(int v) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:380:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 380 | inline QDataStream &QDataStream::operator>>(quint8 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:383:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 383 | inline QDataStream &QDataStream::operator>>(quint16 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:389:34: warning: 'QDataStream::operator>>' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 389 | inline QDataStream &QDataStream::operator>>(quint64 &i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:392:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 392 | inline QDataStream &QDataStream::operator<<(quint8 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:395:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 395 | inline QDataStream &QDataStream::operator<<(quint16 i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qdatastream.h:401:34: warning: 'QDataStream::operator<<' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QDataStream &QDataStream::operator<<(quint64 i) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SimulationOutputHandler.o generatedfiles/moc/moc_SimulationOutputHandler.cpp In file included from generatedfiles/moc/moc_OpenModelicaScriptingAPIQt.cpp:10: In file included from generatedfiles/moc/../../../../build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:132: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qline.h:379:21: warning: 'QLineF::setLength' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 379 | inline void QLineF::setLength(qreal len) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OpcUaClient.o generatedfiles/moc/moc_OpcUaClient.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ArchivedSimulationsWidget.o generatedfiles/moc/moc_ArchivedSimulationsWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_FetchInterfaceDataDialog.o generatedfiles/moc/moc_FetchInterfaceDataDialog.cpp 7 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_FetchInterfaceDataThread.o generatedfiles/moc/moc_FetchInterfaceDataThread.cpp In file included from generatedfiles/moc/moc_DocumentationWidget.cpp:10: In file included from generatedfiles/moc/../../Modeling/DocumentationWidget.h:38: 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 -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TLMCoSimulationDialog.o generatedfiles/moc/moc_TLMCoSimulationDialog.cpp In file included from generatedfiles/moc/moc_TranslationFlagsWidget.cpp:10: In file included from generatedfiles/moc/../../Simulation/TranslationFlagsWidget.h:37: 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 | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qwidget.h:850:22: warning: 'QWidget::move' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] /include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TLMCoSimulationOutputWidget.o generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp 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 -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TLMCoSimulationThread.o generatedfiles/moc/moc_TLMCoSimulationThread.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ImportFMUDialog.o generatedfiles/moc/moc_ImportFMUDialog.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ImportFMUModelDescriptionDialog.o generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_FMUExportOutputWidget.o generatedfiles/moc/moc_FMUExportOutputWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_VariablesWidget.o generatedfiles/moc/moc_VariablesWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_DiagramWindow.o generatedfiles/moc/moc_DiagramWindow.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_NotificationsDialog.o generatedfiles/moc/moc_NotificationsDialog.cpp In file included from generatedfiles/moc/moc_TLMCoSimulationDialog.cpp:10: In file included from generatedfiles/moc/../../TLM/TLMCoSimulationDialog.h:37: In file included from generatedfiles/moc/../../TLM/TLMCoSimulationOptions.h:37: 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 | ^ 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) | ^ 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 | ^ 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 | ^ 27 warnings generated. C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qstring.h:2022:21: warning: 'QString::localeAwareCompare' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 2022 | inline int QSclang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ShapePropertiesDialog.o generatedfiles/moc/moc_ShapePropertiesDialog.cpp tring::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) | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TransformationsWidget.o generatedfiles/moc/moc_TransformationsWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_GDBAdapter.o generatedfiles/moc/moc_GDBAdapter.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_StackFramesWidget.o generatedfiles/moc/moc_StackFramesWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_LocalsWidget.o generatedfiles/moc/moc_LocalsWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ModelicaValue.o generatedfiles/moc/moc_ModelicaValue.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BreakpointMarker.o generatedfiles/moc/moc_BreakpointMarker.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BreakpointsWidget.o generatedfiles/moc/moc_BreakpointsWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BreakpointDialog.o generatedfiles/moc/moc_BreakpointDialog.cpp In file included from generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp:10: In file included from generatedfiles/moc/../../TLM/TLMCoSimulationOutputWidget.h:37: 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 -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_DebuggerConfigurationsDialog.o generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp In file included from generatedfiles/moc/moc_TLMCoSimulationThread.cpp:10: In file included from generatedfiles/moc/../../TLM/TLMCoSimulationThread.h:37: In file included from generatedfiles/moc/../../TLM/TLMCoSimulationOutputWidget.h:37: 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 -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_AttachToProcessDialog.o generatedfiles/moc/moc_AttachToProcessDialog.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ProcessListModel.o generatedfiles/moc/moc_ProcessListModel.cpp 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_GDBBacktrace.o generatedfiles/moc/moc_GDBBacktrace.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CrashReportDialog.o generatedfiles/moc/moc_CrashReportDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_GitCommands.o generatedfiles/moc/moc_GitCommands.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CommitChangesDialog.o generatedfiles/moc/moc_CommitChangesDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_RevertCommitsDialog.o generatedfiles/moc/moc_RevertCommitsDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_CleanDialog.o generatedfiles/moc/moc_CleanDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMEditApplication.o generatedfiles/moc/moc_OMEditApplication.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TraceabilityGraphViewWidget.o generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp In file included from generatedfiles/moc/moc_TransformationsWidget.cpp:10: In file included from generatedfiles/moc/../../TransformationalDebugger/TransformationsWidget.h:44: In file included from generatedfiles/moc/../../TransformationalDebugger/OMDumpXML.h:41: In file included from generatedfiles/moc/../../TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:31: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:120:24: warning: 'QBitArray::testBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 120 | inline bool QBitArray::testBit(int i) const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:124:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 124 | inline void QBitArray::setBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:128:24: warning: 'QBitArray::clearBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 128 | inline void QBitArray::clearBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:132:24: warning: 'QBitArray::setBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 132 | inline void QBitArray::setBit(int i, bool val) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:135:24: warning: 'QBitArray::toggleBit' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 135 | inline bool QBitArray::toggleBit(int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:140:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 140 | inline bool QBitArray::operator[](int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:141:24: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 141 | inline bool QBitArray::operator[](uint i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:142:24: warning: 'QBitArray::at' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 142 | inline bool QBitArray::at(int i) const { return testBit(i); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:159:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 159 | inline QBitRef QBitArray::operator[](int i) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qbitarray.h:161:27: warning: 'QBitArray::operator[]' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 161 | inline QBitRef QBitArray::operator[](uint i) | ^ 27 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_TraceabilityInformationURI.o generatedfiles/moc/moc_TraceabilityInformationURI.cpp In file included from generatedfiles/moc/moc_TransformationsWidget.cpp:10: In file included from generatedfiles/moc/../../TransformationalDebugger/TransformationsWidget.h:44: In file included from generatedfiles/moc/../../TransformationalDebugger/OMDumpXML.h:41: In file included from generatedfiles/moc/../../TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:38: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:286:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 286 | inline QCborValue::QCborValue(QCborArray &&a) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:291:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 291 | inline QCborArray QCborValueRef::toArray() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcborarray.h:296:34: warning: 'QCborValueRef::toArray' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 296 | inline QCborArray QCborValueRef::toArray(const QCborArray &a) const | ^ In file included from generatedfiles/moc/moc_TransformationsWidget.cpp:10: In file included from generatedfiles/moc/../../TransformationalDebugger/TransformationsWidget.h:44: In file included from generatedfiles/moc/../../TransformationalDebugger/OMDumpXML.h:41: In file included from generatedfiles/moc/../../TransformationalDebugger/diff_match_patch.h:25: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/QtCore:40: C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:342:20: warning: 'QCborValue::QCborValue' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 342 | inline QCborValue::QCborValue(QCborMap &&m) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:347:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 347 | inline QCborMap QCborValueRef::toMap() const | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtCore/qcbormap.h:352:32: warning: 'QCborValueRef::toMap' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 352 | inline QCborMap QCborValueRef::toMap(const QCborMap &m) const | ^ clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMSProxy.o generatedfiles/moc/moc_OMSProxy.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ModelDialog.o generatedfiles/moc/moc_ModelDialog.cpp 51 warnings generated. clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_BusDialog.o generatedfiles/moc/moc_BusDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ElementPropertiesDialog.o generatedfiles/moc/moc_ElementPropertiesDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_SystemSimulationInformationDialog.o generatedfiles/moc/moc_SystemSimulationInformationDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMSSimulationDialog.o generatedfiles/moc/moc_OMSSimulationDialog.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_OMSSimulationOutputWidget.o generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_NetworkAccessManager.o generatedfiles/moc/moc_NetworkAccessManager.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_AbstractAnimationWindow.o generatedfiles/moc/moc_AbstractAnimationWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ViewerWidget.o generatedfiles/moc/moc_ViewerWidget.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_AnimationWindow.o generatedfiles/moc/moc_AnimationWindow.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_ThreeDViewer.o generatedfiles/moc/moc_ThreeDViewer.cpp clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem . -isystem ../ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omplot/qwt -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include//omc/antlr3 -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/scripting-API -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/util -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/fmil -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMSimulator/include/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/ -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I. -I. -I.. -I../../build/include -I../../build/include/omplot -I../../build/include/omplot/qwt -I../../build/include/omc/antlr3 -I../../build/include/omc -I../../build/include/omc/scripting-API -I../../build/include/omc/c -I../../build/include/omc/c/util -I../../build/include/omc/fmil -I../../OMSimulator/include -I../../OMParser -I../../OMParser/3rdParty/antlr4/runtime/Cpp/runtime/src -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtCore -Igeneratedfiles/moc -I/include -IC:/OMDevUCRT/tools/msys/ucrt64/share/qt5/mkspecs/win32-g++ -o release/moc_FMUSettingsDialog.o generatedfiles/moc/moc_FMUSettingsDialog.cpp 16 warnings generated. In file included from generatedfiles/moc/moc_ModelDialog.cpp:10: In file included from generatedfiles/moc/../../OMS/ModelDialog.h:37: 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_FMUSettingsDialog.cpp:10: In file included from generatedfiles/moc/../../Animation/FMUSettingsDialog.h:38: In file included from generatedfiles/moc/../../Animation/VisualizationFMU.h:38: In file included from generatedfiles/moc/../../Animation/Visualization.h:43: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QColor:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qcolor.h:332:21: warning: 'QColor::isValid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 332 | inline bool QColor::isValid() const noexcept | ^ 27 warnings generated. In file included from generatedfiles/moc/moc_FMUSettingsDialog.cpp:10: In file included from generatedfiles/moc/../../Animation/FMUSettingsDialog.h:38: In file included from generatedfiles/moc/../../Animation/VisualizationFMU.h:38: In file included from generatedfiles/moc/../../Animation/Visualization.h:44: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/QImage:1: C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:399:21: warning: 'QImage::valid' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 399 | inline bool QImage::valid(const QPoint &pt) const { return valid(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:400:20: warning: 'QImage::pixelIndex' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 400 | inline int QImage::pixelIndex(const QPoint &pt) const { return pixelIndex(pt.x(), pt.y());} | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:401:21: warning: 'QImage::pixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 401 | inline QRgb QImage::pixel(const QPoint &pt) const { return pixel(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:402:21: warning: 'QImage::setPixel' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 402 | inline void QImage::setPixel(const QPoint &pt, uint index_or_rgb) { setPixel(pt.x(), pt.y(), index_or_rgb); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:403:23: warning: 'QImage::pixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 403 | inline QColor QImage::pixelColor(const QPoint &pt) const { return pixelColor(pt.x(), pt.y()); } | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtGui/qimage.h:404:21: warning: 'QImage::setPixelColor' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 404 | inline void QImage::setPixelColor(const QPoint &pt, const QColor &c) { setPixelColor(pt.x(), pt.y(), c); } | ^ Project MESSAGE: OMOptimLibDebug Project MESSAGE: Found clang++ on windows in $CXX, removing unknown flags: -fno-keep-inline-dllexport Project MESSAGE: uname: MINGW64_NT-10.0-22631 WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h In file included from generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp:10: In file included from generatedfiles/moc/../../Traceability/TraceabilityGraphViewWidget.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:58: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() const | ^ In file included from generatedfiles/moc/moc_TraceabilityInformationURI.cpp:10: In file included from generatedfiles/moc/../../Traceability/TraceabilityInformationURI.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:58: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qdesktopwidget.h:118:28: warning: 'QDesktopWidget::screenCount' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QDesktopWidget::screenCount() const | ^ In file included from generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp:10: In file included from generatedfiles/moc/../../Traceability/TraceabilityGraphViewWidget.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:287: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:113:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 113 | inline int QToolBox::addItem(QWidget *item, const QString &text) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:115:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 115 | inline int QToolBox::addItem(QWidget *item, const QIcon &iconSet, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:118:22: warning: 'QToolBox::insertItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QToolBox::insertItem(int index, QWidget *item, const QString &text) | ^ In file included from generatedfiles/moc/moc_TraceabilityInformationURI.cpp:10: In file included from generatedfiles/moc/../../Traceability/TraceabilityInformationURI.h:6: In file included from C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/QtWidgets:287: C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:113:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 113 | inline int QToolBox::addItem(QWidget *item, const QString &text) | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:115:22: warning: 'QToolBox::addItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 115 | inline int QToolBox::addItem(QWidget *item, const QIcon &iconSet, | ^ C:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets/qtoolbox.h:118:22: warning: 'QToolBox::insertItem' redeclared inline; 'dllimport' attribute ignored [-Wignored-attributes] 118 | inline int QToolBox::insertItem(int index, QWidget *item, const QString &text) | ^ 4 warnings generated. 4 warnings generated. 7 warnings generated. rm -f ../bin/libOMEdit.a 2>/dev/null ar -rc ../bin/libOMEdit.a @object_script.libOMEdit.Release 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 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make -f Makefile.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' windres -i rc_omedit.rc -o release/rc_omedit_res.o --include-dir=. -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN clang++ -c -march=nocona -msahf -mtune=generic -Wa,-mbig-obj -g -DUA_DYNAMIC_LINKING -isystem ../ -isystem ../OMEditLIB -isystem ../OMEditLIB/CrashReport -isystem C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DOM_HAVE_PTHREADS -DIMPORT_INTO=1 -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_WEBKITWIDGETS_LIB -DQT_WIDGETS_LIB -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_XMLPATTERNS_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN -I. -I.. -I../OMEditLIB -I../OMEditLIB/CrashReport -I../../build/include/omc/c -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtSvg -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtOpenGL -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtPrintSupport -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKitWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWidgets -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtWebKit -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtGui -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXmlPatterns -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtNetwork -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtXml -IC:/OMDevUCRT/tools/msys/ucrt64/include/QtConcurrent -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 make[2]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim/OMOptim/build' make[1]: *** [Makefile.omdev.mingw:21: omoptim] Error 2 make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMOptim' make: *** [Makefile.omdev.mingw:131: omoptim] Error 2 make: *** Waiting for unfinished jobs.... main.cpp:159:3: warning: missing field 'mmc_stack_overflow_jumper' initializer [-Wmissing-field-initializers] 159 | MMC_TRY_TOP() | ^ C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/meta/meta_modelica_data.h:219:60: note: expanded from macro 'MMC_TRY_TOP' 219 | #define MMC_TRY_TOP() { threadData_t threadDataOnStack = {0}, *oldThreadData = (threadData_t*)pthread_getspecific(mmc_thread_data_key),*threadData = &threadDataOnStack; pthread_setspecific(mmc_thread_data_key,threadData); pthread_mutex_init(&threadData->parentMutex,NULL); mmc_init_stackoverflow_fast(threadData, oldThreadData); MMC_TRY_INTERNAL(mmc_jumper) threadData->mmc_stack_overflow_jumper = threadData->mmc_jumper; /* Let the default stack overflow handler be the top-level handler */ | ^ main.cpp:179:32: warning: unused variable 'top_filter' [-Wunused-variable] 179 | LPTOP_LEVEL_EXCEPTION_FILTER top_filter = SetUnhandledExceptionFilter(exceptionFilter); | ^~~~~~~~~~ 2 warnings generated. g++ -Wl,--stack,33554432,--enable-auto-import -Wl,-subsystem,windows -mthreads -o ../bin/OMEdit.exe release/rc_omedit_res.o release/main.o -L../bin -lOMEdit -LC:/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB/Debugger/Parser -lGDBMIParser -LC:/dev/jenkins/ws/Windows/OM_Win/build/lib/omc -LC:/dev/jenkins/ws/Windows/OM_Win/OMParser/install/lib -Wl,-Bstatic -lOMParser -lantlr4-runtime -Wl,-Bdynamic -lomantlr3 -lOMPlot -lomqwt -lomopcua -lzmq -lOpenModelicaCompiler -lOpenModelicaRuntimeC -lfmilib -lomcgc -lpthread -lshlwapi -lws2_32 -LC:/dev/jenkins/ws/Windows/OM_Win/build/bin -lOMSimulator -LC:/OMDevUCRT/tools/msys/ucrt64/lib -LC:/OMDevUCRT/tools/msys/ucrt64/bin -limagehlp -lbfd -lintl -liberty -lsframe -lzstd -lzlib C:/OMDevUCRT/tools/msys/ucrt64/lib/libosg.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libosgViewer.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libOpenThreads.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libosgDB.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libosgGA.dll.a -lOpengl32 C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Svg.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5OpenGL.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5PrintSupport.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5WebKitWidgets.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Widgets.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5WebKit.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Gui.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5XmlPatterns.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Network.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Xml.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Concurrent.dll.a C:/OMDevUCRT/tools/msys/ucrt64/lib/libQt5Core.dll.a -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 C:/OMDevUCRT/tools/msys/ucrt64/lib/libqtmain.a -lshell32 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' make -f Makefile 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 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' make -f Makefile.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditLIB' make[4]: Nothing to be done for 'first'. 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 make[3]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make -f Makefile.Release make[4]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit/OMEditGUI' make[4]: Nothing to be done for 'first'. 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' cp -p ./OMEditLIB/Resources/nls//*.qm /c/dev/jenkins/ws/Windows/OM_Win/build/share//omedit/nls/ cp -p bin/OMEdit.exe /c/dev/jenkins/ws/Windows/OM_Win/build/bin cp -puf ../common/pre-commit.sh C:/dev/jenkins/ws/Windows/OM_Win/.git/hooks/pre-commit make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/OMEdit' real 7m5.272s user 0m55.244s sys 2m33.478s 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