Skip to content

Failed

tests / 06 testsuite-clang 3/3 / openmodelica_cppruntime_fmu_modelExchange_2.0.DIC_FMU2_CPP.mos (from (result.xml))

Failing for the past 86 builds (Since #1 )
Took 16 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + DIC_FMU2_CPP                                                                      ... equation mismatch [time: 16]

==== Log /tmp/omc-rtest-unknown/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos_temp3046/log-DIC_FMU2_CPP.mos
true
""
true
"DIC.fmu"
""
true
""
"DIC_me_FMU.mo"
""
true
""
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'DIC_me_FMU', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: DIC_me_FMU"
end SimulationResult;
"Error: Error building simulator. Build log: clang++ -std=c++17  -fopenmp=libomp  -Winvalid-pch -O2 -g -DNDEBUG -fPIC   -std=c++11 -DBOOST_ALL_DYN_LINK   -DUSE_DGESV -DUSE_LOGGER -DOMC_BUILD -DUSE_THREAD -DSUNDIALS_MAJOR_VERSION=5 -DSUNDIALS_MINOR_VERSION=4 -DPMC_USE_SUNDIALS -I\".\" -I\"/var/lib/jenkins3/ws/OpenModelica_PR-9221/build/bin/../include/omc/cpp/\" -I.  -I\".\" -I\".\" -I\"/var/lib/jenkins/ws/OpenModelica_PR-9221/build/include/omc/sundials\"     -DMEASURETIME_PROFILEBLOCKS -DUSE_LOGGER  -c -o OMCppDIC_me_FMUCalcHelperMain.o OMCppDIC_me_FMUCalcHelperMain.cpp
In file included from OMCppDIC_me_FMUCalcHelperMain.cpp:31:
./OMCppDIC_me_FMUJacobian.cpp:171:3: error: use of undeclared identifier '_omcQ_24TMP_5F47_'
  _omcQ_24TMP_5F47_.assign(tmp35);
  ^
./OMCppDIC_me_FMUJacobian.cpp:172:16: error: use of undeclared identifier '_omcQ_24TMP_5F47_'
  _Ajac_y(0) = _omcQ_24TMP_5F47_(1);
               ^
./OMCppDIC_me_FMUJacobian.cpp:173:16: error: use of undeclared identifier '_omcQ_24TMP_5F47_'
  _Ajac_y(1) = _omcQ_24TMP_5F47_(2);
               ^
3 errors generated.
make: *** [<builtin>: OMCppDIC_me_FMUCalcHelperMain.o] Error 1
"






Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos_temp3046/equations-expected2024-01-20 03:55:53.834569578 +0000
+++ /tmp/omc-rtest-unknown/openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos_temp3046/equations-got2024-01-20 03:56:09.474465667 +0000
@@ -8,15 +8,28 @@
 "DIC_me_FMU.mo"
 ""
 true
 ""
 record SimulationResult
-resultFile = "DIC_me_FMU_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'DIC_me_FMU', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = ""
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'DIC_me_FMU', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: DIC_me_FMU"
 end SimulationResult;
-""
-0.0
-1.0
-0.0
--0.9999999980000002
--4.048065787457232e-07
+"Error: Error building simulator. Build log: clang++ -std=c++17  -fopenmp=libomp  -Winvalid-pch -O2 -g -DNDEBUG -fPIC   -std=c++11 -DBOOST_ALL_DYN_LINK   -DUSE_DGESV -DUSE_LOGGER -DOMC_BUILD -DUSE_THREAD -DSUNDIALS_MAJOR_VERSION=5 -DSUNDIALS_MINOR_VERSION=4 -DPMC_USE_SUNDIALS -I\".\" -I\"/var/lib/jenkins3/ws/OpenModelica_PR-9221/build/bin/../include/omc/cpp/\" -I.  -I\".\" -I\".\" -I\"/var/lib/jenkins/ws/OpenModelica_PR-9221/build/include/omc/sundials\"     -DMEASURETIME_PROFILEBLOCKS -DUSE_LOGGER  -c -o OMCppDIC_me_FMUCalcHelperMain.o OMCppDIC_me_FMUCalcHelperMain.cpp
+In file included from OMCppDIC_me_FMUCalcHelperMain.cpp:31:
+./OMCppDIC_me_FMUJacobian.cpp:171:3: error: use of undeclared identifier '_omcQ_24TMP_5F47_'
+_omcQ_24TMP_5F47_.assign(tmp35);
+^
+./OMCppDIC_me_FMUJacobian.cpp:172:16: error: use of undeclared identifier '_omcQ_24TMP_5F47_'
+_Ajac_y(0) = _omcQ_24TMP_5F47_(1);
+^
+./OMCppDIC_me_FMUJacobian.cpp:173:16: error: use of undeclared identifier '_omcQ_24TMP_5F47_'
+_Ajac_y(1) = _omcQ_24TMP_5F47_(2);
+^
+3 errors generated.
+make: *** [<builtin>: OMCppDIC_me_FMUCalcHelperMain.o] Error 1
+"
+
+
+
+
+

Equation mismatch: omc-diff says:
Failed 'D' '"'
Line 13: Text differs:
expected: resultFile = "DIC_me_FMU_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [openmodelica/cppruntime/fmu/modelExchange/2.0/DIC_FMU2_CPP.mos_temp3046, time: 16]