Skip to content

Failed

tests / 04 testsuite-clang 1/3 / simulation_modelica_inheritances.Ticket4258a.mos (from (result.xml))

Failing for the past 11 builds (Since #2 )
Took 1 min 7 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + Ticket4258a.mos [BUG: #4258]                                                      ... equation mismatch [time: 67]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/inheritances/Ticket4258a.mos_temp7027/log-Ticket4258a.mos
true
""
true
""
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 200.0, numberOfIntervals = 1000, tolerance = 1e-5, method = 'dassl', fileNamePrefix = 'simple_BasicHX_water_gas', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: simple_BasicHX_water_gas"
end SimulationResult;
"Warning: The model contains alias variables with redundant start and/or conflicting nominal values. It is recommended to resolve the conflicts, because otherwise the system could be hard to solve. To print the conflicting alias sets and the chosen candidates please use -d=aliasConflicts.
Warning: Some equations could not be differentiated for following variables having attribute stateSelect=StateSelect.prefer. They will be treated as if they had stateSelect=StateSelect.default
========================================
1: WT_Nachreformer.pipe_1.mediums[5].T
2: WT_Nachreformer.pipe_1.mediums[1].T
3: WT_Nachreformer.pipe_1.mediums[2].T
4: WT_Nachreformer.pipe_1.mediums[3].T
5: WT_Nachreformer.pipe_1.mediums[4].T
Please use -d=bltdump for more information.
Warning: Some equations could not be differentiated for following variables having attribute stateSelect=StateSelect.prefer. They will be treated as if they had stateSelect=StateSelect.default
========================================
1: WT_Nachreformer.pipe_2.flowModel.m_flows[5]
Please use -d=bltdump for more information.
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: Template error: A template call failed (/var/lib/jenkins2/ws/OpenModelica_PR-11485/build/bin/../lib/x86_64-linux-gnu/omc/libOpenModelicaCompiler.so: (null)). One possible reason could be that a template imported function call failed (which should not happen for functions called from within template code; templates assert pure 'match'/non-failing semantics).
[SimCode/SimCodeMain.mo:0:0-0:0:writable] Error: Internal error /var/lib/jenkins2/ws/OpenModelica_PR-11485/build/bin/../lib/x86_64-linux-gnu/omc/libOpenModelicaCompiler.so: (null) failed
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/inheritances/Ticket4258a.mos_temp7027/equations-expected2023-12-23 03:06:29.963506479 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/inheritances/Ticket4258a.mos_temp7027/equations-got2023-12-23 03:07:36.939087055 +0000
@@ -1,15 +1,13 @@
 true
 ""
 true
 ""
 record SimulationResult
-resultFile = "simple_BasicHX_water_gas_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 200.0, numberOfIntervals = 1000, tolerance = 1e-05, method = 'dassl', fileNamePrefix = 'simple_BasicHX_water_gas', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully with 3 homotopy steps.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 200.0, numberOfIntervals = 1000, tolerance = 1e-5, method = 'dassl', fileNamePrefix = 'simple_BasicHX_water_gas', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: simple_BasicHX_water_gas"
 end SimulationResult;
 "Warning: The model contains alias variables with redundant start and/or conflicting nominal values. It is recommended to resolve the conflicts, because otherwise the system could be hard to solve. To print the conflicting alias sets and the chosen candidates please use -d=aliasConflicts.
 Warning: Some equations could not be differentiated for following variables having attribute stateSelect=StateSelect.prefer. They will be treated as if they had stateSelect=StateSelect.default
 ========================================
 1: WT_Nachreformer.pipe_1.mediums[5].T
@@ -21,6 +19,8 @@
 Warning: Some equations could not be differentiated for following variables having attribute stateSelect=StateSelect.prefer. They will be treated as if they had stateSelect=StateSelect.default
 ========================================
 1: WT_Nachreformer.pipe_2.flowModel.m_flows[5]
 Please use -d=bltdump for more information.
 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: Template error: A template call failed (/var/lib/jenkins2/ws/OpenModelica_PR-11485/build/bin/../lib/x86_64-linux-gnu/omc/libOpenModelicaCompiler.so: (null)). One possible reason could be that a template imported function call failed (which should not happen for functions called from within template code; templates assert pure 'match'/non-failing semantics).
+[SimCode/SimCodeMain.mo:0:0-0:0:writable] Error: Internal error /var/lib/jenkins2/ws/OpenModelica_PR-11485/build/bin/../lib/x86_64-linux-gnu/omc/libOpenModelicaCompiler.so: (null) failed
 "

Equation mismatch: omc-diff says:
Failed 's' '"'
Line 6: Text differs:
expected: resultFile = "simple_BasicHX_water_gas_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [simulation/modelica/inheritances/Ticket4258a.mos_temp7027, time: 67]