[Ci-reports] fail on QtBase_dev_Integration #4913

Qt Continuous Integration System ci-noreply at qt-project.org
Sat Dec 20 16:22:12 CET 2014


Autotest `tst_qlogging' failed :(

  Testing tst_qmessagehandler
  ""debug  44 T::T static constructor"
  "debug tst_qlogging 75 main qDebug"
  "info tst_qlogging 76 main qInfo"
  "warning tst_qlogging 77 main qWarning"
  "critical tst_qlogging 78 main qCritical"
  "warning tst_qlogging 81 main qDebug with category"
  "debug tst_qlogging 85 main qDebug2"
  "debug tst_qlogging 65 MyClass::myFunction from_a_function 34"
  "debug tst_qlogging 45 T::~T static destructor"
  "
  expected:  "warning tst_qlogging 76 main qWarning"
  FAIL!  : tst_qmessagehandler::qMessagePattern(basic) 'output.contains(e)' returned FALSE. ()
     Loc: [../tst_qlogging.cpp(825)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if-debug) Compared values are not the same
     Actual   (r)     : "[D%{if-info}I] msg"
     Expected (result): "[D] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_info) Compared values are not the same
     Actual   (r)     : "[%{if-info}I] msg"
     Expected (result): "[I] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_warning) Compared values are not the same
     Actual   (r)     : "[%{if-info}IW] msg"
     Expected (result): "[W] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_critical) Compared values are not the same
     Actual   (r)     : "[%{if-info}IC] msg"
     Expected (result): "[C] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_fatal) Compared values are not the same
     Actual   (r)     : "[%{if-info}IF] msg"
     Expected (result): "[F] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_cat) Compared values are not the same
     Actual   (r)     : "[%{if-info}IF] cat: msg"
     Expected (result): "[F] cat: msg"
     Loc: [../tst_qlogging.cpp(930)]
  Totals: 15 passed, 7 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qmessagehandler *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 4.6.3)
  PASS   : tst_qmessagehandler::initTestCase()
  PASS   : tst_qmessagehandler::defaultHandler()
  PASS   : tst_qmessagehandler::installMessageHandler()
  PASS   : tst_qmessagehandler::installMsgHandler()
  PASS   : tst_qmessagehandler::installBothHandler()
  FAIL!  : tst_qmessagehandler::qMessagePattern(basic) 'output.contains(e)' returned FALSE. ()
     Loc: [../tst_qlogging.cpp(825)]
  ""debug  44 T::T static constructor"
  "debug tst_qlogging 75 main qDebug"
  "info tst_qlogging 76 main qInfo"
  "warning tst_qlogging 77 main qWarning"
  "critical tst_qlogging 78 main qCritical"
  "warning tst_qlogging 81 main qDebug with category"
  "debug tst_qlogging 85 main qDebug2"
  "debug tst_qlogging 65 MyClass::myFunction from_a_function 34"
  "debug tst_qlogging 45 T::~T static destructor"
  "
  expected:  "warning tst_qlogging 76 main qWarning"
  PASS   : tst_qmessagehandler::qMessagePattern(invalid)
  PASS   : tst_qmessagehandler::qMessagePattern(ifs)
  PASS   : tst_qmessagehandler::qMessagePattern(ifs-invalid1)
  PASS   : tst_qmessagehandler::qMessagePattern(ifs-invalid2)
  PASS   : tst_qmessagehandler::qMessagePattern(time)
  PASS   : tst_qmessagehandler::qMessagePattern(time-process)
  PASS   : tst_qmessagehandler::qMessagePattern(backtrace depth,separator)
  PASS   : tst_qmessagehandler::setMessagePattern()
  PASS   : tst_qmessagehandler::formatLogMessage(basic)
  FAIL!  : tst_qmessagehandler::formatLogMessage(if-debug) Compared values are not the same
     Actual   (r)     : "[D%{if-info}I] msg"
     Expected (result): "[D] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_info) Compared values are not the same
     Actual   (r)     : "[%{if-info}I] msg"
     Expected (result): "[I] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_warning) Compared values are not the same
     Actual   (r)     : "[%{if-info}IW] msg"
     Expected (result): "[W] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_critical) Compared values are not the same
     Actual   (r)     : "[%{if-info}IC] msg"
     Expected (result): "[C] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_fatal) Compared values are not the same
     Actual   (r)     : "[%{if-info}IF] msg"
     Expected (result): "[F] msg"
     Loc: [../tst_qlogging.cpp(930)]
  FAIL!  : tst_qmessagehandler::formatLogMessage(if_cat) Compared values are not the same
     Actual   (r)     : "[%{if-info}IF] cat: msg"
     Expected (result): "[F] cat: msg"
     Loc: [../tst_qlogging.cpp(930)]
  PASS   : tst_qmessagehandler::cleanupTestCase()
  Totals: 15 passed, 7 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_qmessagehandler *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qlogging: 0.099503 seconds, exit code 7

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

  Tested changes (refs/builds/dev_1419086614):
    http://codereview.qt-project.org/101227 [PS23] - Add libinput support
    http://codereview.qt-project.org/101547 [PS5] - Add QtInfoMsg



More information about the Ci-reports mailing list