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

Qt Continuous Integration System ci-noreply at qt-project.org
Fri Oct 11 11:57:06 CEST 2013


eight autotests failed :(

  
  (tst_qtableview:14110): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:14110): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:14110): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:14110): 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:14114): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:14114): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:14114): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtableview:14114): 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: 17 seconds, exit code 2
  
  
  (tst_qmenubar:12226): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:12226): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:12226): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:12226): 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:12229): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:12229): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:12229): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenubar:12229): 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:12218): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:12218): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:12218): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:12218): 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:12221): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:12221): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:12221): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qmenu:12221): 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:10608): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:10608): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:10608): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:10608): 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:10612): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:10612): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:10612): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qgraphicsview:10612): 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: 90 seconds, exit code 1
  
  Testing tst_QApplication
  
  (tst_qapplication:8905): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:8905): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:8905): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:8905): 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 8905]
  QtQA::App::TestRunner: [New LWP 8906]
  QtQA::App::TestRunner: [New LWP 8907]
  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  0x00007f0e852d73a5 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 0x7f0e75c62700 (LWP 8907)):
  QtQA::App::TestRunner: #0  0x00007f0e85379e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f0e84b81f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f0e84b82792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f0e7bb76516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f0e84ba72b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f0e8508befc in start_thread (arg=0x7f0e75c62700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f0e85385f4d 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 0x7f0e76463700 (LWP 8906)):
  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  0x00007f0e833e0465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f0e84b5643f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f0e84ba9811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f0e84ba72b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f0e8508befc in start_thread (arg=0x7f0e76463700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f0e85385f4d 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 0x7f0e87a0c760 (LWP 8905)):
  QtQA::App::TestRunner: #0  0x00007f0e852d73a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f0e852dab0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f0e85c25e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f0e85c239f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff6bec7790, msg=0x7f0e86bd94bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f0e86bc216f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f0e7ccba6dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007f0e870b9b6b in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x1e1e550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007f0e870ba3e7 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x1e1e550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007f0e870b8d9d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x1d77440) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007f0e870b7cf6 in TestNamespace::QGtkStylePrivate::init (this=0x1d77440) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007f0e87093221 in TestNamespace::QGtkStyle::QGtkStyle (this=0x1e20b40) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007f0e87014f6d in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007f0e86f8994d in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007f0e86f88c3d in TestNamespace::QApplicationPrivate::initialize (this=0x1ea5670) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007f0e86f88a98 in TestNamespace::QApplicationPrivate::construct (this=0x1ea5670) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007f0e86f88a21 in TestNamespace::QApplication::QApplication (this=0x7fff6bec80c0, argc=@0x7fff6bec80ec, argv=0x0, _internal=328192) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fff6bec8ec0) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fff6bec8ec0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff6bec8200) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007f0e85eacd01 in TestNamespace::QMetaMethod::invoke (this=0x7fff6bec84a0, object=0x7fff6bec8ec0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007f0e85eac1bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff6bec8ec0, member=0x1f0c450 "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 0x00007f0e86bc51db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff6bec8ec0, member=0x1f0c450 "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 0x00007f0e86bc0f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x1f0c450 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007f0e86bc17b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x1e3b6e8 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007f0e86bc2052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff6bec8ec0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007f0e86bc2567 in TestNamespace::QTest::qExec (testObject=0x7fff6bec8ec0, argc=6, argv=0x7fff6bec8fc8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=6, argv=0x7fff6bec8fc8) 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:8910): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:8910): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:8910): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qapplication:8910): 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 8910]
  QtQA::App::TestRunner: [New LWP 8912]
  QtQA::App::TestRunner: [New LWP 8911]
  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  0x00007f395b8033a5 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 0x7f394c98f700 (LWP 8911)):
  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  0x00007f395990c465 in ?? () from /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f395b08243f in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f395b0d5811 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f395b0d32b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f395b5b7efc in start_thread (arg=0x7f394c98f700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f395b8b1f4d 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 0x7f3947fff700 (LWP 8912)):
  QtQA::App::TestRunner: #0  0x00007f395b8a5e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f395b0adf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f395b0ae792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f39520a2516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f395b0d32b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f395b5b7efc in start_thread (arg=0x7f3947fff700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f395b8b1f4d 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 0x7f395df38760 (LWP 8910)):
  QtQA::App::TestRunner: #0  0x00007f395b8033a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f395b806b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f395c151e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f395c14f9f6 in TestNamespace::QMessageLogger::fatal (this=0x7fff87057090, msg=0x7f395d1054bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f395d0ee16f in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f39531e66dc in gtk_container_add () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #7  0x00007f395d5e5b6b in TestNamespace::QGtkStylePrivate::setupGtkWidget (widget=0x1f39550) at styles/qgtkstyle_p.cpp:749
  QtQA::App::TestRunner: #8  0x00007f395d5e63e7 in TestNamespace::QGtkStylePrivate::addWidget (widget=0x1f39550) at styles/qgtkstyle_p.cpp:840
  QtQA::App::TestRunner: #9  0x00007f395d5e4d9d in TestNamespace::QGtkStylePrivate::initGtkWidgets (this=0x1e89610) at styles/qgtkstyle_p.cpp:556
  QtQA::App::TestRunner: #10 0x00007f395d5e3cf6 in TestNamespace::QGtkStylePrivate::init (this=0x1e89610) at styles/qgtkstyle_p.cpp:299
  QtQA::App::TestRunner: #11 0x00007f395d5bf221 in TestNamespace::QGtkStyle::QGtkStyle (this=0x1fcad80) at styles/qgtkstyle.cpp:333
  QtQA::App::TestRunner: #12 0x00007f395d540f6d in TestNamespace::QStyleFactory::create (key=...) at styles/qstylefactory.cpp:156
  QtQA::App::TestRunner: #13 0x00007f395d4b594d in TestNamespace::QApplication::style () at kernel/qapplication.cpp:983
  QtQA::App::TestRunner: #14 0x00007f395d4b4c3d in TestNamespace::QApplicationPrivate::initialize (this=0x1e81b40) at kernel/qapplication.cpp:603
  QtQA::App::TestRunner: #15 0x00007f395d4b4a98 in TestNamespace::QApplicationPrivate::construct (this=0x1e81b40) at kernel/qapplication.cpp:555
  QtQA::App::TestRunner: #16 0x00007f395d4b4a21 in TestNamespace::QApplication::QApplication (this=0x7fff870579c0, argc=@0x7fff870579ec, argv=0x0, _internal=328192) at kernel/qapplication.cpp:541
  QtQA::App::TestRunner: #17 0x0000000000411b62 in tst_QApplication::alert (this=0x7fff870587c0) at ../tst_qapplication.cpp:300
  QtQA::App::TestRunner: #18 0x0000000000422d9d in tst_QApplication::qt_static_metacall (_o=0x7fff870587c0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=5, _a=0x7fff87057b00) at .moc/debug-shared/tst_qapplication.moc:211
  QtQA::App::TestRunner: #19 0x00007f395c3d8d01 in TestNamespace::QMetaMethod::invoke (this=0x7fff87057da0, object=0x7fff870587c0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #20 0x00007f395c3d81bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff870587c0, member=0x201fea0 "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 0x00007f395d0f11db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fff870587c0, member=0x201fea0 "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 0x00007f395d0ecf39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x201fea0 "alert") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #23 0x00007f395d0ed7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x1e8e788 "alert()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #24 0x00007f395d0ee052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fff870587c0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #25 0x00007f395d0ee567 in TestNamespace::QTest::qExec (testObject=0x7fff870587c0, argc=5, argv=0x7fff870588c8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #26 0x0000000000422cb4 in main (argc=5, argv=0x7fff870588c8) 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: 24 seconds, signal 6
  
  
  (tst_qcolordialog:18639): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:18639): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:18639): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:18639): 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 18639]
  QtQA::App::TestRunner: [New LWP 18641]
  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  0x00007f96356933a5 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 0x7f9625e1b700 (LWP 18641)):
  QtQA::App::TestRunner: #0  0x00007f9635735e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f9634f3df68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f9634f3e792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f962bf32516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f9634f632b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f9635447efc in start_thread (arg=0x7f9625e1b700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f9635741f4d 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 0x7f9637dc8760 (LWP 18639)):
  QtQA::App::TestRunner: #0  0x00007f96356933a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f9635696b0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f9635fe1e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f9635fdf9f6 in TestNamespace::QMessageLogger::fatal (this=0x7fffff298950, msg=0x7f9636f954bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f9636f7e16f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f9635735e23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f9634f3df68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f9634f3e792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f962d07a1bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f962d605b15 in TestNamespace::QGtk2Dialog::exec (this=0x2172650) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f962d605fc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0x21713f0) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f96375cd240 in TestNamespace::QDialog::exec (this=0x7fffff299040) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f96375c9a41 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f96375c9ac5 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7fffff29910f, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7fffff29ad30) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7fffff29ad30, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0x2160a50) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f9636297de1 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0x2162a10, object=0x7fffff29ad30) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f9636298d9a in TestNamespace::QObject::event (this=0x7fffff29ad30, e=0x2162a10) at kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #19 0x00007f963734d704 in TestNamespace::QApplicationPrivate::notify_helper (this=0x1f78010, receiver=0x7fffff29ad30, e=0x2162a10) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f963734ad0d in TestNamespace::QApplication::notify (this=0x7fffff29ad20, receiver=0x7fffff29ad30, e=0x2162a10) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f963625c6fc in TestNamespace::QCoreApplication::notifyInternal (this=0x7fffff29ad20, receiver=0x7fffff29ad30, event=0x2162a10) at kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #22 0x00007f96362603cb in TestNamespace::QCoreApplication::sendEvent (receiver=0x7fffff29ad30, event=0x2162a10) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f963625d7fc in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x1f773b0) at kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #24 0x00007f963625d3bd in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #25 0x00007f96362d49b8 in TestNamespace::postEventSourceDispatch (s=0x2028080) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f9634f3da5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f9634f3e258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f9634f3e429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f96362d521d in TestNamespace::QEventDispatcherGlib::processEvents (this=0x2045e30, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f963050285e in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0x2045e30, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f9636259204 in TestNamespace::QEventLoop::processEvents (this=0x7fffff299ed0, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f96362594dd in TestNamespace::QEventLoop::exec (this=0x7fffff299ed0, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f963625cdb4 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #34 0x00007f963689a6e0 in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #35 0x00007f963734a5d3 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7fffff29ad30) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7fffff29ad30, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7fffff29a060) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f9636268d01 in TestNamespace::QMetaMethod::invoke (this=0x7fffff29a300, object=0x7fffff29ad30, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f96362681bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffff29ad30, member=0x2160a10 "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 0x00007f9636f811db in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffff29ad30, member=0x2160a10 "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 0x00007f9636f7cf39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x2160a10 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f9636f7d7b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0x21608a8 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f9636f7e052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffff29ad30) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f9636f7e567 in TestNamespace::QTest::qExec (testObject=0x7fffff29ad30, argc=6, argv=0x7fffff29ae38) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=6, argv=0x7fffff29ae38) 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:6444): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:6444): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:6444): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qcolordialog:6444): 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 6444]
  QtQA::App::TestRunner: [New LWP 6446]
  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  0x00007f6c1bc993a5 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 0x7f6c07fff700 (LWP 6446)):
  QtQA::App::TestRunner: #0  0x00007f6c1bd3be23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f6c1b543f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f6c1b544792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f6c12538516 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
  QtQA::App::TestRunner: #4  0x00007f6c1b5692b6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0x00007f6c1ba4defc in start_thread (arg=0x7f6c07fff700) at pthread_create.c:304
  QtQA::App::TestRunner: #6  0x00007f6c1bd47f4d 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 0x7f6c1e3ce760 (LWP 6444)):
  QtQA::App::TestRunner: #0  0x00007f6c1bc993a5 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #1  0x00007f6c1bc9cb0b in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #2  0x00007f6c1c5e7e1a in TestNamespace::qt_message_fatal (context=..., message=...) at global/qlogging.cpp:976
  QtQA::App::TestRunner: #3  0x00007f6c1c5e59f6 in TestNamespace::QMessageLogger::fatal (this=0x7ffff7daaad0, msg=0x7f6c1d59b4bc "Received signal %d") at global/qlogging.cpp:384
  QtQA::App::TestRunner: #4  0x00007f6c1d58416f in TestNamespace::QTest::FatalSignalHandler::signal (signum=15) at qtestcase.cpp:2007
  QtQA::App::TestRunner: #5  <signal handler called>
  QtQA::App::TestRunner: #6  0x00007f6c1bd3be23 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #7  0x00007f6c1b543f68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #8  0x00007f6c1b544792 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #9  0x00007f6c136801bb in gtk_dialog_run () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
  QtQA::App::TestRunner: #10 0x00007f6c13c0bb15 in TestNamespace::QGtk2Dialog::exec (this=0xda5fa0) at qgtk2dialoghelpers.cpp:105
  QtQA::App::TestRunner: #11 0x00007f6c13c0bfc6 in TestNamespace::QGtk2ColorDialogHelper::exec (this=0xda4d40) at qgtk2dialoghelpers.cpp:174
  QtQA::App::TestRunner: #12 0x00007f6c1dbd3240 in TestNamespace::QDialog::exec (this=0x7ffff7dab1d0) at dialogs/qdialog.cpp:524
  QtQA::App::TestRunner: #13 0x00007f6c1dbcfa41 in TestNamespace::QColorDialog::getColor (initial=..., parent=0x0, title=..., options=...) at dialogs/qcolordialog.cpp:2071
  QtQA::App::TestRunner: #14 0x00007f6c1dbcfac5 in TestNamespace::QColorDialog::getRgba (initial=4294967295, ok=0x7ffff7dab29f, parent=0x0) at dialogs/qcolordialog.cpp:2093
  QtQA::App::TestRunner: #15 0x000000000040778c in tst_QColorDialog::testGetRgba (this=0x7ffff7dacec0) at tst_qcolordialog.cpp:152
  QtQA::App::TestRunner: #16 0x0000000000407a8a in tst_QColorDialog::qt_static_metacall (_o=0x7ffff7dacec0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=1, _a=0xd94390) at .moc/debug-shared/tst_qcolordialog.moc:98
  QtQA::App::TestRunner: #17 0x00007f6c1c89dde1 in TestNamespace::QMetaCallEvent::placeMetaCall (this=0xd96340, object=0x7ffff7dacec0) at kernel/qobject.cpp:479
  QtQA::App::TestRunner: #18 0x00007f6c1c89ed9a in TestNamespace::QObject::event (this=0x7ffff7dacec0, e=0xd96340) at kernel/qobject.cpp:1120
  QtQA::App::TestRunner: #19 0x00007f6c1d953704 in TestNamespace::QApplicationPrivate::notify_helper (this=0xbb4010, receiver=0x7ffff7dacec0, e=0xd96340) at kernel/qapplication.cpp:3470
  QtQA::App::TestRunner: #20 0x00007f6c1d950d0d in TestNamespace::QApplication::notify (this=0x7ffff7daceb0, receiver=0x7ffff7dacec0, e=0xd96340) at kernel/qapplication.cpp:2891
  QtQA::App::TestRunner: #21 0x00007f6c1c8626fc in TestNamespace::QCoreApplication::notifyInternal (this=0x7ffff7daceb0, receiver=0x7ffff7dacec0, event=0xd96340) at kernel/qcoreapplication.cpp:882
  QtQA::App::TestRunner: #22 0x00007f6c1c8663cb in TestNamespace::QCoreApplication::sendEvent (receiver=0x7ffff7dacec0, event=0xd96340) at kernel/qcoreapplication.h:232
  QtQA::App::TestRunner: #23 0x00007f6c1c8637fc in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0xbb33b0) at kernel/qcoreapplication.cpp:1486
  QtQA::App::TestRunner: #24 0x00007f6c1c8633bd in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1344
  QtQA::App::TestRunner: #25 0x00007f6c1c8da9b8 in TestNamespace::postEventSourceDispatch (s=0xc64080) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #26 0x00007f6c1b543a5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0x00007f6c1b544258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0x00007f6c1b544429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0x00007f6c1c8db21d in TestNamespace::QEventDispatcherGlib::processEvents (this=0xc81e30, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #30 0x00007f6c16b0885e in TestNamespace::QPAEventDispatcherGlib::processEvents (this=0xc81e30, flags=...) at eventdispatchers/qeventdispatcher_glib.cpp:123
  QtQA::App::TestRunner: #31 0x00007f6c1c85f204 in TestNamespace::QEventLoop::processEvents (this=0x7ffff7dac060, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #32 0x00007f6c1c85f4dd in TestNamespace::QEventLoop::exec (this=0x7ffff7dac060, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #33 0x00007f6c1c862db4 in TestNamespace::QCoreApplication::exec () at kernel/qcoreapplication.cpp:1135
  QtQA::App::TestRunner: #34 0x00007f6c1cea06e0 in TestNamespace::QGuiApplication::exec () at kernel/qguiapplication.cpp:1332
  QtQA::App::TestRunner: #35 0x00007f6c1d9505d3 in TestNamespace::QApplication::exec () at kernel/qapplication.cpp:2695
  QtQA::App::TestRunner: #36 0x0000000000407819 in tst_QColorDialog::defaultOkButton (this=0x7ffff7dacec0) at tst_qcolordialog.cpp:160
  QtQA::App::TestRunner: #37 0x0000000000407ade in tst_QColorDialog::qt_static_metacall (_o=0x7ffff7dacec0, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=7, _a=0x7ffff7dac1f0) at .moc/debug-shared/tst_qcolordialog.moc:104
  QtQA::App::TestRunner: #38 0x00007f6c1c86ed01 in TestNamespace::QMetaMethod::invoke (this=0x7ffff7dac490, object=0x7ffff7dacec0, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2169
  QtQA::App::TestRunner: #39 0x00007f6c1c86e1bd in TestNamespace::QMetaObject::invokeMethod (obj=0x7ffff7dacec0, member=0xd961f0 "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 0x00007f6c1d5871db in TestNamespace::QMetaObject::invokeMethod (obj=0x7ffff7dacec0, member=0xd961f0 "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 0x00007f6c1d582f39 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0xd961f0 "defaultOkButton") at qtestcase.cpp:1693
  QtQA::App::TestRunner: #42 0x00007f6c1d5837b6 in TestNamespace::QTest::qInvokeTestMethod (slotName=0xd94208 "defaultOkButton()", data=0x0) at qtestcase.cpp:1818
  QtQA::App::TestRunner: #43 0x00007f6c1d584052 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7ffff7dacec0) at qtestcase.cpp:1972
  QtQA::App::TestRunner: #44 0x00007f6c1d584567 in TestNamespace::QTest::qExec (testObject=0x7ffff7dacec0, argc=5, argv=0x7ffff7dacfc8) at qtestcase.cpp:2200
  QtQA::App::TestRunner: #45 0x00000000004079cb in main (argc=5, argv=0x7ffff7dacfc8) 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: 931 seconds, signal 6
  
  
  (tst_qtabbar:3408): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:3408): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:3408): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:3408): 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:3421): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:3421): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:3421): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qtabbar:3421): 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.953238 seconds, exit code 1
  
  
  (tst_qfontdialog:18831): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:18831): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:18831): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:18831): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  Testing tst_QFontDialog
  
  (tst_qfontdialog:18831): 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:18848): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:18848): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:18848): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
  
  (tst_qfontdialog:18848): 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:18848): 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_02265/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/stable_1381481072):
    http://codereview.qt-project.org/67726 [PS2] - Ensure CSS rules are inherited from the parent tags
    http://codereview.qt-project.org/67189 [PS1] - QNX: Fix build
    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