Skip to content

Regression

openmodelica_cruntime_optimization_basic.VDP.mos (from (result.xml))

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + VDP                                                                               ... equation mismatch [time: 19]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/openmodelica/cruntime/optimization/basic/VDP.mos_temp6264/log-VDP.mos
true
""
true
""
record SimulationResult
    resultFile = "nmpcVDP_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 20.0, numberOfIntervals = 50, tolerance = 1e-8, method = 'optimization', fileNamePrefix = 'nmpcVDP', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
    messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.

Optimizer Variables
========================================================
State[0]:cost(start = 10, nominal = 11, min = -Inf, max = +Inf, init = 10)
State[1]:x1(start = 0, nominal = 1, min = -Inf, max = +Inf, init = 0)
State[2]:x2(start = 1, nominal = 2, min = -Inf, max = +Inf, init = 1)
Input[3]:u(start = 0, nominal = 1, min = -0.5, max = 1)
--------------------------------------------------------
number of nonlinear constraints: 0
========================================================

******************************************************************************
This program contains Ipopt, a library for large-scale nonlinear optimization.
 Ipopt is released as open source code under the Eclipse Public License (EPL).
         For more information visit https://github.com/coin-or/Ipopt
******************************************************************************

MUMPS returned INFO(1) =-13 - out of memory when trying to allocate 111003 bytes.
In some cases it helps to decrease the value of the option \"mumps_mem_percent\".
LOG_SUCCESS       | info    | The simulation finished successfully.
"
end SimulationResult;
""
{"Files Equal!"}
"Warning: 'compareSimulationResults' is deprecated. It is recommended to use 'diffSimulationResults' instead.
"
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/cruntime/optimization/basic/VDP.mos_temp6264/equations-expected"2024-06-13 15:22:51.653446500 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/cruntime/optimization/basic/VDP.mos_temp6264/equations-got"2024-06-13 15:23:10.830137900 +0200
@@ -2,11 +2,11 @@
 ""
 true
 ""
 record SimulationResult
 resultFile = "nmpcVDP_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 20.0, numberOfIntervals = 50, tolerance = 1e-08, method = 'optimization', fileNamePrefix = 'nmpcVDP', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 20.0, numberOfIntervals = 50, tolerance = 1e-8, method = 'optimization', fileNamePrefix = 'nmpcVDP', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
 messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
 
 Optimizer Variables
 ========================================================
 State[0]:cost(start = 10, nominal = 11, min = -Inf, max = +Inf, init = 10)
@@ -21,10 +21,12 @@
 This program contains Ipopt, a library for large-scale nonlinear optimization.
 Ipopt is released as open source code under the Eclipse Public License (EPL).
 For more information visit https://github.com/coin-or/Ipopt
 ******************************************************************************
 
+MUMPS returned INFO(1) =-13 - out of memory when trying to allocate 111003 bytes.
+In some cases it helps to decrease the value of the option \"mumps_mem_percent\".
 LOG_SUCCESS       | info    | The simulation finished successfully.
 "
 end SimulationResult;
 ""
 {"Files Equal!"}
'' 
Equation mismatch: omc-diff says: 
----------------------------------------------------------------------------------------------------------------Failed 'L' 'M'
Line 26: Text differs:
expected: LOG_SUCCESS       | info    | The simulation finished successfully.
got:      MUMPS returned INFO(

== 1 out of 1 tests failed [openmodelica/cruntime/optimization/basic/VDP.mos_temp6264, time: 30]