Failedsimulation_modelica_asserts.powAssert3.mos
(from (result.xml))
Failing for the past 2,404 builds
(Since
#8887
)
StacktraceOutput mismatch (see stdout for details) Standard Output + powAssert3 ... equation mismatch [time: 16]
==== Log /tmp/omc-rtest-adrpo33/simulation/modelica/asserts/powAssert3.mos_temp7515/log-powAssert3.mos
true
true
""
record SimulationResult
resultFile = "",
simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-006, method = 'dassl', fileNamePrefix = 'AssertTests.powAssert3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
messages = "Simulation execution failed for model: AssertTests.powAssert3
assert | debug | AssertTests.powAssert3.c:135: Invalid root: (-0.5)^(-0.1)
assert | info | simulation terminated by an assertion at initialization
"
end SimulationResult;
""
Equation mismatch: diff says:
--- /tmp/omc-rtest-adrpo33/simulation/modelica/asserts/powAssert3.mos_temp7515/equations-expected2019-05-16 11:12:31.490558600 +0200
+++ /tmp/omc-rtest-adrpo33/simulation/modelica/asserts/powAssert3.mos_temp7515/equations-got2019-05-16 11:12:47.612974900 +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.powAssert3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
+simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 1e-006, method = 'dassl', fileNamePrefix = 'AssertTests.powAssert3', options = '', outputFormat = 'mat', variableFilter = '.*', cflags = '', simflags = ''",
messages = "Simulation execution failed for model: AssertTests.powAssert3
-assert | debug | powAssert3.mos:8: Invalid root: (-0.5)^(-0.1)
+assert | debug | AssertTests.powAssert3.c:135: Invalid root: (-0.5)^(-0.1)
assert | info | simulation terminated by an assertion at initialization
"
end SimulationResult;
""
Equation mismatch: omc-diff says:
Failed 'p' 'A'
Line 8: Text differs:
expected: assert | debug | powAssert
got: assert | debug | AssertTests.powAssert
== 1 out of 1 tests failed [simulation/modelica/asserts/powAssert3.mos_temp7515, time: 17]
|