Skip to content

Failed

tests / 04 testsuite-clang 1/3 / simulation_libraries_3rdParty_PlanarMechanics.PlanarMechanicsForTesting.Examples.DoublePendulum.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + PlanarMechanicsForTesting.Examples.DoublePendulum.mos [simulation checking]       ... equation mismatch [time: 12]

==== Log /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos_temp201/log-PlanarMechanicsForTesting.Examples.DoublePendulum.mos
true
""
true
""
record SimulationResult
    resultFile = "PlanarMechanicsForTesting.Examples.DoublePendulum_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 9.5, numberOfIntervals = 500, tolerance = 1e-4, method = 'dassl', fileNamePrefix = 'PlanarMechanicsForTesting.Examples.DoublePendulum', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 0,
|                 | |       | because density of 0.112 remains under threshold of 0.200.
LOG_STDOUT        | info    | Using sparse solver for linear system 1,
|                 | |       | because density of 0.125 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;
""
{"Files Equal!"}
"Warning: 'compareSimulationResults' is deprecated. It is recommended to use 'diffSimulationResults' instead.
Warning: Resultfile and Reference have different end time points!
Reffile[502]=10.000000
File[502]=9.500000
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos_temp201/equations-expected2024-01-13 02:57:21.449644978 +0000
+++ /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos_temp201/equations-got2024-01-13 02:57:33.113732641 +0000
@@ -2,12 +2,18 @@
 ""
 true
 ""
 record SimulationResult
 resultFile = "PlanarMechanicsForTesting.Examples.DoublePendulum_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 9.5, numberOfIntervals = 500, tolerance = 0.0001, method = 'dassl', fileNamePrefix = 'PlanarMechanicsForTesting.Examples.DoublePendulum', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
+simulationOptions = "startTime = 0.0, stopTime = 9.5, numberOfIntervals = 500, tolerance = 1e-4, method = 'dassl', fileNamePrefix = 'PlanarMechanicsForTesting.Examples.DoublePendulum', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 0,
+| | |       | because density of 0.112 remains under threshold of 0.200.
+LOG_STDOUT | info    | Using sparse solver for linear system 1,
+| | |       | because density of 0.125 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;
 ""
 {"Files Equal!"}

Equation mismatch: omc-diff says:
Failed 'U' 'T'
Line 8: 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/libraries/3rdParty/PlanarMechanics/PlanarMechanicsForTesting.Examples.DoublePendulum.mos_temp201, time: 12]