Skip to content

Failed

tests / 06 testsuite-clang 3/3 / simulation_libraries_3rdParty_Exercises.ServoSystem3.Aufgabe4_3a.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + ServoSystem3.Aufgabe4_3a [simulate]                                               ... equation mismatch [time: 12]

==== Log /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos_temp412/log-ServoSystem3.Aufgabe4_3a.mos
true
"Notification: Automatically loaded package Modelica 3.2.2 due to uses annotation from ServoSystem3.
Notification: Automatically loaded package Complex 3.2.2 due to uses annotation from Modelica.
Notification: Automatically loaded package ModelicaServices 3.2.2 due to uses annotation from Modelica.
"
record SimulationResult
    resultFile = "ServoSystem3.Aufgabe4_3a_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'ServoSystem3.Aufgabe4_3a', 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_3a.mos_temp412/equations-expected2024-01-13 02:57:16.696019635 +0000
+++ /tmp/omc-rtest-unknown/simulation/libraries/3rdParty/Exercises/ServoSystem3.Aufgabe4_3a.mos_temp412/equations-got2024-01-13 02:57:28.544268211 +0000
@@ -3,11 +3,17 @@
 Notification: Automatically loaded package Complex 3.2.2 due to uses annotation from Modelica.
 Notification: Automatically loaded package ModelicaServices 3.2.2 due to uses annotation from Modelica.
 "
 record SimulationResult
 resultFile = "ServoSystem3.Aufgabe4_3a_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'ServoSystem3.Aufgabe4_3a', 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_3a', 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 9: 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_3a.mos_temp412, time: 12]