[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Oct 30 10:30:23 CET 2013


Autotest `tst_rendernode' failed :(

  Testing tst_rendernode
  FAIL!  : tst_rendernode::renderOrder() Compared values are not the same
     Actual   (fb.pixel(50, 50))      : 4278190335
     Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
     Loc: [tst_rendernode.cpp(223)]
  FAIL!  : tst_rendernode::messUpState() Compared values are not the same
     Actual   (fb.pixel(x1, y3))      : 4278190080
     Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
     Loc: [tst_rendernode.cpp(250)]
  Totals: 2 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_rendernode *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_rendernode::initTestCase()
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:15: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:14: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:24: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:23: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:40: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:39: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:48: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:47: TypeError: Cannot read property of null
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:44:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:44:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:36:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:36:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:20:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:20:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:11:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::renderOrder() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/RenderOrder.qml:11:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  FAIL!  : tst_rendernode::renderOrder() Compared values are not the same
     Actual   (fb.pixel(50, 50))      : 4278190335
     Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
     Loc: [tst_rendernode.cpp(223)]
  QWARN  : tst_rendernode::messUpState() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/MessUpState.qml:9:5: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::messUpState() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/MessUpState.qml:15:9: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  QWARN  : tst_rendernode::messUpState() file:///work/build/qt/qtdeclarative/tests/auto/quick/rendernode/data/MessUpState.qml:25:13: QML Rectangle: Cannot anchor to an item that isn't a parent or sibling.
  FAIL!  : tst_rendernode::messUpState() Compared values are not the same
     Actual   (fb.pixel(x1, y3))      : 4278190080
     Expected (qRgb(0xff, 0xff, 0xff)): 4294967295
     Loc: [tst_rendernode.cpp(250)]
  PASS   : tst_rendernode::cleanupTestCase()
  Totals: 2 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_rendernode *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_rendernode: 3 seconds, exit code 2

  Build log: http://testresults.qt-project.org/ci/QtDeclarative_stable_Integration/build_01227/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/stable_1383128523):
    http://codereview.qt-project.org/69503 [PS6] - Speed up repeated context, scope and import script lookups
    http://codereview.qt-project.org/69491 [PS6] - Speed up lookups of imported scripts
    http://codereview.qt-project.org/69418 [PS7] - Implement loading of resolved imported scripts
    http://codereview.qt-project.org/69417 [PS7] - Implement setting of values to resolved QObject properties
    http://codereview.qt-project.org/69223 [PS10] - Propagate bool/int/double/string types from QML into the IR
    http://codereview.qt-project.org/69219 [PS9] - Resolve member expressions of QObject members
    http://codereview.qt-project.org/69150 [PS13] - Initial support for resolving meta-property access for the scope and context objects at QML compile time



More information about the Ci-reports mailing list