Skip to content

Regression

simulation_modelica_equations.BouncingBallExamples.mos (from (result.xml))

Failing for the past 1 build (Since #3812 )
Took 30 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + BouncingBall from Examples                                                        ... equation mismatch [time: 22]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/simulation/modelica/equations/BouncingBallExamples.mos_temp2618/log-BouncingBallExamples.mos
true
record SimulationResult
    resultFile = "BouncingBallExamples_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-7, method = 'dassl', fileNamePrefix = 'BouncingBallExamples', 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;
true
0.0
0.22527525151669459
0.0
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 8.0, numberOfIntervals = 1500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'BouncingBall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: BouncingBall"
end SimulationResult;
NaN
NaN
NaN
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/equations/BouncingBallExamples.mos_temp2618/equations-expected"2024-06-13 15:22:00.421172500 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/equations/BouncingBallExamples.mos_temp2618/equations-got"2024-06-13 15:22:22.545323200 +0200
@@ -1,22 +1,20 @@
 true
 record SimulationResult
 resultFile = "BouncingBallExamples_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-07, method = 'dassl', fileNamePrefix = 'BouncingBallExamples', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-7, method = 'dassl', fileNamePrefix = 'BouncingBallExamples', 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;
 true
 0.0
-0.2252752515166946
+0.22527525151669459
 0.0
 record SimulationResult
-resultFile = "BouncingBall_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 8.0, numberOfIntervals = 1500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'BouncingBall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 8.0, numberOfIntervals = 1500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'BouncingBall', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: BouncingBall"
 end SimulationResult;
-0.3457590350554374
-0.2340338150806124
-0.1001180467641977
+NaN
+NaN
+NaN
'' 
Equation mismatch: omc-diff says: 
Failed 'B' '"'
Line 14: Text differs:
expected: resultFile = "BouncingBall_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [simulation/modelica/equations/BouncingBallExamples.mos_temp2618, time: 30]