Failedsimulation_modelica_asserts.powAssert1.mos
(from (result.xml))
Failing for the past 2,387 builds
(Since
#8887
)
StacktraceOutput mismatch (see stdout for details) Standard Output + powAssert1 ... equation mismatch [time: 17]
==== Log /tmp/omc-rtest-adrpo33/simulation/modelica/asserts/powAssert1.mos_temp7493/log-powAssert1.mos
true
true
""
record SimulationResult
resultFile = "",
simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-006, method = 'dassl', fileNamePrefix = 'AssertTests.powAssert1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
messages = "Simulation execution failed for model: AssertTests.powAssert1
LOG_SUCCESS | info | The initialization finished successfully without homotopy method.
assert | debug | AssertTests.powAssert1.c:168: Invalid root: (-1)^(1.1)
"
end SimulationResult;
""
Equation mismatch: diff says:
--- /tmp/omc-rtest-adrpo33/simulation/modelica/asserts/powAssert1.mos_temp7493/equations-expected2019-05-09 17:11:58.908097900 +0200
+++ /tmp/omc-rtest-adrpo33/simulation/modelica/asserts/powAssert1.mos_temp7493/equations-got2019-05-09 17:12:15.683649300 +0200
@@ -1,12 +1,12 @@
true
true
""
record SimulationResult
resultFile = "",
-simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-06, method = 'dassl', fileNamePrefix = 'AssertTests.powAssert1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-006, method = 'dassl', fileNamePrefix = 'AssertTests.powAssert1', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
messages = "Simulation execution failed for model: AssertTests.powAssert1
LOG_SUCCESS | info | The initialization finished successfully without homotopy method.
-assert | debug | powAssert1.mos:12: Invalid root: (-1)^(1.1)
+assert | debug | AssertTests.powAssert1.c:168: Invalid root: (-1)^(1.1)
"
end SimulationResult;
""
Equation mismatch: omc-diff says:
Failed 'p' 'A'
Line 9: Text differs:
expected: assert | debug | powAssert
got: assert | debug | AssertTests.powAssert
== 1 out of 1 tests failed [simulation/modelica/asserts/powAssert1.mos_temp7493, time: 18]
|