Skip to content

Failed

tests / 03 testsuite-gcc 3/3 / openmodelica_cruntime_optimization_basic.testAlgLoop7.mos (from (result.xml))

Failing for the past 11 builds (Since #10 )
Took 0 ms.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + testAlgLoop7                                                                      ... equation mismatch [time: 0]

==== Log /tmp/omc-rtest-omtmpuser/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos_temp5190/log-testAlgLoop7.mos
true
""
true
""
record SimulationResult
    resultFile = "",
    simulationOptions = "startTime = 0.0, stopTime = 0.5, numberOfIntervals = 100, tolerance = 1e-12, method = 'optimization', fileNamePrefix = 'testAlgLoop7', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-lv LOG_IPOPT_ERROR -optimizerNP 1 -iif ReferenceFiles/testAlgLoop7_ref.mat -iim none -ipopt_init FILE'",
    messages = "Failed to run the optimize command: testAlgLoop7"
end SimulationResult;
"[BackEnd/BackendDAEUtil.mo:0:0-0:0:writable] Error: Internal error DAEUtil.getStartAttr failed because type Real has no default start value.
"
"Error in compareSimulationResults"
"Warning: 'compareSimulationResults' is deprecated. It is recommended to use 'diffSimulationResults' instead.
Error: Failed to open simulation result testAlgLoop7_res.mat: No such file or directory
Error: Error opening file: testAlgLoop7_res.mat
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-omtmpuser/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos_temp5190/equations-expected2024-04-20 01:53:27.136052101 +0000
+++ /tmp/omc-rtest-omtmpuser/openmodelica/cruntime/optimization/basic/testAlgLoop7.mos_temp5190/equations-got2024-04-20 01:53:27.600052120 +0000
@@ -1,46 +1,16 @@
 true
 ""
 true
 ""
 record SimulationResult
-resultFile = "testAlgLoop7_res.mat",
+resultFile = "",
 simulationOptions = "startTime = 0.0, stopTime = 0.5, numberOfIntervals = 100, tolerance = 1e-12, method = 'optimization', fileNamePrefix = 'testAlgLoop7', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = '-lv LOG_IPOPT_ERROR -optimizerNP 1 -iif ReferenceFiles/testAlgLoop7_ref.mat -iim none -ipopt_init FILE'",
-messages = "LOG_ASSERT        | warning | The following assertion has been violated at time 0.000000
-|                 | |       | (($EqCon$x2 >= 0.0 and $EqCon$x2 <= 0.0)) --> \"Variable violating min/max constraint: 0.0 <= $EqCon$x2 <= 0.0, has value: 3\"
-LOG_ASSERT        | warning | The following assertion has been violated at time 0.000000
-|                 | |       | (($EqCon$x1 >= 0.0 and $EqCon$x1 <= 0.0)) --> \"Variable violating min/max constraint: 0.0 <= $EqCon$x1 <= 0.0, has value: 0.864672\"
-LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
-
-Optimizer Variables
-========================================================
-State[0]:x1(start = 1, nominal = 2, min = -2, max = 2, init = 1)
-State[1]:x2(start = -1, nominal = 2, min = -2, max = 2, init = -1)
-Input[2]:$x1(start = 0, nominal = 1, min = -Inf, max = +Inf)
-Input[3]:$x2(start = 0, nominal = 1, min = -Inf, max = +Inf)
-Input[4]:u(start = 0.864672, nominal = 1, min = -1, max = 1)
---------------------------------------------------------
-number of nonlinear constraints: 3
-========================================================
-LOG_STDOUT        | info    | Using values from file as initial guess.
-
-******************************************************************************
-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_IPOPT_ERROR   | info    | max violation is 0.00630401 for the constraint $EqCon$x1(time = 0.17)
-LOG_IPOPT_ERROR   | info    | max violation is 2.64944e-05 for the constraint $EqCon$x2(time = 0.17)
-LOG_IPOPT_ERROR   | info    | max violation is 1.05608e-07 for the constraint $EqCon$x1(time = 0.17)
-LOG_IPOPT_ERROR   | info    | max violation is 1.86591e-05 for the constraint $EqCon$x2(time = 0.17)
-LOG_IPOPT_ERROR   | info    | max violation is 5.33147e-06 for the constraint $EqCon$x1(time = 0.435)
-LOG_IPOPT_ERROR   | info    | max violation is 4.28799e-08 for the constraint $EqCon$x1(time = 0.435)
-LOG_IPOPT_ERROR   | info    | max violation is 1.87085e-11 for the constraint $EqCon$x1(time = 0.445)
-LOG_IPOPT_ERROR   | info    | max violation is 5.55112e-16 for the constraint $EqCon$x1(time = 0.16)
-LOG_SUCCESS       | info    | The simulation finished successfully.
-"
+messages = "Failed to run the optimize command: testAlgLoop7"
 end SimulationResult;
-""
-{"Files Equal!"}
+"[BackEnd/BackendDAEUtil.mo:0:0-0:0:writable] Error: Internal error DAEUtil.getStartAttr failed because type Real has no default start value.
+"
+"Error in compareSimulationResults"
 "Warning: 'compareSimulationResults' is deprecated. It is recommended to use 'diffSimulationResults' instead.
+Error: Failed to open simulation result testAlgLoop7_res.mat: No such file or directory
+Error: Error opening file: testAlgLoop7_res.mat
 "

Equation mismatch: omc-diff says:
Failed 't' '"'
Line 6: Text differs:
expected: resultFile = "testAlgLoop
got:      resultFile = "",

== 1 out of 1 tests failed [openmodelica/cruntime/optimization/basic/testAlgLoop7.mos_temp5190, time: 0]