Skip to content

Failed

tests / 02 testsuite-gcc 2/3 / simulation_modelica_parameters.Engine1a_output.mos (from (result.xml))

Failing for the past 44 builds (Since #1 )
Took 31 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + Engine1a_evalOutputOnly                                                           ... equation mismatch [time: 31]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/parameters/Engine1a_output.mos_temp8921/log-Engine1a_output.mos
true
true
""
true
""
record SimulationResult
    resultFile = "Engine1a_output_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'Engine1a_output', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 1,
|                 | |       | because density of 0.031 remains under threshold of 0.200.
LOG_STDOUT        | info    | Using sparse solver for linear system 3,
|                 | |       | because density of 0.034 remains under threshold of 0.200.
LOG_STDOUT        | info    | The maximum density for using sparse solvers can be specified
|                 | |       | using the runtime flag '<-lssMaxDensity=value>'.
LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
""

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/parameters/Engine1a_output.mos_temp8921/equations-expected2024-01-13 02:55:45.868927004 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/parameters/Engine1a_output.mos_temp8921/equations-got2024-01-13 02:56:16.665158260 +0000
@@ -3,11 +3,17 @@
 ""
 true
 ""
 record SimulationResult
 resultFile = "Engine1a_output_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'Engine1a_output', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
+simulationOptions = "startTime = 0.0, stopTime = 5.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'Engine1a_output', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 1,
+| | |       | because density of 0.031 remains under threshold of 0.200.
+LOG_STDOUT | info    | Using sparse solver for linear system 3,
+| | |       | because density of 0.034 remains under threshold of 0.200.
+LOG_STDOUT | info    | The maximum density for using sparse solvers can be specified
+| | |       | using the runtime flag '<-lssMaxDensity=value>'.
+LOG_SUCCESS | info    | The initialization finished successfully without homotopy method.
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 ""

Equation mismatch: omc-diff says:
Failed 'U' 'T'
Line 9: Text differs:
expected: messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
got:      messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 

== 1 out of 1 tests failed [simulation/modelica/parameters/Engine1a_output.mos_temp8921, time: 31]