Skip to content

Regression

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

Failing for the past 1 build (Since #3809 )
Took 24 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

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

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/simulation/modelica/equations/BouncingBallExamples.mos_temp4661/log-BouncingBallExamples.mos
true
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-7, method = 'dassl', fileNamePrefix = 'BouncingBallExamples', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "Failed to build model: BouncingBallExamples"
end SimulationResult;
true



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;



'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/equations/BouncingBallExamples.mos_temp4661/equations-expected"2024-06-13 12:58:45.100547700 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/simulation/modelica/equations/BouncingBallExamples.mos_temp4661/equations-got"2024-06-13 12:59:05.711266900 +0200
@@ -1,22 +1,18 @@
 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 = ''",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 3.0, numberOfIntervals = 500, tolerance = 1e-7, method = 'dassl', fileNamePrefix = 'BouncingBallExamples', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+messages = "Failed to build model: BouncingBallExamples"
 end SimulationResult;
 true
-0.0
-0.2252752515166946
-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
+
+
+
'' 
Equation mismatch: omc-diff says: 
Failed 'B' '"'
Line 3: Text differs:
expected: resultFile = "BouncingBallExamples_res.mat",
got:      resultFile = "",

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