Skip to content

Failed

tests / 03 testsuite-gcc 3/3 / simulation_modelica_start_value_selection.UnevaluateableFixedAttribute.mos (from (result.xml))

Failing for the past 11 builds (Since #10 )
Took 1 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + fixed value notevaluateable                                                       ... equation mismatch [time: 1]

==== Log /tmp/omc-rtest-omtmpuser/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos_temp5933/log-UnevaluateableFixedAttribute.mos
true
""
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'UnevaluateableFixedAttribute', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: UnevaluateableFixedAttribute"
end SimulationResult;
"[simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo:7:3-7:46:writable] Warning: z has unevaluateable fixed attribute value \"preferredStatesUnfixedStart\" use values from start attribute(s) \"true\"
[BackEnd/EvaluateParameter.mo:0:0-0:0:writable] Error: Internal error DAEUtil.getStartAttr failed because type Boolean has no default start value.
[simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo:6:3-6:41:writable] Warning: y has unevaluateable fixed attribute value \"preferredStatesUnfixed\" use values from start attribute(s) \"preferredStatesUnfixed\"
[BackEnd/Initialization.mo:0:0-0:0:writable] Error: Internal error DAEUtil.getStartAttr failed because type Boolean has no default start value.
Error: No system for the symbolic initialization was generated
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-omtmpuser/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos_temp5933/equations-expected2024-04-20 01:53:59.976053449 +0000
+++ /tmp/omc-rtest-omtmpuser/simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos_temp5933/equations-got2024-04-20 01:54:00.108053454 +0000
@@ -1,14 +1,13 @@
 true
 ""
 record SimulationResult
-resultFile = "UnevaluateableFixedAttribute_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'UnevaluateableFixedAttribute', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'UnevaluateableFixedAttribute', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: UnevaluateableFixedAttribute"
 end SimulationResult;
 "[simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo:7:3-7:46:writable] Warning: z has unevaluateable fixed attribute value \"preferredStatesUnfixedStart\" use values from start attribute(s) \"true\"
-[simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo:6:3-6:41:writable] Warning: y has unevaluateable fixed attribute value \"preferredStatesUnfixed\" use values from start attribute(s) \"false\"
-Warning: It was not possible to determine if the initialization problem is consistent, because of not evaluable parameters/start values during compile time: x = $START.x (-$START.z ^ 2.0 = $START.x)
-Warning: The initial conditions are over 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\").
+[BackEnd/EvaluateParameter.mo:0:0-0:0:writable] Error: Internal error DAEUtil.getStartAttr failed because type Boolean has no default start value.
+[simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mo:6:3-6:41:writable] Warning: y has unevaluateable fixed attribute value \"preferredStatesUnfixed\" use values from start attribute(s) \"preferredStatesUnfixed\"
+[BackEnd/Initialization.mo:0:0-0:0:writable] Error: Internal error DAEUtil.getStartAttr failed because type Boolean has no default start value.
+Error: No system for the symbolic initialization was generated
 "

Equation mismatch: omc-diff says:
Failed 'U' '"'
Line 4: Text differs:
expected: resultFile = "UnevaluateableFixedAttribute_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [simulation/modelica/start_value_selection/UnevaluateableFixedAttribute.mos_temp5933, time: 1]