Skip to content

Failed

tests / 03 testsuite-gcc 3/3 / simulation_modelica_commonSubExp.wrapFunctionCalls11.mos (from (result.xml))

Failing for the past 46 builds (Since #8 )
Took 5 sec.

Stacktrace

Output mismatch (see stdout for details)

Standard Output

 + wrapFunctionCalls11                                                               ... equation mismatch [time: 5]

==== Log /tmp/omc-rtest-omtmpuser/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos_temp3198/log-wrapFunctionCalls11.mos
true
""
true
""



###############################################################
Final Results
###############################################################

########### Updated Variable List (jacobian) (2)
========================================
1: $res_NLSJac0_1.$pDERNLSJac0.dummyVarNLSJac0:VARIABLE()  type: Real unreplaceable
2: $cse1:VARIABLE(protected = true )  type: Real unreplaceable


########### Updated Equation List (jacobian) (2, 2)
========================================
1/1 (1): $res_NLSJac0_1.$pDERNLSJac0.dummyVarNLSJac0 = $cse1 * y.SeedNLSJac0   [dynamic |0|0|0|0|]
2/2 (1): $cse1 = cos(y)   [unknown |0|0|0|0|]


########### Updated globalKnownVars (jacobian) (2)
========================================
1: $res_NLSJac0_1:VARIABLE()  type: Real
2: input y.SeedNLSJac0:STATE_DER()  type: Real unreplaceable


########### CSE Replacements (1/43)
========================================
1: $cse1 - cos(y) - {}



###############################################################
Final Results
###############################################################

########### Updated Variable List (simulation) (1)
========================================
1: y:VARIABLE()  type: Real


########### Updated Equation List (simulation) (1, 1)
========================================
1/1 (1): x = sin(y)   [unknown |0|0|0|0|]


########### Updated globalKnownVars (simulation) (6)
========================================
1: z:VARIABLE(fixed = true )  = 2.0 * p1  type: Real
2: c:VARIABLE(fixed = true )  = 2.0 * p1  type: Real
3: p1:PARAM()  = 5.0  type: Real
4: b:PARAM()  = cos(c)  type: Real
5: a:PARAM()  = sin(b)  type: Real
6: x:PARAM()  = cos(z)  type: Real


########### CSE Replacements (4/46)
========================================
1: x - sin(y) - {}
2: x - cos(z) - {}
3: a - sin(b) - {}
4: b - cos(c) - {}



###############################################################
Final Results
###############################################################

########### Updated Variable List (jacobian) (2)
========================================
1: $res_NLSJac1_1.$pDERNLSJac1.dummyVarNLSJac1:VARIABLE()  type: Real unreplaceable
2: $cse2:VARIABLE(protected = true )  type: Real unreplaceable


########### Updated Equation List (jacobian) (2, 2)
========================================
1/1 (1): $res_NLSJac1_1.$pDERNLSJac1.dummyVarNLSJac1 = $cse2 * y.SeedNLSJac1   [unknown |0|0|0|0|]
2/2 (1): $cse2 = cos(y)   [unknown |0|0|0|0|]


########### Updated globalKnownVars (jacobian) (3)
========================================
1: x:PARAM()  = cos(z)  type: Real
2: $res_NLSJac1_1:VARIABLE()  type: Real
3: input y.SeedNLSJac1:STATE_DER()  type: Real unreplaceable


########### CSE Replacements (1/43)
========================================
1: $cse2 - cos(y) - {}
record SimulationResult
    resultFile = "CSE.wrapFunctionCalls11_res.mat",
    simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'CSE.wrapFunctionCalls11', 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;
"[BackEnd/SymbolicJacobian.mo:0:0-0:0:writable] Error: Internal error function generateSparsePattern failed
"

Equation mismatch: diff says:
--- /tmp/omc-rtest-omtmpuser/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos_temp3198/equations-expected2024-05-04 02:10:02.499792694 +0000
+++ /tmp/omc-rtest-omtmpuser/simulation/modelica/commonSubExp/wrapFunctionCalls11.mos_temp3198/equations-got2024-05-04 02:10:07.203776779 +0000
@@ -92,11 +92,12 @@
 ########### CSE Replacements (1/43)
 ========================================
 1: $cse2 - cos(y) - {}
 record SimulationResult
 resultFile = "CSE.wrapFunctionCalls11_res.mat",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'CSE.wrapFunctionCalls11', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-6, method = 'dassl', fileNamePrefix = 'CSE.wrapFunctionCalls11', 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;
-""
+"[BackEnd/SymbolicJacobian.mo:0:0-0:0:writable] Error: Internal error function generateSparsePattern failed
+"

Equation mismatch: omc-diff says:
Failed '"' '['
Line 102: Text differs:
expected: ""
got:      "[BackEnd/SymbolicJacobian.mo:

== 1 out of 1 tests failed [simulation/modelica/commonSubExp/wrapFunctionCalls11.mos_temp3198, time: 5]