Skip to content

Regression

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

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

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + LoopTest                                                                          ... equation mismatch [time: 17]

==== Log C:\Windows\TEMP/omc-rtest-OpenModelica/openmodelica/cruntime/optimization/basic/LoopTest.mos_temp4177/log-LoopTest.mos
true
""
true
""
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 200, tolerance = 1e-6, method = 'optimization', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-optimizerNP 1'",
    messages = "Simulation execution failed for model: foo
LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.

Optimizer Variables
========================================================
State[0]:x(start = 0, nominal = 2, min = 0, max = 2, init = 0)
Input[1]:u(start = 1, nominal = 2, min = 1, max = 2)
--------------------------------------------------------
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 525000 bytes.
In some cases it helps to decrease the value of the option \"mumps_mem_percent\".
Error=-13 returned from MUMPS in Solve.
MUMPS returned INFO(1) =-13 - out of memory when trying to allocate 525003 bytes.
In some cases it helps to decrease the value of the option \"mumps_mem_percent\".
Restoration phase is called at point that is almost feasible,
  with constraint violation 0,000000e+00. Abort.
LOG_STDOUT        | warning | No optimal solution found!
|                 | |       | Use -lv=LOG_IPOPT for more information.
LOG_STDOUT        | info    | model terminate | optimization failed.
           0 :Error allocating BUFR:IERR=        5020
           0 :Error allocating Send buffer:IERR=          -1
"
end SimulationResult;
""
{"Files not Equal!","x","u","der(x)"}
"Warning: 'compareSimulationResults' is deprecated. It is recommended to use 'diffSimulationResults' instead.
Warning: Files not Equal
"
'' 
Equation mismatch: diff says: 
--- "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/cruntime/optimization/basic/LoopTest.mos_temp4177/equations-expected"2024-06-13 15:18:37.679031100 +0200
+++ "C:\\Windows\\TEMP/omc-rtest-OpenModelica/openmodelica/cruntime/optimization/basic/LoopTest.mos_temp4177/equations-got"2024-06-13 15:18:54.543440100 +0200
@@ -1,13 +1,14 @@
 true
 ""
 true
 ""
 record SimulationResult
-resultFile = "foo_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 200, tolerance = 1e-06, method = 'optimization', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-optimizerNP 1'",
-messages = "LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
+resultFile = "",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 200, tolerance = 1e-6, method = 'optimization', fileNamePrefix = 'foo', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-optimizerNP 1'",
+messages = "Simulation execution failed for model: foo
+LOG_SUCCESS | info    | The initialization finished successfully without homotopy method.
 
 Optimizer Variables
 ========================================================
 State[0]:x(start = 0, nominal = 2, min = 0, max = 2, init = 0)
 Input[1]:u(start = 1, nominal = 2, min = 1, max = 2)
@@ -19,12 +20,24 @@
 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
 ******************************************************************************
 
-LOG_SUCCESS       | info    | The simulation finished successfully.
+MUMPS returned INFO(1) =-13 - out of memory when trying to allocate 525000 bytes.
+In some cases it helps to decrease the value of the option \"mumps_mem_percent\".
+Error=-13 returned from MUMPS in Solve.
+MUMPS returned INFO(1) =-13 - out of memory when trying to allocate 525003 bytes.
+In some cases it helps to decrease the value of the option \"mumps_mem_percent\".
+Restoration phase is called at point that is almost feasible,
+with constraint violation 0,000000e+00. Abort.
+LOG_STDOUT | warning | No optimal solution found!
+| | |       | Use -lv=LOG_IPOPT for more information.
+LOG_STDOUT | info    | model terminate | optimization failed.
+0 :Error allocating BUFR:IERR=        5020
+0 :Error allocating Send buffer:IERR=          -1
 "
 end SimulationResult;
 ""
-{"Files Equal!"}
+{"Files not Equal!","x","u","der(x)"}
 "Warning: 'compareSimulationResults' is deprecated. It is recommended to use 'diffSimulationResults' instead.
+Warning: Files not Equal
 "
'' 
Equation mismatch: omc-diff says: 
Failed 'f' '"'
Line 6: Text differs:
expected: resultFile = "foo_res.mat",
got:      resultFile = "",

== 1 out of 1 tests failed [openmodelica/cruntime/optimization/basic/LoopTest.mos_temp4177, time: 24]