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

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


eight autotests failed :(

  
  (tst_qtableview:8873): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8873): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8873): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8873): 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:8878): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8878): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8878): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:8878): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QTableView *********
  Config: Using QtTest library 5.2.0, Qt 5.2.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: 15 seconds, exit code 2
  
  
  (tst_qmenubar:6604): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:6604): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:6604): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:6604): 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:6607): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:6607): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:6607): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:6607): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QMenuBar *********
  Config: Using QtTest library 5.2.0, Qt 5.2.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:6597): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:6597): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:6597): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:6597): 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:6600): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:6600): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:6600): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:6600): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QMenu *********
  Config: Using QtTest library 5.2.0, Qt 5.2.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:5304): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5304): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5304): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5304): 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:5307): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5307): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5307): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:5307): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QGraphicsView *********
  Config: Using QtTest library 5.2.0, Qt 5.2.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: 120 seconds, exit code 1
  
  Testing tst_QApplication
  
  (tst_qapplication:3465): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3465): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3465): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3465): 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 3465]
  QtQA::App::TestRunner: [New LWP 3466]
  QtQA::App::TestRunner: [New LWP 3467]
  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  0x00007f5cccce33a5 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 0x7f5cbd66e700 (LWP 3467)):
  QtQA::App::TestRunner: #0  0x00007f5cccd85e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f5ccc58df68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f5ccc58e792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f5cc3582516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f5ccc5b32b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f5ccca97efc in start_thread (arg=0x7f5cbd66e700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f5cccd91f4d 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 0x7f5cbde6f700 (LWP 3466)):
  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  0x00007f5ccadec465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f5ccc56243f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f5ccc5b5811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f5ccc5b32b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f5ccca97efc in start_thread (arg=0x7f5cbde6f700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f5cccd91f4d 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 0x7f5ccf418760 (LWP 3465)):
  QtQA::App::TestRunner: #0  0x00007f5cccce33a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f5cccce6b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f5ccd631e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f5ccd62f9f6 in TestNamespace::QMessageLogger::fatal (this=0x7ffff8965110, msg=0x7f5cce5e54bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f5cce5ce16f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f5cc46c66dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007f5cceac5b6b in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x2638550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007f5cceac63e7 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x2638550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007f5cceac4d9d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x2637e40) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007f5cceac3cf6 in TestNamespace::QGtkStylePrivate::init (this=0x2637e40) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007f5ccea9f221 in TestNamespace::QGtkStyle::QGtkStyle (this=0x2637a50) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007f5ccea20f6d in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007f5cce99594d in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007f5cce994c3d in TestNamespace::QApplicationPrivate::initialize (this=0x2580b40) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007f5cce994a98 in TestNamespace::QApplicationPrivate::construct (this=0x2580b40) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007f5cce994a21 in TestNamespace::QApplication::QApplication (this=0x7ffff8965a40, argc=@0x7ffff8965a6c, argv=0x0, _internal=328192) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7ffff8966840) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7ffff8966840, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7ffff8965b80) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007f5ccd8b8d01 in TestNamespace::QMetaMethod::invoke (this=0x7ffff8965e20, object=0x7ffff8966840, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007f5ccd8b81bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7ffff8966840, member=0x2731880 "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 0x00007f5cce5d11db in TestNamespace::QMetaObject::invokeMethod (obj=0x7ffff8966840, member=0x2731880 "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 0x00007f5cce5ccf39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x2731880 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007f5cce5cd7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x26556e8 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007f5cce5ce052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7ffff8966840) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007f5cce5ce567 in TestNamespace::QTest::qExec (testObject=0x7ffff8966840, argc=6, argv=0x7ffff8966948) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=6, argv=0x7ffff8966948) 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.2.0, Qt 5.2.0
  PASS   : tst_QApplication::initTestCase()
  
  (tst_qapplication:3470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3470): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:3470): 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 3470]
  QtQA::App::TestRunner: [New LWP 3471]
  QtQA::App::TestRunner: [New LWP 3472]
  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  0x00007fce040fb3a5 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 0x7fcdf4a86700 (LWP 3472)):
  QtQA::App::TestRunner: #0  0x00007fce0419de23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007fce039a5f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007fce039a6792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007fcdfa99a516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007fce039cb2b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007fce03eafefc in start_thread (arg=0x7fcdf4a86700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007fce041a9f4d 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 0x7fcdf5287700 (LWP 3471)):
  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  0x00007fce02204465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007fce0397a43f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007fce039cd811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007fce039cb2b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007fce03eafefc in start_thread (arg=0x7fcdf5287700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007fce041a9f4d 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 0x7fce06830760 (LWP 3470)):
  QtQA::App::TestRunner: #0  0x00007fce040fb3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007fce040feb0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007fce04a49e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007fce04a479f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff1395e9d0, msg=0x7fce059fd4bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007fce059e616f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007fcdfbade6dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007fce05eddb6b in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x2456550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007fce05ede3e7 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x2456550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007fce05edcd9d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x239d970) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007fce05edbcf6 in TestNamespace::QGtkStylePrivate::init (this=0x239d970) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007fce05eb7221 in TestNamespace::QGtkStyle::QGtkStyle (this=0x23a0930) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007fce05e38f6d in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007fce05dad94d in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007fce05dacc3d in TestNamespace::QApplicationPrivate::initialize (this=0x251f790) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007fce05daca98 in TestNamespace::QApplicationPrivate::construct (this=0x251f790) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007fce05daca21 in TestNamespace::QApplication::QApplication (this=0x7fff1395f2e0, argc=@0x7fff1395f30c, argv=0x0, _internal=328192) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fff139600e0) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fff139600e0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff1395f420) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007fce04cd0d01 in TestNamespace::QMetaMethod::invoke (this=0x7fff1395f6c0, object=0x7fff139600e0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007fce04cd01bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff139600e0, member=0x2545d40 "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 0x00007fce059e91db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff139600e0, member=0x2545d40 "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 0x00007fce059e4f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x2545d40 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007fce059e57b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x2506508 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007fce059e6052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff139600e0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007fce059e6567 in TestNamespace::QTest::qExec (testObject=0x7fff139600e0, argc=5, argv=0x7fff139601e8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=5, argv=0x7fff139601e8) 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:15087): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:15087): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:15087): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:15087): 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 15087]
  QtQA::App::TestRunner: [New LWP 15089]
  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  0x00007f1e031c03a5 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 0x7f1df2ead700 (LWP 15089)):
  QtQA::App::TestRunner: #0  0x00007f1e03262e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f1e02a6af68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f1e02a6b792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f1df9a5f516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f1e02a902b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f1e02f74efc in start_thread (arg=0x7f1df2ead700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f1e0326ef4d 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 0x7f1e058f5760 (LWP 15087)):
  QtQA::App::TestRunner: #0  0x00007f1e031c03a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f1e031c3b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f1e03b0ee1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f1e03b0c9f6 in TestNamespace::QMessageLogger::fatal (this=0x7fffe8085a10, msg=0x7f1e04ac24bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f1e04aab16f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f1e03262e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f1e02a6af68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f1e02a6b792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f1dfaba71bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f1dfb132b15 in TestNamespace::QGtk2Dialog::exec (this=0x14f6310) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f1dfb132fc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0x14f50b0) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f1e050fa260 in TestNamespace::QDialog::exec (this=0x7fffe8086120) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f1e050f6a61 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f1e050f6ae5 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fffe80861ef, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fffe8087e10) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fffe8087e10, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x14e48f0) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f1e03dc4de1 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x14e68d0, object=0x7fffe8087e10) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f1e03dc5d9a in TestNamespace::QObject::event (this=0x7fffe8087e10, e=0x14e68d0) at kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #19 0x00007f1e04e7a704 in TestNamespace::QApplicationPrivate::notify_helper (this=0x1301010, receiver=0x7fffe8087e10, e=0x14e68d0) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f1e04e77d0d in TestNamespace::QApplication::notify (this=0x7fffe8087e00, receiver=0x7fffe8087e10, e=0x14e68d0) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f1e03d896fc in TestNamespace::QCoreApplication::notifyInternal (this=0x7fffe8087e00, receiver=0x7fffe8087e10, event=0x14e68d0) at kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #22 0x00007f1e03d8d3cb in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fffe8087e10, event=0x14e68d0) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f1e03d8a7fc in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x13003b0) at kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #24 0x00007f1e03d8a3bd in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #25 0x00007f1e03e019b8 in TestNamespace::postEventSourceDispatch (s=0x13b1090) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f1e02a6aa5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f1e02a6b258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f1e02a6b429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f1e03e0221d in TestNamespace::QEventDispatcherGlib::processEvents (this=0x13cee40, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f1dfe02f85e in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0x13cee40, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f1e03d86204 in TestNamespace::QEventLoop::processEvents (this=0x7fffe8086fb0, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f1e03d864dd in TestNamespace::QEventLoop::exec (this=0x7fffe8086fb0, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f1e03d89db4 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #34 0x00007f1e043c76e0 in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #35 0x00007f1e04e775d3 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fffe8087e10) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fffe8087e10, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffe8087140) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f1e03d95d01 in TestNamespace::QMetaMethod::invoke (this=0x7fffe80873e0, object=0x7fffe8087e10, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f1e03d951bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffe8087e10, member=0x14e48b0 "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 0x00007f1e04aae1db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffe8087e10, member=0x14e48b0 "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 0x00007f1e04aa9f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x14e48b0 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f1e04aaa7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x14e4748 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f1e04aab052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffe8087e10) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f1e04aab567 in TestNamespace::QTest::qExec (testObject=0x7fffe8087e10, argc=6, argv=0x7fffe8087f18) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=6, argv=0x7fffe8087f18) 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:621): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:621): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:621): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:621): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QColorDialog *********
  Config: Using QtTest library 5.2.0, Qt 5.2.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 621]
  QtQA::App::TestRunner: [New LWP 623]
  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  0x00007f6adc84e3a5 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 0x7f6acd1d9700 (LWP 623)):
  QtQA::App::TestRunner: #0  0x00007f6adc8f0e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f6adc0f8f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f6adc0f9792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f6ad30ed516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f6adc11e2b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f6adc602efc in start_thread (arg=0x7f6acd1d9700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f6adc8fcf4d 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 0x7f6adef83760 (LWP 621)):
  QtQA::App::TestRunner: #0  0x00007f6adc84e3a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f6adc851b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f6add19ce1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f6add19a9f6 in TestNamespace::QMessageLogger::fatal (this=0x7fffdb2d6ad0, msg=0x7f6ade1504bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f6ade13916f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f6adc8f0e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f6adc0f8f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f6adc0f9792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f6ad42351bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f6ad47c0b15 in TestNamespace::QGtk2Dialog::exec (this=0x2789eb0) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f6ad47c0fc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0x2788c50) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f6ade788260 in TestNamespace::QDialog::exec (this=0x7fffdb2d71e0) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f6ade784a61 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f6ade784ae5 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fffdb2d72af, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fffdb2d8ed0) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fffdb2d8ed0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x27782a0) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f6add452de1 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x277a250, object=0x7fffdb2d8ed0) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f6add453d9a in TestNamespace::QObject::event (this=0x7fffdb2d8ed0, e=0x277a250) at kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #19 0x00007f6ade508704 in TestNamespace::QApplicationPrivate::notify_helper (this=0x25bb010, receiver=0x7fffdb2d8ed0, e=0x277a250) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f6ade505d0d in TestNamespace::QApplication::notify (this=0x7fffdb2d8ec0, receiver=0x7fffdb2d8ed0, e=0x277a250) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f6add4176fc in TestNamespace::QCoreApplication::notifyInternal (this=0x7fffdb2d8ec0, receiver=0x7fffdb2d8ed0, event=0x277a250) at kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #22 0x00007f6add41b3cb in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fffdb2d8ed0, event=0x277a250) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f6add4187fc in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x25ba3b0) at kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #24 0x00007f6add4183bd in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #25 0x00007f6add48f9b8 in TestNamespace::postEventSourceDispatch (s=0x266b090) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f6adc0f8a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f6adc0f9258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f6adc0f9429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f6add49021d in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2688e40, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f6ad76bd85e in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0x2688e40, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f6add414204 in TestNamespace::QEventLoop::processEvents (this=0x7fffdb2d8070, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f6add4144dd in TestNamespace::QEventLoop::exec (this=0x7fffdb2d8070, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f6add417db4 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #34 0x00007f6adda556e0 in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #35 0x00007f6ade5055d3 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fffdb2d8ed0) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fffdb2d8ed0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffdb2d8200) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f6add423d01 in TestNamespace::QMetaMethod::invoke (this=0x7fffdb2d84a0, object=0x7fffdb2d8ed0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f6add4231bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffdb2d8ed0, member=0x277a100 "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 0x00007f6ade13c1db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffdb2d8ed0, member=0x277a100 "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 0x00007f6ade137f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x277a100 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f6ade1387b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x2778118 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f6ade139052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffdb2d8ed0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f6ade139567 in TestNamespace::QTest::qExec (testObject=0x7fffdb2d8ed0, argc=5, argv=0x7fffdb2d8fd8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=5, argv=0x7fffdb2d8fd8) 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:22539): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:22539): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:22539): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:22539): 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:22542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:22542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:22542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:22542): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QTabBar *********
  Config: Using QtTest library 5.2.0, Qt 5.2.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.643797 seconds, exit code 1
  
  
  (tst_qfontdialog:15269): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:15269): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:15269): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:15269): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QFontDialog
  
  (tst_qfontdialog:15269): 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:15274): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:15274): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:15274): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:15274): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  ********* Start testing of tst_QFontDialog *********
  Config: Using QtTest library 5.2.0, Qt 5.2.0
  PASS   : tst_QFontDialog::initTestCase()
  PASS   : tst_QFontDialog::defaultOkButton()
  
  (tst_qfontdialog:15274): 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: 10 seconds, exit code 1

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

  Tested changes (refs/builds/stable_1381397212):
    http://codereview.qt-project.org/65741 [PS3] - Only emit messageChanged() if the message has actually changed
    http://codereview.qt-project.org/67692 [PS4] - eglfs: Show the mouse cursor when a mouse is connected



More information about the Ci-reports mailing list