Skip to content

Failed

tests / 04 testsuite-clang 1/3 / simulation_libraries_3rdParty_Exercises.ServoSystem3.Aufgabe4_3b.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + ServoSystem3.Aufgabe4_3b [simulate]                                               ... equation mismatch [time: 21]

==== Log /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos_temp8648/log-ServoSystem3.Aufgabe4_3b.mos
true
""
true
""
record SimulationResult
    resultFile = "ServoSystem3.Aufgabe4_3b_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'ServoSystem3.Aufgabe4_3b', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 0,
|                 | |       | because density of 0.140 remains under threshold of 0.200.
LOG_STDOUT        | info    | Using sparse solver for linear system 1,
|                 | |       | because density of 0.167 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/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos_temp8648/equations-expected2024-01-13 02:54:25.564324355 +0000
+++ /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3b.mos_temp8648/equations-got2024-01-13 02:54:46.996485137 +0000
@@ -2,11 +2,17 @@
 ""
 true
 ""
 record SimulationResult
 resultFile = "ServoSystem3.Aufgabe4_3b_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'ServoSystem3.Aufgabe4_3b', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
+simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'ServoSystem3.Aufgabe4_3b', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "LOG_STDOUT        | info    | Using sparse solver for linear system 0,
+| | |       | because density of 0.140 remains under threshold of 0.200.
+LOG_STDOUT | info    | Using sparse solver for linear system 1,
+| | |       | because density of 0.167 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 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/Exercises/ServoSystem3.Aufgabe4_3b.mos_temp8648, time: 22]