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

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Oct 10 12:01:18 CEST 2013


eight autotests failed :(

  
  (tst_qtableview:8965): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8965): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8965): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8965): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QTableView
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 40
     Loc: [tst_qtableview.cpp(2126)]
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 41
     Loc: [tst_qtableview.cpp(2126)]
  Totals: 242 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qtableview:8968): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8968): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8968): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8968): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QTableView *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QTableView::initTestCase()
  PASS   : tst_QTableView::getSetCheck()
  PASS   : tst_QTableView::noDelegate()
  PASS   : tst_QTableView::noModel()
  PASS   : tst_QTableView::emptyModel()
  PASS   : tst_QTableView::removeRows(2x2)
  PASS   : tst_QTableView::removeRows(10x10)
  PASS   : tst_QTableView::removeColumns(2x2)
  PASS   : tst_QTableView::removeColumns(10x10)
  PASS   : tst_QTableView::keyboardNavigation(16x16 model)
  PASS   : tst_QTableView::keyboardNavigation(no tab)
  PASS   : tst_QTableView::headerSections()
  PASS   : tst_QTableView::moveCursor(MoveRight (0,0))
  PASS   : tst_QTableView::moveCursor(MoveRight (3,0))
  PASS   : tst_QTableView::moveCursor(MoveRight (3,3))
  PASS   : tst_QTableView::moveCursor(MoveRight, hidden column 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveRight, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext (0,0))
  PASS   : tst_QTableView::moveCursor(MoveNext (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap (0,3))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap (3,3))
  PASS   : tst_QTableView::moveCursor(MoveNext, hidden column 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 3 (3,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrapy, wrapx, hidden column 3, hidden row 3 (2,2))
  PASS   : tst_QTableView::moveCursor(MoveNext, wrap, hidden column 2, moved column from 3 to 0. (0,2))
  PASS   : tst_QTableView::moveCursor(MoveLeft (0,0))
  PASS   : tst_QTableView::moveCursor(MoveLeft (0,3))
  PASS   : tst_QTableView::moveCursor(MoveLeft (1,0))
  PASS   : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,2))
  PASS   : tst_QTableView::moveCursor(MoveLeft, hidden column 0 (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious (0,3))
  PASS   : tst_QTableView::moveCursor(MovePrevious (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap (1,0))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, (0,0))
  PASS   : tst_QTableView::moveCursor(MovePrevious, hidden column 1 (0,2))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 3 (0,2))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrapy, hidden column 0 (0,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 0, hidden row 0 (1,1))
  PASS   : tst_QTableView::moveCursor(MovePrevious, wrap, hidden column 1, moved column from 0 to 3. (1,2))
  PASS   : tst_QTableView::moveCursor(MoveDown (0,0))
  PASS   : tst_QTableView::moveCursor(MoveDown (3,0))
  PASS   : tst_QTableView::moveCursor(MoveDown (3,3))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 1 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 3 (2,0))
  PASS   : tst_QTableView::moveCursor(MoveDown, hidden row 0 hidden column 0 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveUp (0,0))
  PASS   : tst_QTableView::moveCursor(MoveUp (3, 0))
  PASS   : tst_QTableView::moveCursor(MoveUp (0,1))
  PASS   : tst_QTableView::moveCursor(MoveUp, hidden row 1 (2,0))
  PASS   : tst_QTableView::moveCursor(MoveUp, hidden row (1,0))
  PASS   : tst_QTableView::moveCursor(MoveHome (0,0))
  PASS   : tst_QTableView::moveCursor(MoveHome (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome, hidden column 0 (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl (0,0))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl (3,3))
  PASS   : tst_QTableView::moveCursor(MoveHome + Ctrl, hidden column 0, hidden row 0 (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd, hidden column (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl (3,3))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3 (0,0))
  PASS   : tst_QTableView::moveCursor(MoveEnd + Ctrl, hidden column 3, hidden row 3 (0,0))
  PASS   : tst_QTableView::moveCursor(MovePageUp (0,0))
  PASS   : tst_QTableView::moveCursor(MovePageUp (3,3))
  PASS   : tst_QTableView::moveCursor(MovePageDown (3, 3))
  PASS   : tst_QTableView::moveCursor(MovePageDown (0, 3))
  PASS   : tst_QTableView::moveCursorStrikesBack(Last column disabled. Task QTBUG-3878)
  PASS   : tst_QTableView::moveCursorStrikesBack(Last column disabled 2. Task QTBUG-3878)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor column hidden)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor column disabled)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor row hidden)
  PASS   : tst_QTableView::moveCursorStrikesBack(Span, anchor row disabled)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span right)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span left)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span down)
  PASS   : tst_QTableView::moveCursorStrikesBack(Move through span up)
  PASS   : tst_QTableView::moveCursorStrikesBack(All disabled, wrap forward. Timeout => FAIL)
  PASS   : tst_QTableView::moveCursorStrikesBack(All disabled, wrap backwards. Timeout => FAIL)
  PASS   : tst_QTableView::moveCursorBiggerJump()
  PASS   : tst_QTableView::hideRows(show row 0, hide row 3, no span)
  PASS   : tst_QTableView::hideRows(show row 0, hide row 3, span)
  PASS   : tst_QTableView::hideColumns(show col 0, hide col 3, no span)
  PASS   : tst_QTableView::hideColumns(show col 0, hide col 3, span)
  PASS   : tst_QTableView::selection(no span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(row span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(col span, no hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, row hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, col hidden, no moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, no hidden, row moved, 3x3 select)
  PASS   : tst_QTableView::selection(no span, no hidden, col moved, 3x3 select)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(SingleSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(MultiSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(ExtendedSelection and SelectColumns)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectItems)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectRows)
  PASS   : tst_QTableView::selectRow(ContiguousSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(SingleSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(MultiSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(ExtendedSelection and SelectColumns)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectItems)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectRows)
  PASS   : tst_QTableView::selectColumn(ContiguousSelection and SelectColumns)
  PASS   : tst_QTableView::visualRect((0,0))
  PASS   : tst_QTableView::visualRect((0,0) hidden row)
  PASS   : tst_QTableView::visualRect((0,0) hidden column)
  PASS   : tst_QTableView::visualRect((0,0) hidden row and column)
  PASS   : tst_QTableView::visualRect((0,0) out of bounds)
  PASS   : tst_QTableView::visualRect((5,5), hidden row)
  PASS   : tst_QTableView::visualRect((9,9))
  PASS   : tst_QTableView::fetchMore()
  PASS   : tst_QTableView::setHeaders()
  PASS   : tst_QTableView::resizeRowsToContents(10x10 grid shown 40x40)
  PASS   : tst_QTableView::resizeRowsToContents(10x10 grid not shown 40x40)
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 40
     Loc: [tst_qtableview.cpp(2126)]
  FAIL!  : tst_QTableView::resizeColumnsToContents(10x10 grid not shown 40x40) Compared values are not the same
     Actual   (view.columnWidth(c)): 57
     Expected (columnWidth)        : 41
     Loc: [tst_qtableview.cpp(2126)]
  PASS   : tst_QTableView::rowViewportPosition(row 0, scroll per item 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per item, 1)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per item, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per item, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per item, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 0, scroll per pixel 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 1, scroll per pixel, 1)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 5, scroll per pixel, 5)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 0)
  PASS   : tst_QTableView::rowViewportPosition(row 9, scroll per pixel, 5)
  PASS   : tst_QTableView::rowAt(row at 100)
  PASS   : tst_QTableView::rowAt(row at 180)
  PASS   : tst_QTableView::rowAt(row at 20)
  PASS   : tst_QTableView::rowHeight(increasing)
  PASS   : tst_QTableView::rowHeight(decreasing)
  PASS   : tst_QTableView::rowHeight(random)
  PASS   : tst_QTableView::columnViewportPosition(column 0, scroll per item 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per item, 1)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per item, 5)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per item, 0)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per item, 5)
  PASS   : tst_QTableView::columnViewportPosition(column 0, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 1, scroll per pixel 1)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 5, scroll per pixel 5)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 0)
  PASS   : tst_QTableView::columnViewportPosition(column 9, scroll per pixel 5)
  PASS   : tst_QTableView::columnAt(column at 100)
  PASS   : tst_QTableView::columnAt(column at 180)
  PASS   : tst_QTableView::columnAt(column at 20)
  PASS   : tst_QTableView::columnWidth(increasing)
  PASS   : tst_QTableView::columnWidth(decreasing)
  PASS   : tst_QTableView::columnWidth(random)
  PASS   : tst_QTableView::hiddenRow(first hidden)
  PASS   : tst_QTableView::hiddenRow(last hidden)
  PASS   : tst_QTableView::hiddenRow(none hidden)
  PASS   : tst_QTableView::hiddenRow(all hidden)
  PASS   : tst_QTableView::hiddenColumn(first hidden)
  PASS   : tst_QTableView::hiddenColumn(last hidden)
  PASS   : tst_QTableView::hiddenColumn(none hidden)
  PASS   : tst_QTableView::hiddenColumn(all hidden)
  PASS   : tst_QTableView::sortingEnabled()
  QWARN  : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(no hidden, no span, no scroll, per item)
  QWARN  : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(no hidden, no span, no scroll, per pixel)
  QWARN  : tst_QTableView::scrollTo(hidden, no span, no scroll, per item) QTableView::setSpan: single cell span won't be added
  PASS   : tst_QTableView::scrollTo(hidden, no span, no scroll, per item)
  PASS   : tst_QTableView::indexAt(no hidden, no span, no scroll, (20,20))
  PASS   : tst_QTableView::indexAt(row hidden, no span, no scroll, at (20,20))
  PASS   : tst_QTableView::indexAt(col hidden, no span, no scroll, at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, row span, no scroll, at (60,20))
  PASS   : tst_QTableView::indexAt(no hidden, col span, no scroll, at (60,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (5,0), at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (0,5), at (20,20))
  PASS   : tst_QTableView::indexAt(no hidden, no span, scroll (5,5), at (20,20))
  PASS   : tst_QTableView::span(top left 2x2)
  PASS   : tst_QTableView::span(top left 1x2)
  PASS   : tst_QTableView::span(top left 2x1)
  PASS   : tst_QTableView::span(invalid 2x2)
  PASS   : tst_QTableView::span(top left 2x2)
  PASS   : tst_QTableView::span(bottom right 2x2)
  PASS   : tst_QTableView::span(invalid span 2x2)
  PASS   : tst_QTableView::span(invalid span 3x3)
  PASS   : tst_QTableView::spans(1x3 span, query 3,0)
  PASS   : tst_QTableView::spans(1x3 span, query 3,1)
  PASS   : tst_QTableView::spans(1x3 span, query 3,2)
  PASS   : tst_QTableView::spans(two 1x2 spans at the same column, query at 3,0)
  PASS   : tst_QTableView::spans(two 1x2 spans at the same column, query at 4,0)
  PASS   : tst_QTableView::spans(how to order spans (1,1))
  PASS   : tst_QTableView::spans(how to order spans (2,1))
  PASS   : tst_QTableView::spans(how to order spans (3,1))
  PASS   : tst_QTableView::spans(how to order spans (1,2))
  PASS   : tst_QTableView::spans(how to order spans (2,2))
  PASS   : tst_QTableView::spans(spans with hidden rows)
  PASS   : tst_QTableView::spans(QTBUG-6004: No failing assertion, then it passes.)
  PASS   : tst_QTableView::spans(QTBUG-6004 (follow-up): No failing assertion, then it passes.)
  PASS   : tst_QTableView::spans(QTBUG-9631: remove one span)
  PASS   : tst_QTableView::spansAfterRowInsertion()
  PASS   : tst_QTableView::spansAfterColumnInsertion()
  PASS   : tst_QTableView::spansAfterRowRemoval()
  PASS   : tst_QTableView::spansAfterColumnRemoval()
  PASS   : tst_QTableView::checkHeaderReset()
  PASS   : tst_QTableView::checkHeaderMinSize()
  PASS   : tst_QTableView::resizeToContents()
  PASS   : tst_QTableView::tabFocus()
  PASS   : tst_QTableView::bigModel()
  PASS   : tst_QTableView::selectionSignal()
  PASS   : tst_QTableView::setCurrentIndex()
  PASS   : tst_QTableView::task173773_updateVerticalHeader()
  PASS   : tst_QTableView::task227953_setRootIndex()
  PASS   : tst_QTableView::task240266_veryBigColumn()
  PASS   : tst_QTableView::task248688_autoScrollNavigation()
  PASS   : tst_QTableView::task259308_scrollVerticalHeaderSwappedSections()
  PASS   : tst_QTableView::task191545_dragSelectRows()
  PASS   : tst_QTableView::taskQTBUG_5062_spansInconsistency()
  PASS   : tst_QTableView::taskQTBUG_4516_clickOnRichTextLabel()
  PASS   : tst_QTableView::taskQTBUG_5237_wheelEventOnHeader()
  PASS   : tst_QTableView::taskQTBUG_8585_crashForNoGoodReason()
  PASS   : tst_QTableView::taskQTBUG_7774_RtoLVisualRegionForSelection()
  PASS   : tst_QTableView::taskQTBUG_8777_scrollToSpans()
  PASS   : tst_QTableView::taskQTBUG_10169_sizeHintForRow()
  PASS   : tst_QTableView::taskQTBUG_30653_doItemsLayout()
  PASS   : tst_QTableView::mouseWheel(scroll up per item)
  PASS   : tst_QTableView::mouseWheel(scroll down per item)
  PASS   : tst_QTableView::mouseWheel(scroll down per pixel)
  PASS   : tst_QTableView::addColumnWhileEditing()
  PASS   : tst_QTableView::task234926_setHeaderSorting()
  PASS   : tst_QTableView::changeHeaderData()
  PASS   : tst_QTableView::viewOptions()
  PASS   : tst_QTableView::cleanupTestCase()
  Totals: 242 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QTableView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtableview: 16 seconds, exit code 2
  
  
  (tst_qmenubar:7090): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:7090): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:7090): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:7090): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QMenuBar
  FAIL!  : tst_QMenuBar::taskQTBUG4965_escapeEaten() 'menubar.hasFocus()' returned FALSE. ()
     Loc: [tst_qmenubar.cpp(1275)]
  Totals: 29 passed, 1 failed, 1 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qmenubar:7093): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:7093): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:7093): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:7093): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QMenuBar *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QMenuBar::initTestCase()
  PASS   : tst_QMenuBar::getSetCheck()
  PASS   : tst_QMenuBar::clear()
  PASS   : tst_QMenuBar::removeItemAt(first)
  PASS   : tst_QMenuBar::removeItemAt(middle)
  PASS   : tst_QMenuBar::removeItemAt(last)
  PASS   : tst_QMenuBar::removeItem(first)
  PASS   : tst_QMenuBar::removeItem(middle)
  PASS   : tst_QMenuBar::removeItem(last)
  PASS   : tst_QMenuBar::count()
  PASS   : tst_QMenuBar::insertItem_QString_QObject()
  PASS   : tst_QMenuBar::accel()
  PASS   : tst_QMenuBar::activatedCount()
  PASS   : tst_QMenuBar::allowActiveAndDisabled()
  PASS   : tst_QMenuBar::check_accelKeys()
  PASS   : tst_QMenuBar::check_cursorKeys1()
  PASS   : tst_QMenuBar::check_cursorKeys2()
  PASS   : tst_QMenuBar::check_cursorKeys3()
  PASS   : tst_QMenuBar::check_escKey()
  PASS   : tst_QMenuBar::check_endKey()
  PASS   : tst_QMenuBar::check_homeKey()
  SKIP   : tst_QMenuBar::check_altPress() this is not supposed to work in the gtk+ style. Skipping.
     Loc: [tst_qmenubar.cpp(965)]
  PASS   : tst_QMenuBar::check_shortcutPress()
  PASS   : tst_QMenuBar::check_menuPosition()
  PASS   : tst_QMenuBar::task223138_triggered()
  PASS   : tst_QMenuBar::task256322_highlight()
  PASS   : tst_QMenuBar::menubarSizeHint()
  FAIL!  : tst_QMenuBar::taskQTBUG4965_escapeEaten() 'menubar.hasFocus()' returned FALSE. ()
     Loc: [tst_qmenubar.cpp(1275)]
  PASS   : tst_QMenuBar::taskQTBUG11823_crashwithInvisibleActions()
  PASS   : tst_QMenuBar::closeOnSecondClick()
  PASS   : tst_QMenuBar::cleanupTestCase()
  Totals: 29 passed, 1 failed, 1 skipped
  ********* Finished testing of tst_QMenuBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenubar: 13 seconds, exit code 1
  
  
  (tst_qmenu:7083): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:7083): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:7083): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:7083): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QMenu
  XPASS  : tst_QMenu::keyboardNavigation(shortcut0) QCOMPARE(menus[expected_menu]->activeAction(), (QAction *)0) returned TRUE unexpectedly.
     Loc: [tst_qmenu.cpp(350)]
  Totals: 38 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qmenu:7086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:7086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:7086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:7086): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QMenu *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QMenu::initTestCase()
  PASS   : tst_QMenu::getSetCheck()
  PASS   : tst_QMenu::addActionsAndClear()
  PASS   : tst_QMenu::keyboardNavigation(data0)
  PASS   : tst_QMenu::keyboardNavigation(data1)
  PASS   : tst_QMenu::keyboardNavigation(data2)
  PASS   : tst_QMenu::keyboardNavigation(data3_Mac)
  PASS   : tst_QMenu::keyboardNavigation(data4)
  PASS   : tst_QMenu::keyboardNavigation(data5)
  PASS   : tst_QMenu::keyboardNavigation(data6)
  PASS   : tst_QMenu::keyboardNavigation(data7)
  PASS   : tst_QMenu::keyboardNavigation(data8)
  PASS   : tst_QMenu::keyboardNavigation(data9)
  PASS   : tst_QMenu::keyboardNavigation(data10)
  XPASS  : tst_QMenu::keyboardNavigation(shortcut0) QCOMPARE(menus[expected_menu]->activeAction(), (QAction *)0) returned TRUE unexpectedly.
     Loc: [tst_qmenu.cpp(350)]
  PASS   : tst_QMenu::focus()
  PASS   : tst_QMenu::overrideMenuAction()
  PASS   : tst_QMenu::statusTip()
  PASS   : tst_QMenu::widgetActionFocus()
  PASS   : tst_QMenu::mouseActivation()
  PASS   : tst_QMenu::tearOff()
  PASS   : tst_QMenu::layoutDirection()
  PASS   : tst_QMenu::task208001_stylesheet()
  PASS   : tst_QMenu::activeSubMenuPosition()
  PASS   : tst_QMenu::task242454_sizeHint()
  PASS   : tst_QMenu::task176201_clear()
  PASS   : tst_QMenu::task250673_activeMultiColumnSubMenuPosition()
  PASS   : tst_QMenu::task256918_setFont()
  PASS   : tst_QMenu::menuSizeHint()
  PASS   : tst_QMenu::task258920_mouseBorder()
  PASS   : tst_QMenu::setFixedWidth()
  PASS   : tst_QMenu::deleteActionInTriggered()
  PASS   : tst_QMenu::pushButtonPopulateOnAboutToShow()
  PASS   : tst_QMenu::QTBUG7907_submenus_autoselect()
  PASS   : tst_QMenu::QTBUG7411_submenus_activate()
  PASS   : tst_QMenu::QTBUG30595_rtl_submenu()
  PASS   : tst_QMenu::QTBUG20403_nested_popup_on_shortcut_trigger()
  PASS   : tst_QMenu::QTBUG_10735_crashWithDialog()
  PASS   : tst_QMenu::cleanupTestCase()
  Totals: 38 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QMenu *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmenu: 9 seconds, exit code 1
  
  
  (tst_qgraphicsview:5470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QGraphicsView
  FAIL!  : tst_QGraphicsView::optimizationFlags_dontSavePainterState() '!parent->dirtyPainter' returned FALSE. ()
     Loc: [tst_qgraphicsview.cpp(2568)]
  Totals: 850 passed, 1 failed, 96 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qgraphicsview:5473): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5473): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5473): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5473): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QGraphicsView *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QGraphicsView::initTestCase()
  PASS   : tst_QGraphicsView::construction()
  PASS   : tst_QGraphicsView::renderHints()
  PASS   : tst_QGraphicsView::alignment()
  PASS   : tst_QGraphicsView::interactive()
  PASS   : tst_QGraphicsView::scene()
  PASS   : tst_QGraphicsView::setScene()
  PASS   : tst_QGraphicsView::deleteScene()
  PASS   : tst_QGraphicsView::sceneRect()
  PASS   : tst_QGraphicsView::sceneRect_growing()
  PASS   : tst_QGraphicsView::setSceneRect()
  PASS   : tst_QGraphicsView::viewport()
  PASS   : tst_QGraphicsView::dragMode_scrollHand()
  PASS   : tst_QGraphicsView::dragMode_rubberBand()
  PASS   : tst_QGraphicsView::rubberBandSelectionMode()
  PASS   : tst_QGraphicsView::backgroundBrush()
  PASS   : tst_QGraphicsView::foregroundBrush()
  PASS   : tst_QGraphicsView::matrix()
  PASS   : tst_QGraphicsView::matrix_convenience()
  PASS   : tst_QGraphicsView::matrix_combine()
  PASS   : tst_QGraphicsView::centerOnPoint()
  PASS   : tst_QGraphicsView::centerOnItem()
  PASS   : tst_QGraphicsView::ensureVisibleRect()
  PASS   : tst_QGraphicsView::fitInView()
  PASS   : tst_QGraphicsView::itemsAtPoint()
  PASS   : tst_QGraphicsView::itemsAtPosition(scaled + ignore transform, no hit)
  PASS   : tst_QGraphicsView::itemsAtPosition(scaled + ignore transform, hit)
  PASS   : tst_QGraphicsView::itemsAtPosition(rotated + scaled, no hit)
  PASS   : tst_QGraphicsView::itemsAtPosition(rotated + scaled, hit)
  PASS   : tst_QGraphicsView::itemsInRect()
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(nil)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(200, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 200, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(201, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 201, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(nil)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(200, 0, 100, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 200, 300, 100)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(201, 0, 99, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 201, 300, 99)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 300, 98)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 0, 98, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(202, 0, 98, 300)
  PASS   : tst_QGraphicsView::itemsInRect_cosmeticAdjust(0, 202, 300, 98)
  PASS   : tst_QGraphicsView::itemsInPoly()
  PASS   : tst_QGraphicsView::itemsInPath()
  PASS   : tst_QGraphicsView::itemAt()
  PASS   : tst_QGraphicsView::itemAt2()
  PASS   : tst_QGraphicsView::mapToScene()
  PASS   : tst_QGraphicsView::mapToScenePoint()
  PASS   : tst_QGraphicsView::mapToSceneRect(nil)
  PASS   : tst_QGraphicsView::mapToSceneRect(0, 0, 1, 1)
  (... 980 lines omitted; there are too many errors!)
  PASS   : tst_QGraphicsView::QTBUG_4151_clipAndIgnore(clip+ignore)
  PASS   : tst_QGraphicsView::QTBUG_5859_exposedRect()
  PASS   : tst_QGraphicsView::QTBUG_7438_cursor()
  PASS   : tst_QGraphicsView::hoverLeave()
  PASS   : tst_QGraphicsView::QTBUG_16063_microFocusRect()
  PASS   : tst_QGraphicsView::cleanupTestCase()
  Totals: 850 passed, 1 failed, 96 skipped
  ********* Finished testing of tst_QGraphicsView *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qgraphicsview: 91 seconds, exit code 1
  
  Testing tst_QApplication
  
  (tst_qapplication:3770): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3770): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3770): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3770): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  QFATAL : tst_QApplication::alert() Received signal 11
  FAIL!  : tst_QApplication::alert() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 3 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 3770]
  QtQA::App::TestRunner: [New LWP 3772]
  QtQA::App::TestRunner: [New LWP 3771]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qapplication -silent -o /work/build/_artifacts/test-logs/tst_qapplication'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007fd3994853a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0x7fd38a611700 (LWP 3771)):
  QtQA::App::TestRunner: #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
  QtQA::App::TestRunner: #1  0x00007fd39758e465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007fd398d0443f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007fd398d57811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007fd398d552b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007fd399239efc in start_thread (arg=0x7fd38a611700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007fd399533f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7fd389e10700 (LWP 3772)):
  QtQA::App::TestRunner: #0  0x00007fd399527e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007fd398d2ff68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007fd398d30792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007fd38faa4516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007fd398d552b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007fd399239efc in start_thread (arg=0x7fd389e10700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007fd399533f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7fd39bbb8760 (LWP 3770)):
  QtQA::App::TestRunner: #0  0x00007fd3994853a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007fd399488b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007fd399dd3f97 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:974
  QtQA::App::TestRunner: #3  0x00007fd399dd1b82 in TestNamespace::QMessageLogger::fatal (this=0x7fffcf97ce90, msg=0x7fd39ad854bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007fd39ad6e16f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007fd390be86dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007fd39b265afb in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0xaf9550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007fd39b266377 in TestNamespace::QGtkStylePrivate::addWidget (widget=0xaf9550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007fd39b264d2d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0xa5c6f0) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007fd39b263c86 in TestNamespace::QGtkStylePrivate::init (this=0xa5c6f0) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007fd39b23f1b1 in TestNamespace::QGtkStyle::QGtkStyle (this=0xa3e590) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007fd39b1c0efd in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007fd39b1358dd in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007fd39b134bcd in TestNamespace::QApplicationPrivate::initialize (this=0xa498a0) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007fd39b134a28 in TestNamespace::QApplicationPrivate::construct (this=0xa498a0) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007fd39b1349b1 in TestNamespace::QApplication::QApplication (this=0x7fffcf97d7d0, argc=@0x7fffcf97d7fc, argv=0x0, _internal=328448) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fffcf97e5d0) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fffcf97e5d0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fffcf97d910) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007fd39a05ad41 in TestNamespace::QMetaMethod::invoke (this=0x7fffcf97dbb0, object=0x7fffcf97e5d0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007fd39a05a1fd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcf97e5d0, member=0xbd6000 "alert", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #21 0x00007fd39ad711db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffcf97e5d0, member=0xbd6000 "alert", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #22 0x00007fd39ad6cf39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0xbd6000 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007fd39ad6d7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0xa4ac38 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007fd39ad6e052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffcf97e5d0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007fd39ad6e567 in TestNamespace::QTest::qExec (testObject=0x7fffcf97e5d0, argc=6, argv=0x7fffcf97e6d8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=6, argv=0x7fffcf97e6d8) at ../tst_qapplication.cpp:2303
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QApplication *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QApplication::initTestCase()
  
  (tst_qapplication:3775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3775): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  PASS   : tst_QApplication::sendEventsOnProcessEvents()
  PASS   : tst_QApplication::staticSetup()
  QFATAL : tst_QApplication::alert() Received signal 11
  FAIL!  : tst_QApplication::alert() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 3 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QApplication *********
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 3775]
  QtQA::App::TestRunner: [New LWP 3776]
  QtQA::App::TestRunner: [New LWP 3777]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qapplication -o /work/build/_artifacts/test-logs/tst_qapplication-testres'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007f86b95073a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0x7f86a9e92700 (LWP 3777)):
  QtQA::App::TestRunner: #0  0x00007f86b95a9e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f86b8db1f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f86b8db2792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f86afb26516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f86b8dd72b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f86b92bbefc in start_thread (arg=0x7f86a9e92700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f86b95b5f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f86aa693700 (LWP 3776)):
  QtQA::App::TestRunner: #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:216
  QtQA::App::TestRunner: #1  0x00007f86b7610465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f86b8d8643f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f86b8dd9811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f86b8dd72b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f86b92bbefc in start_thread (arg=0x7f86aa693700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f86b95b5f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f86bbc3a760 (LWP 3775)):
  QtQA::App::TestRunner: #0  0x00007f86b95073a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f86b950ab0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f86b9e55f97 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:974
  QtQA::App::TestRunner: #3  0x00007f86b9e53b82 in TestNamespace::QMessageLogger::fatal (this=0x7fff1893f010, msg=0x7f86bae074bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f86badf016f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f86b0c6a6dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007f86bb2e7afb in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x1579550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007f86bb2e8377 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x1579550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007f86bb2e6d2d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x14bc610) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007f86bb2e5c86 in TestNamespace::QGtkStylePrivate::init (this=0x14bc610) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007f86bb2c11b1 in TestNamespace::QGtkStyle::QGtkStyle (this=0x1589440) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007f86bb242efd in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007f86bb1b78dd in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007f86bb1b6bcd in TestNamespace::QApplicationPrivate::initialize (this=0x14c98a0) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007f86bb1b6a28 in TestNamespace::QApplicationPrivate::construct (this=0x14c98a0) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007f86bb1b69b1 in TestNamespace::QApplication::QApplication (this=0x7fff1893f930, argc=@0x7fff1893f95c, argv=0x0, _internal=328448) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fff18940730) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fff18940730, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff1893fa70) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007f86ba0dcd41 in TestNamespace::QMetaMethod::invoke (this=0x7fff1893fd10, object=0x7fff18940730, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007f86ba0dc1fd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff18940730, member=0x16608e0 "alert", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #21 0x00007f86badf31db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff18940730, member=0x16608e0 "alert", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #22 0x00007f86badeef39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x16608e0 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007f86badef7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x1618f68 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007f86badf0052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff18940730) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007f86badf0567 in TestNamespace::QTest::qExec (testObject=0x7fff18940730, argc=5, argv=0x7fff18940838) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=5, argv=0x7fff18940838) at ../tst_qapplication.cpp:2303
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qapplication: 21 seconds, signal 6
  
  
  (tst_qcolordialog:20529): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:20529): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:20529): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:20529): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QColorDialog
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 20529]
  QtQA::App::TestRunner: [New LWP 20531]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qcolordialog -silent -o /work/build/_artifacts/test-logs/tst_qcolordialog'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007f9fdc8803a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f9fcc56d700 (LWP 20531)):
  QtQA::App::TestRunner: #0  0x00007f9fdc922e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f9fdc12af68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f9fdc12b792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f9fd2e9f516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f9fdc1502b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f9fdc634efc in start_thread (arg=0x7f9fcc56d700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f9fdc92ef4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f9fdefb3760 (LWP 20529)):
  QtQA::App::TestRunner: #0  0x00007f9fdc8803a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f9fdc883b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f9fdd1cef97 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:974
  QtQA::App::TestRunner: #3  0x00007f9fdd1ccb82 in TestNamespace::QMessageLogger::fatal (this=0x7fffb1aae4d0, msg=0x7f9fde1804bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f9fde16916f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f9fdc922e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f9fdc12af68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f9fdc12b792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f9fd3fe71bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f9fd4572b15 in TestNamespace::QGtk2Dialog::exec (this=0x20997d0) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f9fd4572fc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0x7f9fc401a7f0) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f9fde7b81d0 in TestNamespace::QDialog::exec (this=0x7fffb1aaebf0) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f9fde7b49d1 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f9fde7b4a55 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fffb1aaecbf, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fffb1ab08e0) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fffb1ab08e0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x7f9fc400b630) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f9fdd484e21 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x7f9fc400bc90, object=0x7fffb1ab08e0) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f9fdd485dda in TestNamespace::QObject::event (this=0x7fffb1ab08e0, e=0x7f9fc400bc90) at kernel/qobject.cpp:1092
  QtQA::App::TestRunner: #19 0x00007f9fde538694 in TestNamespace::QApplicationPrivate::notify_helper (this=0x1e99ea0, receiver=0x7fffb1ab08e0, e=0x7f9fc400bc90) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f9fde535c9d in TestNamespace::QApplication::notify (this=0x7fffb1ab08d0, receiver=0x7fffb1ab08e0, e=0x7f9fc400bc90) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f9fdd44973a in TestNamespace::QCoreApplication::notifyInternal (this=0x7fffb1ab08d0, receiver=0x7fffb1ab08e0, event=0x7f9fc400bc90) at kernel/qcoreapplication.cpp:883
  QtQA::App::TestRunner: #22 0x00007f9fdd44d409 in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fffb1ab08e0, event=0x7f9fc400bc90) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f9fdd44a83a in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x1e99400) at kernel/qcoreapplication.cpp:1487
  QtQA::App::TestRunner: #24 0x00007f9fdd44a3fb in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1345
  QtQA::App::TestRunner: #25 0x00007f9fdd4c182c in TestNamespace::postEventSourceDispatch (s=0x1f4b340) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f9fdc12aa5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f9fdc12b258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f9fdc12b429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f9fdd4c2091 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x1f691a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f9fd76ef3da in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0x1f691a0, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f9fdd446264 in TestNamespace::QEventLoop::processEvents (this=0x7fffb1aafa80, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f9fdd44653d in TestNamespace::QEventLoop::exec (this=0x7fffb1aafa80, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f9fdd449df2 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1136
  QtQA::App::TestRunner: #34 0x00007f9fdda8647c in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1324
  QtQA::App::TestRunner: #35 0x00007f9fde535563 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fffb1ab08e0) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fffb1ab08e0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffb1aafc10) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f9fdd455d41 in TestNamespace::QMetaMethod::invoke (this=0x7fffb1aafeb0, object=0x7fffb1ab08e0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f9fdd4551fd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffb1ab08e0, member=0x7f9fc400bd50 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #40 0x00007f9fde16c1db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffb1ab08e0, member=0x7f9fc400bd50 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #41 0x00007f9fde167f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x7f9fc400bd50 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f9fde1687b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x7f9fc400c508 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f9fde169052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffb1ab08e0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f9fde169567 in TestNamespace::QTest::qExec (testObject=0x7fffb1ab08e0, argc=6, argv=0x7fffb1ab09e8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=6, argv=0x7fffb1ab09e8) at tst_qcolordialog.cpp:173
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qcolordialog:1240): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:1240): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:1240): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:1240): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QColorDialog *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QColorDialog::initTestCase()
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: core file may not match specified executable file.
  QtQA::App::TestRunner: [New LWP 1240]
  QtQA::App::TestRunner: [New LWP 1242]
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: warning: Can't read pathname for load map: Input/output error.
  QtQA::App::TestRunner: [Thread debugging using libthread_db enabled]
  QtQA::App::TestRunner: Core was generated by `./tst_qcolordialog -o /work/build/_artifacts/test-logs/tst_qcolordialog-testres'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0x00007fa5aac4b3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: 64	../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  QtQA::App::TestRunner: 	in ../nptl/sysdeps/unix/sysv/linux/raise.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7fa59b5d6700 (LWP 1242)):
  QtQA::App::TestRunner: #0  0x00007fa5aacede23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007fa5aa4f5f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007fa5aa4f6792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007fa5a126a516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007fa5aa51b2b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007fa5aa9ffefc in start_thread (arg=0x7fa59b5d6700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007fa5aacf9f4d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #7  0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7fa5ad37e760 (LWP 1240)):
  QtQA::App::TestRunner: #0  0x00007fa5aac4b3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007fa5aac4eb0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007fa5ab599f97 in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:974
  QtQA::App::TestRunner: #3  0x00007fa5ab597b82 in TestNamespace::QMessageLogger::fatal (this=0x7fffd890c6d0, msg=0x7fa5ac54b4bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007fa5ac53416f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007fa5aacede23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007fa5aa4f5f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007fa5aa4f6792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007fa5a23b21bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007fa5a293db15 in TestNamespace::QGtk2Dialog::exec (this=0xc75710) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007fa5a293dfc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0xc74720) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007fa5acb831d0 in TestNamespace::QDialog::exec (this=0x7fffd890cde0) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007fa5acb7f9d1 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007fa5acb7fa55 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fffd890ceaf, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fffd890ead0) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fffd890ead0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0xc63c30) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007fa5ab84fe21 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0xc65bf0, object=0x7fffd890ead0) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007fa5ab850dda in TestNamespace::QObject::event (this=0x7fffd890ead0, e=0xc65bf0) at kernel/qobject.cpp:1092
  QtQA::App::TestRunner: #19 0x00007fa5ac903694 in TestNamespace::QApplicationPrivate::notify_helper (this=0xa9dea0, receiver=0x7fffd890ead0, e=0xc65bf0) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007fa5ac900c9d in TestNamespace::QApplication::notify (this=0x7fffd890eac0, receiver=0x7fffd890ead0, e=0xc65bf0) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007fa5ab81473a in TestNamespace::QCoreApplication::notifyInternal (this=0x7fffd890eac0, receiver=0x7fffd890ead0, event=0xc65bf0) at kernel/qcoreapplication.cpp:883
  QtQA::App::TestRunner: #22 0x00007fa5ab818409 in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fffd890ead0, event=0xc65bf0) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007fa5ab81583a in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xa9d400) at kernel/qcoreapplication.cpp:1487
  QtQA::App::TestRunner: #24 0x00007fa5ab8153fb in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1345
  QtQA::App::TestRunner: #25 0x00007fa5ab88c82c in TestNamespace::postEventSourceDispatch (s=0xb4f340) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007fa5aa4f5a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007fa5aa4f6258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007fa5aa4f6429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007fa5ab88d091 in TestNamespace::QEventDispatcherGlib::processEvents (this=0xb6d1a0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007fa5a5aba3da in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0xb6d1a0, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007fa5ab811264 in TestNamespace::QEventLoop::processEvents (this=0x7fffd890dc70, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007fa5ab81153d in TestNamespace::QEventLoop::exec (this=0x7fffd890dc70, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007fa5ab814df2 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1136
  QtQA::App::TestRunner: #34 0x00007fa5abe5147c in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1324
  QtQA::App::TestRunner: #35 0x00007fa5ac900563 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fffd890ead0) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fffd890ead0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffd890de00) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007fa5ab820d41 in TestNamespace::QMetaMethod::invoke (this=0x7fffd890e0a0, object=0x7fffd890ead0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007fa5ab8201fd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffd890ead0, member=0xc63bf0 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1464
  QtQA::App::TestRunner: #40 0x00007fa5ac5371db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffd890ead0, member=0xc63bf0 "defaultOkButton", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:395
  QtQA::App::TestRunner: #41 0x00007fa5ac532f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0xc63bf0 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007fa5ac5337b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0xc63a88 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007fa5ac534052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffd890ead0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007fa5ac534567 in TestNamespace::QTest::qExec (testObject=0x7fffd890ead0, argc=5, argv=0x7fffd890ebd8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=5, argv=0x7fffd890ebd8) at tst_qcolordialog.cpp:173
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qcolordialog: 923 seconds, signal 6
  
  
  (tst_qtabbar:27164): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:27164): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:27164): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:27164): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QTabBar
  FAIL!  : tst_QTabBar::sizeHints() 'tabBar.minimumSizeHint().width() > 700' returned FALSE. ()
     Loc: [tst_qtabbar.cpp(306)]
  Totals: 72 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qtabbar:27167): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:27167): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:27167): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:27167): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QTabBar *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QTabBar::initTestCase()
  PASS   : tst_QTabBar::getSetCheck()
  PASS   : tst_QTabBar::setIconSize(default)
  PASS   : tst_QTabBar::setIconSize(zero)
  PASS   : tst_QTabBar::setIconSize(same as default)
  PASS   : tst_QTabBar::setIconSize(large)
  PASS   : tst_QTabBar::setIconSize(small)
  PASS   : tst_QTabBar::testCurrentChanged(pressAntotherTab)
  PASS   : tst_QTabBar::testCurrentChanged(pressTheSameTab)
  PASS   : tst_QTabBar::insertAtCurrentIndex()
  PASS   : tst_QTabBar::removeTab(deleteEnd)
  PASS   : tst_QTabBar::removeTab(deleteEndWithIndexOnEnd)
  PASS   : tst_QTabBar::removeTab(deleteMiddle)
  PASS   : tst_QTabBar::removeTab(deleteMiddleOnMiddle)
  PASS   : tst_QTabBar::setElideMode(default)
  PASS   : tst_QTabBar::setElideMode(explicit default)
  PASS   : tst_QTabBar::setElideMode(None)
  PASS   : tst_QTabBar::setElideMode(Left)
  PASS   : tst_QTabBar::setElideMode(Center)
  PASS   : tst_QTabBar::setElideMode(Right)
  FAIL!  : tst_QTabBar::sizeHints() 'tabBar.minimumSizeHint().width() > 700' returned FALSE. ()
     Loc: [tst_qtabbar.cpp(306)]
  PASS   : tst_QTabBar::setUsesScrollButtons(default)
  PASS   : tst_QTabBar::setUsesScrollButtons(explicit default)
  PASS   : tst_QTabBar::setUsesScrollButtons(No)
  PASS   : tst_QTabBar::setUsesScrollButtons(Yes)
  PASS   : tst_QTabBar::removeLastTab()
  PASS   : tst_QTabBar::closeButton()
  PASS   : tst_QTabBar::tabButton(left)
  PASS   : tst_QTabBar::tabButton(right)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-1)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-2)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-3)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-4)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-5)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-6)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-7)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-8)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(left-9)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-1)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-2)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-3)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-4)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-5)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-6)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-7)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-8)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(right-9)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-0)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-1)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-2)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-3)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-4)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-5)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-6)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-7)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-8)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-9)
  PASS   : tst_QTabBar::selectionBehaviorOnRemove(previous-10)
  PASS   : tst_QTabBar::moveTab(null-0)
  PASS   : tst_QTabBar::moveTab(null-1)
  PASS   : tst_QTabBar::moveTab(null-2)
  PASS   : tst_QTabBar::moveTab(two-0)
  PASS   : tst_QTabBar::moveTab(two-1)
  PASS   : tst_QTabBar::moveTab(five-0)
  PASS   : tst_QTabBar::moveTab(five-1)
  PASS   : tst_QTabBar::moveTab(five-2)
  PASS   : tst_QTabBar::moveTab(five-3)
  PASS   : tst_QTabBar::moveTab(five-4)
  PASS   : tst_QTabBar::task251184_removeTab()
  PASS   : tst_QTabBar::changeTitleWhileDoubleClickingTab()
  PASS   : tst_QTabBar::taskQTBUG_10052_widgetLayoutWhenMoving()
  PASS   : tst_QTabBar::tabBarClicked()
  PASS   : tst_QTabBar::cleanupTestCase()
  Totals: 72 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QTabBar *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qtabbar: 0.734313 seconds, exit code 1
  
  
  (tst_qfontdialog:20710): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:20710): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:20710): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:20710): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QFontDialog
  
  (tst_qfontdialog:20710): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
  FAIL!  : tst_QFontDialog::setFont() Compared values are not the same
     Actual   (QFontInfo(f2).pointSize()): 10
     Expected (QFontInfo(f1).pointSize()): 24
     Loc: [tst_qfontdialog.cpp(167)]
  Totals: 4 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  
  (tst_qfontdialog:20715): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:20715): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:20715): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:20715): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QFontDialog *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QFontDialog::initTestCase()
  PASS   : tst_QFontDialog::defaultOkButton()
  
  (tst_qfontdialog:20715): Pango-CRITICAL **: pango_font_description_set_size: assertion `size >= 0' failed
  FAIL!  : tst_QFontDialog::setFont() Compared values are not the same
     Actual   (QFontInfo(f2).pointSize()): 10
     Expected (QFontInfo(f1).pointSize()): 24
     Loc: [tst_qfontdialog.cpp(167)]
  PASS   : tst_QFontDialog::task256466_wrongStyle()
  PASS   : tst_QFontDialog::cleanupTestCase()
  Totals: 4 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QFontDialog *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qfontdialog: 9 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_02061/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/dev_1381395401):
    http://codereview.qt-project.org/67388 [PS1] - WinRT: Improve orientation handling
    http://codereview.qt-project.org/67389 [PS1] - WinRT QPA: Fix touch release on phone
    http://codereview.qt-project.org/64457 [PS12] - Added initial file system support for winrt
    http://codereview.qt-project.org/67737 [PS2] - WinRT: Adopt new event dispatcher approach for WinRT plugin



More information about the Ci-reports mailing list