Skip to content

Regression

omsimulator.testLoopsOverFMUs.mos (from (result.xml))

Failing for the past 1 build (Since #3844 )
Took 58 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testLoopsOverFMUs.mos                                                             ... equation mismatch [time: 55]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/omsimulator/testLoopsOverFMUs.mos_temp5962/log-testLoopsOverFMUs.mos
true
true
""
"loopsOverFMUs.A.fmu"
""
"loopsOverFMUs.C.fmu"
"loopsOverFMUs.D.fmu"
true
"Error: Error building simulator. Build log: cmd: cd \"loopsOverFMUs_B.fmutmp/sources/\" && mkdir build_cmake_static && cd build_cmake_static && cmake -G \"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=\"clang\" .. && cmake --build . --parallel  --target install && cd .. && rm -rf build_cmake_static
-- The C 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
-- FMI2 include directory: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Building for FMI platform win64
-- Install directory: C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/../binaries/win64
-- CVODE: Not linked
-- Not using FMI2_FUNCTION_PREFIX
-- Installing dynamic dependencies from list: 
-- Configuring done (4.0s)
-- Generating done (0.0s)
-- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/build_cmake_static
[  1%] Building C object CMakeFiles/loopsOverFMUs_B.dir/gc/memory_pool.c.obj
[  2%] Building C object CMakeFiles/loopsOverFMUs_B.dir/gc/omc_gc.c.obj
[  5%] Building C object CMakeFiles/loopsOverFMUs_B.dir/meta/meta_modelica_catch.c.obj
[  5%] Building C object CMakeFiles/loopsOverFMUs_B.dir/math-support/pivot.c.obj
[  7%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/jacobian_util.c.obj
[  8%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/omc_simulation_util.c.obj
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
[ 10%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/options.c.obj
[ 11%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/simulation_info_json.c.obj
2 warnings generated.
[ 13%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/simulation_omc_assert.c.obj
[ 14%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/delay.c.obj
[ 16%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/fmi_events.c.obj
[ 17%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj
[ 19%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/omc_math.c.obj
[ 20%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/model_help.c.obj
[ 22%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/spatialDistribution.c.obj
[ 23%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/stateset.c.obj
[ 25%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/synchronous.c.obj
[ 26%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/ModelicaUtilities.c.obj
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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,
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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]);
      |                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
[ 28%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj
[ 29%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/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
[ 31%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj
3 warnings generated.
[ 32%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/division.c.obj
8 warnings generated.
Mingw-w64 runtime failure:
  VirtualProtect failed with code 0x5af      0 [main] make (2554644) C:\\OMDevUCRT\\tools\\msys\\usr\\bin\\make.exe: *** fatal error in forked process - MEM_COMMIT failed, Win32 error 1455
   3173 [main] make (2554644) cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
      0 [main] make 62228 dofork: child -1 - forked process 2554644 died unexpectedly, retry 0, exit code 0x100, errno 11
Mingw-w64 runtime failure:
  VirtualProtect failed with code 0x5afLLVM ERROR: out of memory
Allocation failed
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/simulation/solver/initialization/initialization.c
1.C:/OMDevUCRT/tools/msys/ucrt64/include/winnt.h:9426:2: current parser token 'define'
Exception Code: 0xC000001D
LLVM ERROR: out of memory
Allocation failed
LLVM ERROR: out of memory
Allocation failed
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/util/base_array.c
1.C:/OMDevUCRT/tools/msys/ucrt64/include/math.h:773:38: current parser token ';'
Exception Code: 0xC000001D
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/util/context.c
1.C:/OMDevUCRT/tools/msys/ucrt64/include/stdlib.h:617:73: current parser token ')'
Exception Code: 0xC000001D
LLVM ERROR: out of memory
Allocation failed
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/testLoopsOverFMUs.mos_temp5962/loopsOverFMUs_B.fmutmp/sources/util/boolean_array.c
1.C:/OMDevUCRT/tools/msys/ucrt64/include/math.h:369:3: current parser token 'elif'
Exception Code: 0xC000001D
 #0 0x00007ff9500eb736 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1b736)
 #1 0x00007ff9e7cee6d5 (C:\\Windows\\System32\\ucrtbase.dll+0x7e6d5)
 #2 0x00007ff9e7cef6e1 (C:\\Windows\\System32\\ucrtbase.dll+0x7f6e1)
 #3 0x00007ff9520a8d08 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1fd8d08)
 #4 0x00007ff950517962 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x447962)
 #5 0x00007ff9b5ef1f4c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libstdc++-6.dll+0x131f4c)
 #6 0x00007ff9579636d8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x7936d8)
 #7 0x00007ff95781adab (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x64adab)
 #8 0x00007ff957a3ca8b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x86ca8b)
 #9 0x00007ff957a3548b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x86548b)
#10 0x00007ff957a24433 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x854433)
#11 0x00007ff958f8212a (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1db212a)
#12 0x00007ff957a41048 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x871048)
#13 0x00007ff958fdb292 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e0b292)
#14 0x00007ff958fafefc (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1ddfefc)
#15 0x00007ff958ff2388 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e22388)
#16 0x00007ff958fb6e3c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1de6e3c)
#17 0x00007ff959002249 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e32249)
#18 0x00007ff958fc08a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1df08a8)
#19 0x00007ff9595c1d4e (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x23f1d4e)
#20 0x00007ff957e5d078 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xc8d078)
#21 0x00007ff957f7f0c4 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xdaf0c4)
#22 0x00007ff958ba247c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x19d247c)
#23 0x00007ff60835f4a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xf4a8)
#24 0x00007ff60835fada (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xfada)
#25 0x00007ff95784ed4d (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x67ed4d)
#26 0x00007ff951f80154 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1eb0154)
#27 0x00007ff95998b954 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27bb954)
#28 0x00007ff9599c8ab5 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f8ab5)
#29 0x00007ff9599c876f (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f876f)
#30 0x00007ff9590f729b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1f2729b)
#31 0x00007ff60835c1b8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xc1b8)
#32 0x00007ff608364eb9 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x14eb9)
#33 0x00007ff6083512ee (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x12ee)
#34 0x00007ff608351406 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x1406)
#35 0x00007ff9e8cb257d (C:\\Windows\\System32\\KERNEL32.DLL+0x1257d)
#36 0x00007ff9ea0aaf28 (C:\\Windows\\SYSTEM32\\ntdll.dll+0x5af28)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 17.0.6
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
0x00007FF9500EB736 <unknown module>
0x00007FF9E7CEE6D5 <unknown module>
0x0000009200000003 <unknown module>
0x00007FF951790000 <unknown module>
0x0000000000000016 <unknown module>
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 17.0.6
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
0x00007FF9500EB736, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x1B736 byte(s)
0x00007FF9E7CEE6D5, C:\\Windows\\System32\\ucrtbase.dll(0x00007FF9E7C70000) + 0x7E6D5 byte(s), raise() + 0x1E5 byte(s)
0x00007FF9E7CEF6E1, C:\\Windows\\System32\\ucrtbase.dll(0x00007FF9E7C70000) + 0x7F6E1 byte(s), abort() + 0x31 byte(s)
0x00007FF9520A8D08, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x1FD8D08 byte(s)
0x00007FF950517962, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x447962 byte(s)
0x00007FF9B5EF1F4C, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libstdc++-6.dll(0x00007FF9B5DC0000) + 0x131F4C byte(s)
0x00007FF9578E8BE2, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x718BE2 byte(s)
0x00007FF959848E1C, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x2678E1C byte(s)
0x00007FF958C6AF78, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A9AF78 byte(s)
0x00007FF958D90C21, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1BC0C21 byte(s)
0x00007FF958C35A13, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A65A13 byte(s)
0x00007FF958D0EC59, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1B3EC59 byte(s)
0x00007FF958CD5078, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1B05078 byte(s)
0x00007FF958C1F149, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A4F149 byte(s)
0x00007FF958C0B2C2, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A3B2C2 byte(s)
0x00007FF9590662EA, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E962EA byte(s)
0x00007FF958FAF9C2, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1DDF9C2 byte(s)
0x00007FF959037D6D, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E67D6D byte(s)
0x00007FF9590535D1, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E835D1 byte(s)
0x00007FF959002943, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E32943 byte(s)
0x00007FF958FC08A8, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1DF08A8 byte(s)
0x00007FF9595C1D4E, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x23F1D4E byte(s)
0x00007FF957E5D078, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0xC8D078 byte(s)
0x00007FF957F7F0C4, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0xDAF0C4 byte(s)
0x00007FF958BA247C, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x19D247C byte(s)
0x00007FF60835F4A8, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0xF4A8 byte(s)
0x00007FF60835FADA, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0xFADA byte(s)
0x00007FF95784ED4D, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x67ED4D byte(s)
0x00007FF951F80154, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x1EB0154 byte(s)
0x00007FF95998B954, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x27BB954 byte(s)
0x00007FF9599C8AB5, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x27F8AB5 byte(s)
0x00007FF9599C876F, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x27F876F byte(s)
0x00007FF9590F729B, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1F2729B byte(s)
0x00007FF60835C1B8, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0xC1B8 byte(s)
0x00007FF608364EB9, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0x14EB9 byte(s)
0x00007FF6083512EE, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0x12EE byte(s)
0x00007FF608351406, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0x1406 byte(s)
0x00007FF9E8CB257D, C:\\Windows\\System32\\KERNEL32.DLL(0x00007FF9E8CA0000) + 0x1257D byte(s)
0x00007FF9EA0AAF28, C:\\Windows\\SYSTEM32\\ntdll.dll(0x00007FF9EA050000) + 0x5AF28 byte(s)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 17.0.6
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
 #0 0x00007ff9500eb736 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1b736)
 #1 0x00007ff9e7cee6d5 (C:\\Windows\\System32\\ucrtbase.dll+0x7e6d5)
 #2 0x00007ff9e7cef6e1 (C:\\Windows\\System32\\ucrtbase.dll+0x7f6e1)
 #3 0x00007ff9520a8d08 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1fd8d08)
 #4 0x00007ff950517962 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x447962)
 #5 0x00007ff9b5ef1f4c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libstdc++-6.dll+0x131f4c)
 #6 0x00007ff9578e8be2 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x718be2)
 #7 0x00007ff957a40a17 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x870a17)
 #8 0x00007ff957a2ce21 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x85ce21)
 #9 0x00007ff957a2468a (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x85468a)
#10 0x00007ff958f8212a (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1db212a)
#11 0x00007ff957a41048 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x871048)
#12 0x00007ff958fdb292 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e0b292)
#13 0x00007ff958fafefc (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1ddfefc)
#14 0x00007ff958ff2388 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e22388)
#15 0x00007ff958fb6e3c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1de6e3c)
#16 0x00007ff959002249 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e32249)
#17 0x00007ff958fc08a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1df08a8)
#18 0x00007ff9595c1d4e (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x23f1d4e)
#19 0x00007ff957e5d078 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xc8d078)
#20 0x00007ff957f7f0c4 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xdaf0c4)
#21 0x00007ff958ba247c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x19d247c)
#22 0x00007ff60835f4a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xf4a8)
#23 0x00007ff60835fada (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xfada)
#24 0x00007ff95784ed4d (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x67ed4d)
#25 0x00007ff951f80154 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1eb0154)
#26 0x00007ff95998b954 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27bb954)
#27 0x00007ff9599c8ab5 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f8ab5)
#28 0x00007ff9599c876f (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f876f)
#29 0x00007ff9590f729b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1f2729b)
#30 0x00007ff60835c1b8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xc1b8)
#31 0x00007ff608364eb9 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x14eb9)
#32 0x00007ff6083512ee (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x12ee)
#33 0x00007ff608351406 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x1406)
#34 0x00007ff9e8cb257d (C:\\Windows\\System32\\KERNEL32.DLL+0x1257d)
#35 0x00007ff9ea0aaf28 (C:\\Windows\\SYSTEM32\\ntdll.dll+0x5af28)
clang: error: clang frontend command failed due to signal (use -v to see invocation)
clang version 17.0.6
Target: x86_64-w64-windows-gnu
Thread model: posix
InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: C:/Windows/TEMP/boolean_array-b527fb.c
clang: note: diagnostic msg: C:/Windows/TEMP/boolean_array-b527fb.sh
clang: note: diagnostic msg: 

********************
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: C:/Windows/TEMP/base_array-d678b8.c
clang: note: diagnostic msg: C:/Windows/TEMP/base_array-d678b8.sh
clang: note: diagnostic msg: 

********************
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: C:/Windows/TEMP/context-1ce058.c
clang: note: diagnostic msg: C:/Windows/TEMP/context-1ce058.sh
clang: note: diagnostic msg: 

********************
clang: note: diagnostic msg: 
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: C:/Windows/TEMP/initialization-5bbe52.c
clang: note: diagnostic msg: C:/Windows/TEMP/initialization-5bbe52.sh
clang: note: diagnostic msg: 

********************
"
1
""
"error:   [addSubModel] file does not exist: \"loopsOverFMUs.B.fmu\"
error:   [oms_RunFile] loopsOverFMUs.lua:8: oms_addSubModel(loopsOverFMUs.root.B,loopsOverFMUs.B.fmu) failed
info:    0 warnings
info:    2 errors
"
NaN
NaN
NaN
NaN
NaN
NaN
NaN
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/omsimulator/testLoopsOverFMUs.mos_temp5962/equations-expected"2024-06-27 11:35:36.892394100 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/omsimulator/testLoopsOverFMUs.mos_temp5962/equations-got"2024-06-27 11:36:31.766528000 +0200
@@ -1,42 +1,337 @@
 true
 true
 ""
 "loopsOverFMUs.A.fmu"
-"loopsOverFMUs.B.fmu"
+""
 "loopsOverFMUs.C.fmu"
 "loopsOverFMUs.D.fmu"
 true
+"Error: Error building simulator. Build log: cmd: cd \"loopsOverFMUs_B.fmutmp/sources/\" && mkdir build_cmake_static && cd build_cmake_static && cmake -G \"MSYS Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=\"clang\" .. && cmake --build . --parallel  --target install && cd .. && rm -rf build_cmake_static
+-- The C 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
+-- FMI2 include directory: C:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi
+-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
+-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
+-- Found Threads: TRUE  
+-- Building for FMI platform win64
+-- Install directory: C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/../binaries/win64
+-- CVODE: Not linked
+-- Not using FMI2_FUNCTION_PREFIX
+-- Installing dynamic dependencies from list: 
+-- Configuring done (4.0s)
+-- Generating done (0.0s)
+-- Build files have been written to: C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/build_cmake_static
+[ 1%] Building C object CMakeFiles/loopsOverFMUs_B.dir/gc/memory_pool.c.obj
+[ 2%] Building C object CMakeFiles/loopsOverFMUs_B.dir/gc/omc_gc.c.obj
+[ 5%] Building C object CMakeFiles/loopsOverFMUs_B.dir/meta/meta_modelica_catch.c.obj
+[ 5%] Building C object CMakeFiles/loopsOverFMUs_B.dir/math-support/pivot.c.obj
+[ 7%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/jacobian_util.c.obj
+[ 8%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/omc_simulation_util.c.obj
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+[ 10%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/options.c.obj
+[ 11%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/simulation_info_json.c.obj
+2 warnings generated.
+[ 13%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/simulation_omc_assert.c.obj
+[ 14%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/delay.c.obj
+[ 16%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/fmi_events.c.obj
+[ 17%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj
+[ 19%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/omc_math.c.obj
+[ 20%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/model_help.c.obj
+[ 22%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/spatialDistribution.c.obj
+[ 23%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/stateset.c.obj
+[ 25%] Building C object CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/synchronous.c.obj
+[ 26%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/ModelicaUtilities.c.obj
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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,
+| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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]);
+| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+[ 28%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj
+[ 29%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/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
+[ 31%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj
+3 warnings generated.
+[ 32%] Building C object CMakeFiles/loopsOverFMUs_B.dir/util/division.c.obj
+8 warnings generated.
+Mingw-w64 runtime failure:
+VirtualProtect failed with code 0x5af      0 [main] make (2554644) C:\\OMDevUCRT\\tools\\msys\\usr\\bin\\make.exe: *** fatal error in forked process - MEM_COMMIT failed, Win32 error 1455
+3173 [main] make (2554644) cygwin_exception::open_stackdumpfile: Dumping stack trace to make.exe.stackdump
+0 [main] make 62228 dofork: child -1 - forked process 2554644 died unexpectedly, retry 0, exit code 0x100, errno 11
+Mingw-w64 runtime failure:
+VirtualProtect failed with code 0x5afLLVM ERROR: out of memory
+Allocation failed
+PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
+Stack dump:
+0. Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/simulation/solver/initialization/initialization.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/simulation/solver/initialization/initialization.c
+1. C:/OMDevUCRT/tools/msys/ucrt64/include/winnt.h:9426:2: current parser token 'define'
+Exception Code: 0xC000001D
+LLVM ERROR: out of memory
+Allocation failed
+LLVM ERROR: out of memory
+Allocation failed
+PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
+Stack dump:
+0. Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/util/base_array.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/util/base_array.c
+1. C:/OMDevUCRT/tools/msys/ucrt64/include/math.h:773:38: current parser token ';'
+Exception Code: 0xC000001D
+PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
+Stack dump:
+0. Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/util/context.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/util/context.c
+1. C:/OMDevUCRT/tools/msys/ucrt64/include/stdlib.h:617:73: current parser token ')'
+Exception Code: 0xC000001D
+LLVM ERROR: out of memory
+Allocation failed
+PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
+Stack dump:
+0. Program arguments: C:\\\\OMDevUCRT\\\\tools\\\\msys\\\\ucrt64\\\\bin\\\\clang.exe -DCMINPACK_NO_DLL -DFMI2_OVERRIDE_FUNCTION_PREFIX -DOMC_FMI_RUNTIME=1 -DOMC_MINIMAL_RUNTIME=1 -DOM_HAVE_PTHREADS -DloopsOverFMUs_B_EXPORTS -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources -IC:/dev/jenkins/ws/Windows/OM_Win/build/include/omc/c/fmi -IC:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/sundials -O3 -DNDEBUG -MD -MT CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj -MF CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj.d -o CMakeFiles/loopsOverFMUs_B.dir/util/boolean_array.c.obj -c C:/dev/jenkins/ws/Windows/OM_Win/testsuite/omsimulator/loopsOverFMUs_B.fmutmp/sources/util/boolean_array.c
+1. C:/OMDevUCRT/tools/msys/ucrt64/include/math.h:369:3: current parser token 'elif'
+Exception Code: 0xC000001D
+#0 0x00007ff9500eb736 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1b736)
+#1 0x00007ff9e7cee6d5 (C:\\Windows\\System32\\ucrtbase.dll+0x7e6d5)
+#2 0x00007ff9e7cef6e1 (C:\\Windows\\System32\\ucrtbase.dll+0x7f6e1)
+#3 0x00007ff9520a8d08 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1fd8d08)
+#4 0x00007ff950517962 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x447962)
+#5 0x00007ff9b5ef1f4c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libstdc++-6.dll+0x131f4c)
+#6 0x00007ff9579636d8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x7936d8)
+#7 0x00007ff95781adab (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x64adab)
+#8 0x00007ff957a3ca8b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x86ca8b)
+#9 0x00007ff957a3548b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x86548b)
+#10 0x00007ff957a24433 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x854433)
+#11 0x00007ff958f8212a (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1db212a)
+#12 0x00007ff957a41048 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x871048)
+#13 0x00007ff958fdb292 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e0b292)
+#14 0x00007ff958fafefc (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1ddfefc)
+#15 0x00007ff958ff2388 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e22388)
+#16 0x00007ff958fb6e3c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1de6e3c)
+#17 0x00007ff959002249 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e32249)
+#18 0x00007ff958fc08a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1df08a8)
+#19 0x00007ff9595c1d4e (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x23f1d4e)
+#20 0x00007ff957e5d078 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xc8d078)
+#21 0x00007ff957f7f0c4 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xdaf0c4)
+#22 0x00007ff958ba247c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x19d247c)
+#23 0x00007ff60835f4a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xf4a8)
+#24 0x00007ff60835fada (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xfada)
+#25 0x00007ff95784ed4d (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x67ed4d)
+#26 0x00007ff951f80154 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1eb0154)
+#27 0x00007ff95998b954 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27bb954)
+#28 0x00007ff9599c8ab5 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f8ab5)
+#29 0x00007ff9599c876f (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f876f)
+#30 0x00007ff9590f729b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1f2729b)
+#31 0x00007ff60835c1b8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xc1b8)
+#32 0x00007ff608364eb9 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x14eb9)
+#33 0x00007ff6083512ee (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x12ee)
+#34 0x00007ff608351406 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x1406)
+#35 0x00007ff9e8cb257d (C:\\Windows\\System32\\KERNEL32.DLL+0x1257d)
+#36 0x00007ff9ea0aaf28 (C:\\Windows\\SYSTEM32\\ntdll.dll+0x5af28)
+clang: error: clang frontend command failed due to signal (use -v to see invocation)
+clang version 17.0.6
+Target: x86_64-w64-windows-gnu
+Thread model: posix
+InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
+0x00007FF9500EB736 <unknown module>
+0x00007FF9E7CEE6D5 <unknown module>
+0x0000009200000003 <unknown module>
+0x00007FF951790000 <unknown module>
+0x0000000000000016 <unknown module>
+clang: error: clang frontend command failed due to signal (use -v to see invocation)
+clang version 17.0.6
+Target: x86_64-w64-windows-gnu
+Thread model: posix
+InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
+0x00007FF9500EB736, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x1B736 byte(s)
+0x00007FF9E7CEE6D5, C:\\Windows\\System32\\ucrtbase.dll(0x00007FF9E7C70000) + 0x7E6D5 byte(s), raise() + 0x1E5 byte(s)
+0x00007FF9E7CEF6E1, C:\\Windows\\System32\\ucrtbase.dll(0x00007FF9E7C70000) + 0x7F6E1 byte(s), abort() + 0x31 byte(s)
+0x00007FF9520A8D08, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x1FD8D08 byte(s)
+0x00007FF950517962, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x447962 byte(s)
+0x00007FF9B5EF1F4C, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libstdc++-6.dll(0x00007FF9B5DC0000) + 0x131F4C byte(s)
+0x00007FF9578E8BE2, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x718BE2 byte(s)
+0x00007FF959848E1C, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x2678E1C byte(s)
+0x00007FF958C6AF78, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A9AF78 byte(s)
+0x00007FF958D90C21, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1BC0C21 byte(s)
+0x00007FF958C35A13, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A65A13 byte(s)
+0x00007FF958D0EC59, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1B3EC59 byte(s)
+0x00007FF958CD5078, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1B05078 byte(s)
+0x00007FF958C1F149, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A4F149 byte(s)
+0x00007FF958C0B2C2, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1A3B2C2 byte(s)
+0x00007FF9590662EA, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E962EA byte(s)
+0x00007FF958FAF9C2, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1DDF9C2 byte(s)
+0x00007FF959037D6D, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E67D6D byte(s)
+0x00007FF9590535D1, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E835D1 byte(s)
+0x00007FF959002943, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1E32943 byte(s)
+0x00007FF958FC08A8, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1DF08A8 byte(s)
+0x00007FF9595C1D4E, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x23F1D4E byte(s)
+0x00007FF957E5D078, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0xC8D078 byte(s)
+0x00007FF957F7F0C4, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0xDAF0C4 byte(s)
+0x00007FF958BA247C, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x19D247C byte(s)
+0x00007FF60835F4A8, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0xF4A8 byte(s)
+0x00007FF60835FADA, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0xFADA byte(s)
+0x00007FF95784ED4D, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x67ED4D byte(s)
+0x00007FF951F80154, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll(0x00007FF9500D0000) + 0x1EB0154 byte(s)
+0x00007FF95998B954, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x27BB954 byte(s)
+0x00007FF9599C8AB5, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x27F8AB5 byte(s)
+0x00007FF9599C876F, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x27F876F byte(s)
+0x00007FF9590F729B, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll(0x00007FF9571D0000) + 0x1F2729B byte(s)
+0x00007FF60835C1B8, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0xC1B8 byte(s)
+0x00007FF608364EB9, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0x14EB9 byte(s)
+0x00007FF6083512EE, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0x12EE byte(s)
+0x00007FF608351406, C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe(0x00007FF608350000) + 0x1406 byte(s)
+0x00007FF9E8CB257D, C:\\Windows\\System32\\KERNEL32.DLL(0x00007FF9E8CA0000) + 0x1257D byte(s)
+0x00007FF9EA0AAF28, C:\\Windows\\SYSTEM32\\ntdll.dll(0x00007FF9EA050000) + 0x5AF28 byte(s)
+clang: error: clang frontend command failed due to signal (use -v to see invocation)
+clang version 17.0.6
+Target: x86_64-w64-windows-gnu
+Thread model: posix
+InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
+#0 0x00007ff9500eb736 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1b736)
+#1 0x00007ff9e7cee6d5 (C:\\Windows\\System32\\ucrtbase.dll+0x7e6d5)
+#2 0x00007ff9e7cef6e1 (C:\\Windows\\System32\\ucrtbase.dll+0x7f6e1)
+#3 0x00007ff9520a8d08 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1fd8d08)
+#4 0x00007ff950517962 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x447962)
+#5 0x00007ff9b5ef1f4c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libstdc++-6.dll+0x131f4c)
+#6 0x00007ff9578e8be2 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x718be2)
+#7 0x00007ff957a40a17 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x870a17)
+#8 0x00007ff957a2ce21 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x85ce21)
+#9 0x00007ff957a2468a (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x85468a)
+#10 0x00007ff958f8212a (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1db212a)
+#11 0x00007ff957a41048 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x871048)
+#12 0x00007ff958fdb292 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e0b292)
+#13 0x00007ff958fafefc (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1ddfefc)
+#14 0x00007ff958ff2388 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e22388)
+#15 0x00007ff958fb6e3c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1de6e3c)
+#16 0x00007ff959002249 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1e32249)
+#17 0x00007ff958fc08a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1df08a8)
+#18 0x00007ff9595c1d4e (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x23f1d4e)
+#19 0x00007ff957e5d078 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xc8d078)
+#20 0x00007ff957f7f0c4 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0xdaf0c4)
+#21 0x00007ff958ba247c (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x19d247c)
+#22 0x00007ff60835f4a8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xf4a8)
+#23 0x00007ff60835fada (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xfada)
+#24 0x00007ff95784ed4d (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x67ed4d)
+#25 0x00007ff951f80154 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libLLVM-17.dll+0x1eb0154)
+#26 0x00007ff95998b954 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27bb954)
+#27 0x00007ff9599c8ab5 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f8ab5)
+#28 0x00007ff9599c876f (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x27f876f)
+#29 0x00007ff9590f729b (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\libclang-cpp.dll+0x1f2729b)
+#30 0x00007ff60835c1b8 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0xc1b8)
+#31 0x00007ff608364eb9 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x14eb9)
+#32 0x00007ff6083512ee (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x12ee)
+#33 0x00007ff608351406 (C:\\OMDevUCRT\\tools\\msys\\ucrt64\\bin\\clang.exe+0x1406)
+#34 0x00007ff9e8cb257d (C:\\Windows\\System32\\KERNEL32.DLL+0x1257d)
+#35 0x00007ff9ea0aaf28 (C:\\Windows\\SYSTEM32\\ntdll.dll+0x5af28)
+clang: error: clang frontend command failed due to signal (use -v to see invocation)
+clang version 17.0.6
+Target: x86_64-w64-windows-gnu
+Thread model: posix
+InstalledDir: C:/OMDevUCRT/tools/msys/ucrt64/bin
+clang: note: diagnostic msg: 
+********************
+
+PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
+Preprocessed source(s) and associated run script(s) are located at:
+clang: note: diagnostic msg: C:/Windows/TEMP/boolean_array-b527fb.c
+clang: note: diagnostic msg: C:/Windows/TEMP/boolean_array-b527fb.sh
+clang: note: diagnostic msg: 
+
+********************
+clang: note: diagnostic msg: 
+********************
+
+PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
+Preprocessed source(s) and associated run script(s) are located at:
+clang: note: diagnostic msg: C:/Windows/TEMP/base_array-d678b8.c
+clang: note: diagnostic msg: C:/Windows/TEMP/base_array-d678b8.sh
+clang: note: diagnostic msg: 
+
+********************
+clang: note: diagnostic msg: 
+********************
+
+PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
+Preprocessed source(s) and associated run script(s) are located at:
+clang: note: diagnostic msg: C:/Windows/TEMP/context-1ce058.c
+clang: note: diagnostic msg: C:/Windows/TEMP/context-1ce058.sh
+clang: note: diagnostic msg: 
+
+********************
+clang: note: diagnostic msg: 
+********************
+
+PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
+Preprocessed source(s) and associated run script(s) are located at:
+clang: note: diagnostic msg: C:/Windows/TEMP/initialization-5bbe52.c
+clang: note: diagnostic msg: C:/Windows/TEMP/initialization-5bbe52.sh
+clang: note: diagnostic msg: 
+
+********************
+"
+1
 ""
-0
-""
-"info:    Alg. loop (size 3/7)
-loopsOverFMUs.root.B
-loopsOverFMUs.root.A
-info:    Alg. loop (size 2/4)
-loopsOverFMUs.root.D
-loopsOverFMUs.root.C
-info:    maximum step size for 'loopsOverFMUs.root': 0.001000
-info:    Result file: loopsOverFMUs.mat (bufferSize=1)
-info:    Alg. loop (size 3/7)
-loopsOverFMUs.root.B
-loopsOverFMUs.root.A
-info:    Alg. loop (size 2/4)
-loopsOverFMUs.root.D
-loopsOverFMUs.root.C
-info:    Alg. loop (size 3/7)
-loopsOverFMUs.root.B
-loopsOverFMUs.root.A
-info:    Alg. loop (size 2/4)
-loopsOverFMUs.root.D
-loopsOverFMUs.root.C
-info:    Final Statistics for 'loopsOverFMUs.root':
-NumSteps = 101 NumRhsEvals  = 102 NumLinSolvSetups = 7
-NumNonlinSolvIters = 101 NumNonlinSolvConvFails = 0 NumErrTestFails = 0
+"error: [addSubModel] file does not exist: \"loopsOverFMUs.B.fmu\"
+error: [oms_RunFile] loopsOverFMUs.lua:8: oms_addSubModel(loopsOverFMUs.root.B,loopsOverFMUs.B.fmu) failed
+info: 0 warnings
+info: 2 errors
 "
-0.6354248688935413
--1.8
-1.164575131106459
-2.0
-2.442813485479551
-2.0
-2.442813485479604
+NaN
+NaN
+NaN
+NaN
+NaN
+NaN
+NaN
'' 
Equation mismatch: omc-diff says: 
Failed 'l' '"'
Line 5: Text differs:
expected: "loopsOverFMUs.B.fmu"
got:      ""

== 1 out of 1 tests failed [omsimulator/testLoopsOverFMUs.mos_temp5962, time: 58]