Skip to content

Failed

tests / 01 testsuite-gcc 1/3 / simulation_modelica_daemode.testDAEScaling.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testDAEScaling                                                                    ... equation mismatch [time: 14]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp7557/log-testDAEScaling.mos
true
""
true
""
true
record SimulationResult
    resultFile = "Test3_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'ida', fileNamePrefix = 'Test3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
    messages = "LOG_STDOUT        | info    | Using sparse solver kinsol for nonlinear system 0 (500),
|                 | |       | because density of 0.01 remains under threshold of 0.10.
LOG_STDOUT        | info    | The maximum density for using sparse solvers can be specified
|                 | |       | using the runtime flag '<-nlssMaxDensity=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/daemode/testDAEScaling.mos_temp7557/equations-expected2024-01-20 04:05:52.866209050 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp7557/equations-got2024-01-20 04:06:06.105869549 +0000
@@ -3,16 +3,15 @@
 true
 ""
 true
 record SimulationResult
 resultFile = "Test3_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'Test3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
+simulationOptions = "startTime = 0.0, stopTime = 2.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'ida', fileNamePrefix = 'Test3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-noEquidistantTimeGrid'",
 messages = "LOG_STDOUT        | info    | Using sparse solver kinsol for nonlinear system 0 (500),
 |                 | |       | because density of 0.01 remains under threshold of 0.10.
 LOG_STDOUT        | info    | The maximum density for using sparse solvers can be specified
 |                 | |       | using the runtime flag '<-nlssMaxDensity=value>'.
-LOG_STDOUT        | warning | Internal Numerical Jacobians without coloring are currently not supported by IDA with KLU. Colored numerical Jacobian will be used.
 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 'T' 'U'
Line 13: Text differs:
expected: LOG_STDOUT        | warning | Internal Numerical Jacobians without coloring are currently not supported by IDA with KLU. Colored numerical Jacobian will be used.
got:      LOG_SUCCESS | info    | The initialization finished successfully without homotopy method.

== 1 out of 1 tests failed [simulation/modelica/daemode/testDAEScaling.mos_temp7557, time: 14]