[Ci-reports] fail on QtBase_5.4_Integration #257

Qt Continuous Integration System ci-noreply at qt-project.org
Thu Sep 11 21:32:32 CEST 2014


Autotests `tst_moc' and `tst_qlogging' failed :(

  Testing tst_qmessagehandler
  ""debug  44 T::T static constructor"
  "debug tst_qlogging 75 main qDebug"
  "warning tst_qlogging 76 main qWarning"
  "critical tst_qlogging 77 main qCritical"
  "warning tst_qlogging 80 main qDebug with category"
  "debug tst_qlogging 84 main qDebug2"
  "debug tst_qlogging 65 MyClass::myFunction from_a_function 34"
  "debug tst_qlogging 45 T::~T static destructor"
  "
  expected:  "debug  52 T::T static constructor"
  FAIL!  : tst_qmessagehandler::qMessagePattern(basic) 'output.contains(e)' returned FALSE. ()
     Loc: [../tst_qlogging.cpp(791)]
  Totals: 20 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_qmessagehandler *********
  Config: Using QtTest library 5.4.0, Qt 5.4.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()
  ""debug  44 T::T static constructor"
  "debug tst_qlogging 75 main qDebug"
  "warning tst_qlogging 76 main qWarning"
  "critical tst_qlogging 77 main qCritical"
  "warning tst_qlogging 80 main qDebug with category"
  "debug tst_qlogging 84 main qDebug2"
  "debug tst_qlogging 65 MyClass::myFunction from_a_function 34"
  "debug tst_qlogging 45 T::~T static destructor"
  "
  expected:  "debug  52 T::T static constructor"
  FAIL!  : tst_qmessagehandler::qMessagePattern(basic) 'output.contains(e)' returned FALSE. ()
     Loc: [../tst_qlogging.cpp(791)]
  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)
  PASS   : tst_qmessagehandler::qMessagePattern(backtrace depth,separator)
  PASS   : tst_qmessagehandler::setMessagePattern()
  PASS   : tst_qmessagehandler::formatLogMessage(basic)
  PASS   : tst_qmessagehandler::formatLogMessage(if-debug)
  PASS   : tst_qmessagehandler::formatLogMessage(if_warning)
  PASS   : tst_qmessagehandler::formatLogMessage(if_critical)
  PASS   : tst_qmessagehandler::formatLogMessage(if_fatal)
  PASS   : tst_qmessagehandler::formatLogMessage(if_cat)
  PASS   : tst_qmessagehandler::cleanupTestCase()
  Totals: 20 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_qmessagehandler *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qlogging: 0.132898 seconds, exit code 1
  
  Testing tst_Moc
  FAIL!  : tst_Moc::warnOnExtraSignalSlotQualifiaction() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                                                                                                                                                                       : "/work/build/qt/qtbase/tests/auto/tools/moc/extraqualification.h:48: Warning: Function declaration Test::badFunctionDeclaration contains extra qualification. Ignoring as signal or slot.\n/work/build/qt/qtbase/tests/auto/tools/moc/extraqualificati"...
     Expected (header + QString(":56: Warning: Function declaration Test::badFunctionDeclaration contains extra qualification. Ignoring as signal or slot.\n") + header + QString(":59: Warning: parsemaybe: Function declaration Test::anotherOne contains extra qualification. Ignoring as signal or slot.\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/extraqualification.h:56: Warning: Function declaration Test::badFunctionDeclaration c
     Loc: [tst_moc.cpp(695)]
  FAIL!  : tst_Moc::warnOnMultipleInheritance() Compared values are not the same
     Actual   (mocWarning)                                                                                                                : "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-multiple-qobject-subclasses.h:48: Warning: Class Bar inherits from two QObject subclasses QWindow and Foo. This is not supported!\n"
     Expected (header + QString(":56: Warning: Class Bar inherits from two QObject subclasses QWindow and Foo. This is not supported!\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-multiple-qobject-subclasses.h:56: Warning: Class Bar inherits from two QObject subclasses QWindow and Foo. This is not supported!\n"
     Loc: [tst_moc.cpp(981)]
  FAIL!  : tst_Moc::forgottenQInterface() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                                          : "/work/build/qt/qtbase/tests/auto/tools/moc/forgotten-qinterface.h:50: Warning: Class Test implements the interface MyInterface but does not list it in Q_INTERFACES. qobject_cast to MyInterface will not work!\n"
     Expected (header + QString(":58: Warning: Class Test implements the interface MyInterface but does not list it in Q_INTERFACES. qobject_cast to MyInterface will not work!\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/forgotten-qinterface.h:58: Warning: Class Test implements the interface MyInterface but does not list it in Q_INTERFACES. qobject_cast to MyInterface will not work!\n"
     Loc: [tst_moc.cpp(1044)]
  FAIL!  : tst_Moc::os9Newline() '!data.contains('\n')' returned FALSE. ()
     Loc: [tst_moc.cpp(1059)]
  FAIL!  : tst_Moc::warnOnPropertyWithoutREAD() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                             : "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-property-without-read.h:41: Warning: Property declaration foo has no READ accessor function or associated MEMBER variable. The property will be invalid.\n"
     Expected (header + QString(":49: Warning: Property declaration foo has no READ accessor function or associated MEMBER variable. The property will be invalid.\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-property-without-read.h:49: Warning: Property declaration foo has no READ accessor function or associated MEMBER variable. The property will be invalid.\n"
     Loc: [tst_moc.cpp(1360)]
  FAIL!  : tst_Moc::warnOnVirtualSignal() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                     : "/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:43: Warning: Signals cannot be declared virtual\n/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:45: Warning: Signals cannot be declared virtual\n"
     Expected (header + QString(":51: Warning: Signals cannot be declared virtual\n") + header + QString(":53: Warning: Signals cannot be declared virtual\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:51: Warning: Signals cannot be declared virtual\n/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:53: Warning: Signals cannot be declared virtual\n"
     Loc: [tst_moc.cpp(1471)]
  FAIL!  : tst_Moc::notifyError() Compared values are not the same
     Actual   (mocError)                                                                                                                    : "/work/build/qt/qtbase/tests/auto/tools/moc/error-on-wrong-notify.h:47: Error: NOTIFY signal 'fooChanged' of property 'foo' does not exist in class ClassWithWrongNOTIFY.\n"
     Expected (header + QString(":55: Error: NOTIFY signal 'fooChanged' of property 'foo' does not exist in class ClassWithWrongNOTIFY.\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/error-on-wrong-notify.h:55: Error: NOTIFY signal 'fooChanged' of property 'foo' does not exist in class ClassWithWrongNOTIFY.\n"
     Loc: [tst_moc.cpp(1604)]
  Totals: 108 passed, 7 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_Moc *********
  Config: Using QtTest library 5.4.0, Qt 5.4.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 4.6.3)
  PASS   : tst_Moc::initTestCase()
  PASS   : tst_Moc::slotWithException()
  PASS   : tst_Moc::dontStripNamespaces()
  PASS   : tst_Moc::oldStyleCasts()
  FAIL!  : tst_Moc::warnOnExtraSignalSlotQualifiaction() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                                                                                                                                                                       : "/work/build/qt/qtbase/tests/auto/tools/moc/extraqualification.h:48: Warning: Function declaration Test::badFunctionDeclaration contains extra qualification. Ignoring as signal or slot.\n/work/build/qt/qtbase/tests/auto/tools/moc/extraqualificati"...
     Expected (header + QString(":56: Warning: Function declaration Test::badFunctionDeclaration contains extra qualification. Ignoring as signal or slot.\n") + header + QString(":59: Warning: parsemaybe: Function declaration Test::anotherOne contains extra qualification. Ignoring as signal or slot.\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/extraqualification.h:56: Warning: Function declaration Test::badFunctionDeclaration c
     Loc: [tst_moc.cpp(695)]
  PASS   : tst_Moc::uLongLong()
  PASS   : tst_Moc::inputFileNameWithDotsButNoExtension()
  PASS   : tst_Moc::userProperties()
  PASS   : tst_Moc::supportConstSignals()
  PASS   : tst_Moc::task87883()
  PASS   : tst_Moc::multilineComments()
  PASS   : tst_Moc::classinfoWithEscapes()
  PASS   : tst_Moc::trNoopInClassInfo()
  PASS   : tst_Moc::ppExpressionEvaluation()
  PASS   : tst_Moc::arrayArguments()
  PASS   : tst_Moc::preprocessorConditionals()
  PASS   : tst_Moc::blackslashNewlines()
  PASS   : tst_Moc::slotWithSillyConst()
  PASS   : tst_Moc::testExtraData()
  PASS   : tst_Moc::testExtraDataForEnum()
  PASS   : tst_Moc::namespaceTypeProperty()
  PASS   : tst_Moc::slotsWithVoidTemplate()
  PASS   : tst_Moc::structQObject()
  PASS   : tst_Moc::namespacedFlags()
  FAIL!  : tst_Moc::warnOnMultipleInheritance() Compared values are not the same
     Actual   (mocWarning)                                                                                                                : "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-multiple-qobject-subclasses.h:48: Warning: Class Bar inherits from two QObject subclasses QWindow and Foo. This is not supported!\n"
     Expected (header + QString(":56: Warning: Class Bar inherits from two QObject subclasses QWindow and Foo. This is not supported!\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-multiple-qobject-subclasses.h:56: Warning: Class Bar inherits from two QObject subclasses QWindow and Foo. This is not supported!\n"
     Loc: [tst_moc.cpp(981)]
  PASS   : tst_Moc::ignoreOptionClashes()
  FAIL!  : tst_Moc::forgottenQInterface() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                                          : "/work/build/qt/qtbase/tests/auto/tools/moc/forgotten-qinterface.h:50: Warning: Class Test implements the interface MyInterface but does not list it in Q_INTERFACES. qobject_cast to MyInterface will not work!\n"
     Expected (header + QString(":58: Warning: Class Test implements the interface MyInterface but does not list it in Q_INTERFACES. qobject_cast to MyInterface will not work!\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/forgotten-qinterface.h:58: Warning: Class Test implements the interface MyInterface but does not list it in Q_INTERFACES. qobject_cast to MyInterface will not work!\n"
     Loc: [tst_moc.cpp(1044)]
  FAIL!  : tst_Moc::os9Newline() '!data.contains('\n')' returned FALSE. ()
     Loc: [tst_moc.cpp(1059)]
  PASS   : tst_Moc::winNewline()
  PASS   : tst_Moc::escapesInStringLiterals()
  PASS   : tst_Moc::frameworkSearchPath()
  PASS   : tst_Moc::cstyleEnums()
  PASS   : tst_Moc::defineMacroViaCmdline()
  PASS   : tst_Moc::specifyMetaTagsFromCmdline()
  PASS   : tst_Moc::invokable()
  PASS   : tst_Moc::singleFunctionKeywordSignalAndSlot()
  PASS   : tst_Moc::templateGtGt()
  PASS   : tst_Moc::qprivateslots()
  PASS   : tst_Moc::qprivateproperties()
  PASS   : tst_Moc::inlineSlotsWithThrowDeclaration()
  FAIL!  : tst_Moc::warnOnPropertyWithoutREAD() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                             : "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-property-without-read.h:41: Warning: Property declaration foo has no READ accessor function or associated MEMBER variable. The property will be invalid.\n"
     Expected (header + QString(":49: Warning: Property declaration foo has no READ accessor function or associated MEMBER variable. The property will be invalid.\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/warn-on-property-without-read.h:49: Warning: Property declaration foo has no READ accessor function or associated MEMBER variable. The property will be invalid.\n"
     Loc: [tst_moc.cpp(1360)]
  PASS   : tst_Moc::constructors()
  PASS   : tst_Moc::typenameWithUnsigned()
  FAIL!  : tst_Moc::warnOnVirtualSignal() Compared values are not the same
     Actual   (mocWarning)                                                                                                                                     : "/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:43: Warning: Signals cannot be declared virtual\n/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:45: Warning: Signals cannot be declared virtual\n"
     Expected (header + QString(":51: Warning: Signals cannot be declared virtual\n") + header + QString(":53: Warning: Signals cannot be declared virtual\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:51: Warning: Signals cannot be declared virtual\n/work/build/qt/qtbase/tests/auto/tools/moc/pure-virtual-signals.h:53: Warning: Signals cannot be declared virtual\n"
     Loc: [tst_moc.cpp(1471)]
  PASS   : tst_Moc::QTBUG5590_dummyProperty()
  PASS   : tst_Moc::QTBUG12260_defaultTemplate()
  FAIL!  : tst_Moc::notifyError() Compared values are not the same
     Actual   (mocError)                                                                                                                    : "/work/build/qt/qtbase/tests/auto/tools/moc/error-on-wrong-notify.h:47: Error: NOTIFY signal 'fooChanged' of property 'foo' does not exist in class ClassWithWrongNOTIFY.\n"
     Expected (header + QString(":55: Error: NOTIFY signal 'fooChanged' of property 'foo' does not exist in class ClassWithWrongNOTIFY.\n")): "/work/build/qt/qtbase/tests/auto/tools/moc/error-on-wrong-notify.h:55: Error: NOTIFY signal 'fooChanged' of property 'foo' does not exist in class ClassWithWrongNOTIFY.\n"
     Loc: [tst_moc.cpp(1604)]
  PASS   : tst_Moc::QTBUG17635_invokableAndProperty()
  PASS   : tst_Moc::revisions()
  PASS   : tst_Moc::warnings(No relevant classes)
  PASS   : tst_Moc::warnings(-nn)
  PASS   : tst_Moc::warnings(-nw)
  PASS   : tst_Moc::warnings(Invalid property warning)
  PASS   : tst_Moc::warnings(Duplicate property warning)
  PASS   : tst_Moc::warnings(Invalid property warning with -nn)
  PASS   : tst_Moc::warnings(Invalid property warning with -nw)
  PASS   : tst_Moc::warnings(Does not inherit QObject)
  PASS   : tst_Moc::warnings(Does not inherit QObject with -nn)
  PASS   : tst_Moc::warnings(Does not inherit QObject with -nw)
  PASS   : tst_Moc::warnings(Warning on invalid macro)
  PASS   : tst_Moc::warnings(Class declaration lacks Q_OBJECT macro.)
  PASS   : tst_Moc::privateClass()
  PASS   : tst_Moc::cxx11Enums(EnumClass)
  PASS   : tst_Moc::cxx11Enums(TypedEnum)
  PASS   : tst_Moc::cxx11Enums(TypedEnumClass)
  PASS   : tst_Moc::cxx11Enums(NormalEnum)
  PASS   : tst_Moc::returnRefs()
  PASS   : tst_Moc::memberProperties(MEMBER property)
  PASS   : tst_Moc::memberProperties(MEMBER property with READ function)
  PASS   : tst_Moc::memberProperties(MEMBER property with WRITE function)
  PASS   : tst_Moc::memberProperties(MEMBER property with NOTIFY)
  PASS   : tst_Moc::memberProperties(MEMBER property with NOTIFY(value))
  PASS   : tst_Moc::memberProperties(MEMBER property with CONSTANT)
  PASS   : tst_Moc::memberProperties(private MEMBER property)
  PASS   : tst_Moc::memberProperties(private MEMBER property with READ function)
  PASS   : tst_Moc::memberProperties(private MEMBER property with WRITE function)
  PASS   : tst_Moc::memberProperties(private MEMBER property with NOTIFY)
  PASS   : tst_Moc::memberProperties(private MEMBER property with NOTIFY(value))
  PASS   : tst_Moc::memberProperties(private MEMBER property with CONSTANT)
  PASS   : tst_Moc::memberProperties2()
  PASS   : tst_Moc::privateSignalConnection()
  PASS   : tst_Moc::finalClasses(FinalTestClassQt)
  PASS   : tst_Moc::finalClasses(ExportedFinalTestClassQt)
  PASS   : tst_Moc::finalClasses(ExportedFinalTestClassQtX)
  PASS   : tst_Moc::finalClasses(FinalTestClassCpp11)
  PASS   : tst_Moc::finalClasses(ExportedFinalTestClassCpp11)
  PASS   : tst_Moc::finalClasses(ExportedFinalTestClassCpp11X)
  PASS   : tst_Moc::finalClasses(SealedTestClass)
  PASS   : tst_Moc::finalClasses(ExportedSealedTestClass)
  PASS   : tst_Moc::finalClasses(ExportedSealedTestClassX)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlFinalQt)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlFinalCxx11)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlSealed)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlOverrideQt)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlOverrideCxx11)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlFinalQtOverrideQt)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlFinalCxx11OverrideCxx11)
  PASS   : tst_Moc::explicitOverrideControl(ExplicitOverrideControlSealedOverride)
  PASS   : tst_Moc::autoPropertyMetaTypeRegistration()
  PASS   : tst_Moc::autoMethodArgumentMetaTypeRegistration()
  PASS   : tst_Moc::autoSignalSpyMetaTypeRegistration()
  PASS   : tst_Moc::parseDefines()
  PASS   : tst_Moc::preprocessorOnly()
  PASS   : tst_Moc::unterminatedFunctionMacro()
  PASS   : tst_Moc::QTBUG32933_relatedObjectsDontIncludeItself()
  PASS   : tst_Moc::writeEnumFromUnrelatedClass()
  PASS   : tst_Moc::relatedMetaObjectsWithinNamespaces()
  PASS   : tst_Moc::relatedMetaObjectsInGadget()
  PASS   : tst_Moc::relatedMetaObjectsNameConflict(N1::dependingObject)
  PASS   : tst_Moc::relatedMetaObjectsNameConflict(N2::dependingObject)
  PASS   : tst_Moc::relatedMetaObjectsNameConflict(N1::dependingNestedObject)
  PASS   : tst_Moc::relatedMetaObjectsNameConflict(N2::dependingNestedObject)
  PASS   : tst_Moc::relatedMetaObjectsNameConflict(N1::dependingNestedGadget)
  PASS   : tst_Moc::relatedMetaObjectsNameConflict(N2::dependingNestedGadget)
  PASS   : tst_Moc::cleanupTestCase()
  Totals: 108 passed, 7 failed, 0 skipped
  ********* Finished testing of tst_Moc *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_moc: 6 seconds, exit code 7

  Build log: http://testresults.qt-project.org/ci/QtBase_5.4_Integration/build_00257/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/5.4_1410460550):
    http://codereview.qt-project.org/93592 [PS4] - Doc: Fixed broken links introduced by "OS X" doc change.
    http://codereview.qt-project.org/93725 [PS3] - Force a full layout on the frame if it's vertical geometry changes
    http://codereview.qt-project.org/93658 [PS4] - Properly detect UTF-8 BOM markers in ini files
    http://codereview.qt-project.org/94426 [PS1] - Set WINDOWPLACEMENT::length as required by the documentation.
    http://codereview.qt-project.org/92878 [PS7] - Update license headers and add new license files



More information about the Ci-reports mailing list