Skip to content

Failed

tests / 02 testsuite-gcc 2/3 / simulation_modelica_daemode.testDAEp3.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testDAE.p3                                                                        ... equation mismatch [time: 4]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp3.mos_temp9603/log-testDAEp3.mos
true
""
true
record SimulationResult
    resultFile = "testDAE.p3_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'ida', fileNamePrefix = 'testDAE.p3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
""
0.9
0.5122399993895521
1.2016820794574197
1.025936613751499

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp3.mos_temp9603/equations-expected2024-01-20 04:08:03.167539914 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/daemode/testDAEp3.mos_temp9603/equations-got2024-01-20 04:08:07.175539894 +0000
@@ -1,16 +1,15 @@
 true
 ""
 true
 record SimulationResult
 resultFile = "testDAE.p3_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'ida', fileNamePrefix = 'testDAE.p3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "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.
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'ida', fileNamePrefix = 'testDAE.p3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 ""
 0.9
-0.512240001019491
-1.201683485715925
-1.025938907621438
+0.5122399993895521
+1.2016820794574197
+1.025936613751499

Equation mismatch: omc-diff says:
Failed 'T' 'U'
Line 7: Text differs:
expected: messages = "LOG_STDOUT        | warning | Internal Numerical Jacobians without coloring are currently not supported by IDA with KLU. Colored numerical Jacobian will be used.
got:      messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.

== 1 out of 1 tests failed [simulation/modelica/daemode/testDAEp3.mos_temp9603, time: 4]