Skip to content

Failed

tests / 01 testsuite-gcc 1/3 / simulation_modelica_linear_system.linSymSol.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + solveSymbolicLinearSystem                                                         ... equation mismatch [time: 2]

==== Log /tmp/omc-rtest-unknown/simulation/modelica/linear_system/linSymSol.mos_temp9471/log-linSymSol.mos
true
""
record SimulationResult
    resultFile = "foo_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-s euler'",
    messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
""
0.0
4.301689993796432e-14
true
record SimulationResult
    resultFile = "foo_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-lv LOG_LS -s euler'",
    messages = "LOG_LS            | info    | initialize linear system solvers
|                 | |       | | 3 linear systems
LOG_LS            | info    | Start solving Linear System 2 (size 4) at time 0 with Lapack Solver
LOG_LS            | info    | Start solving Linear System 8 (size 3) at time 0 with Lapack Solver
LOG_LS            | info    | Start solving Linear System 10 (size 2) at time 0 with Lapack Solver
LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
""
0.0
6.634732954008404e-14

Equation mismatch: diff says:
--- /tmp/omc-rtest-unknown/simulation/modelica/linear_system/linSymSol.mos_temp9471/equations-expected2024-01-13 02:54:39.025553187 +0000
+++ /tmp/omc-rtest-unknown/simulation/modelica/linear_system/linSymSol.mos_temp9471/equations-got2024-01-13 02:54:41.985577074 +0000
@@ -1,28 +1,28 @@
 true
 ""
 record SimulationResult
 resultFile = "foo_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-s euler'",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-s euler'",
 messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 ""
 0.0
-4.783769300825687e-14
+4.301689993796432e-14
 true
 record SimulationResult
 resultFile = "foo_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-lv LOG_LS -s euler'",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-lv LOG_LS -s euler'",
 messages = "LOG_LS            | info    | initialize linear system solvers
 |                 | |       | | 3 linear systems
 LOG_LS            | info    | Start solving Linear System 2 (size 4) at time 0 with Lapack Solver
-LOG_LS            | info    | Start solving Linear System 14 (size 1) at time 0 with Lapack Solver
-LOG_LS            | info    | Start solving Linear System 20 (size 1) at time 0 with Lapack Solver
+LOG_LS | info    | Start solving Linear System 8 (size 3) at time 0 with Lapack Solver
+LOG_LS | info    | Start solving Linear System 10 (size 2) at time 0 with Lapack Solver
 LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 ""
 0.0
-6.634188944726343e-14
+6.634732954008404e-14

Equation mismatch: omc-diff says:
Line 20: Integer 14 != 8

== 1 out of 1 tests failed [simulation/modelica/linear_system/linSymSol.mos_temp9471, time: 2]