Skip to content

Regression

openmodelica_fmi_ModelExchange_2.0.testBug3846.mos (from (result.xml))

Failing for the past 1 build (Since #3812 )
Took 23 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testBug3846                                                                       ... equation mismatch [time: 7]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/log-testBug3846.mos
true
""
"Warning: The initial conditions are not fully specified. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->Show additional information from the initialization process, in OMNotebook call setCommandLineOptions(\"-d=initialization\").
Error: Error building simulator. Build log: cmd: cd \"test_Bug3846.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 - failed
-- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe
-- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - broken
CMake Error at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
  The C compiler

    \"C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe\"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: 'C:/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j'
    
    Run Build Command(s): C:/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E env VERBOSE=1 C:/OMDevUCRT/tools/msys/usr/bin/make.exe -f Makefile cmTC_a9e75/fast
    /usr/bin/make  -f CMakeFiles/cmTC_a9e75.dir/build.make CMakeFiles/cmTC_a9e75.dir/build
    make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j'
    Building C object CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj
    /C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe    -MD -MT CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj -MF CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj.d -o CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j/testCCompiler.c
    Linking C executable cmTC_a9e75.exe
    /C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/cmTC_a9e75.dir/objects.a
    /C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/cmTC_a9e75.dir/objects.a \"CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj\" 
    Mingw-w64 runtime failure:
      VirtualProtect failed with code 0x5afmake[1]: *** [CMakeFiles/cmTC_a9e75.dir/build.make:100: cmTC_a9e75.exe] Error 127
    make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j'
    make: *** [Makefile:127: cmTC_a9e75/fast] Error 2
    
    

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:5 (project)


-- Configuring incomplete, errors occurred!
"
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/equations-expected"2024-06-13 15:28:01.733465200 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708/equations-got"2024-06-13 15:28:08.470463800 +0200
@@ -1,4 +1,44 @@
 true
-"test_Bug3846.fmu"
+""
 "Warning: The initial conditions are not fully specified. For more information set -d=initialization. In OMEdit Tools->Options->Simulation->Show additional information from the initialization process, in OMNotebook call setCommandLineOptions(\"-d=initialization\").
+Error: Error building simulator. Build log: cmd: cd \"test_Bug3846.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 - failed
+-- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe
+-- Check for working C compiler: C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe - broken
+CMake Error at C:/OMDevUCRT/tools/msys/ucrt64/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
+The C compiler
+
+\"C:/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe\"
+
+is not able to compile a simple test program.
+
+It fails with the following output:
+
+Change Dir: 'C:/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j'
+
+Run Build Command(s): C:/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E env VERBOSE=1 C:/OMDevUCRT/tools/msys/usr/bin/make.exe -f Makefile cmTC_a9e75/fast
+/usr/bin/make -f CMakeFiles/cmTC_a9e75.dir/build.make CMakeFiles/cmTC_a9e75.dir/build
+make[1]: Entering directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j'
+Building C object CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj
+/C/OMDevUCRT/tools/msys/ucrt64/bin/clang.exe -MD -MT CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj -MF CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj.d -o CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj -c /C/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j/testCCompiler.c
+Linking C executable cmTC_a9e75.exe
+/C/OMDevUCRT/tools/msys/ucrt64/bin/cmake.exe -E rm -f CMakeFiles/cmTC_a9e75.dir/objects.a
+/C/OMDevUCRT/tools/msys/ucrt64/bin/llvm-ar.exe qc CMakeFiles/cmTC_a9e75.dir/objects.a \"CMakeFiles/cmTC_a9e75.dir/testCCompiler.c.obj\" 
+Mingw-w64 runtime failure:
+VirtualProtect failed with code 0x5afmake[1]: *** [CMakeFiles/cmTC_a9e75.dir/build.make:100: cmTC_a9e75.exe] Error 127
+make[1]: Leaving directory '/c/dev/jenkins/ws/Windows/OM_Win/testsuite/openmodelica/fmi/ModelExchange/2.0/test_Bug3846.fmutmp/sources/build_cmake_static/CMakeFiles/CMakeScratch/TryCompile-xqvz6j'
+make: *** [Makefile:127: cmTC_a9e75/fast] Error 2
+
+
+
+
+
+CMake will not be able to correctly generate this project.
+Call Stack (most recent call first):
+CMakeLists.txt:5 (project)
+
+
+-- Configuring incomplete, errors occurred!
 "
'' 
Equation mismatch: omc-diff says: 
Failed 't' '"'
Line 2: Text differs:
expected: "test_Bug
got:      ""

== 1 out of 1 tests failed [openmodelica/fmi/ModelExchange/2.0/testBug3846.mos_temp8708, time: 23]