Skip to content

Failed

tests / 04 testsuite-clang 1/3 / simulation_modelica_daemode.testDAEScaling.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp2243/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_temp2243/equations-expected2024-01-20 04:03:54.995370462 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEScaling.mos_temp2243/equations-got2024-01-20 04:04:00.327334991 +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_temp2243, time: 6]