[Ci-reports] fail on Qt5_dev_Integration #420

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Mar 25 20:36:20 CET 2014


fifteen autotests failed :(

  Testing tst_QDBusThreading
  FAIL!  : tst_QDBusThreading::dyingThread() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(268)]
  FAIL!  : tst_QDBusThreading::lastInstanceInOtherThread() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(284)]
  FAIL!  : tst_QDBusThreading::concurrentCreation() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(317)]
  FAIL!  : tst_QDBusThreading::disconnectAnothersConnection() 'QDBusConnection(myConnectionName).isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(338)]
  FAIL!  : tst_QDBusThreading::accessMainsConnection() 'QDBusConnection::sessionBus().isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(352)]
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusThreading *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDBusThreading::initTestCase()
  FAIL!  : tst_QDBusThreading::dyingThread() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(268)]
  FAIL!  : tst_QDBusThreading::lastInstanceInOtherThread() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(284)]
  FAIL!  : tst_QDBusThreading::concurrentCreation() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(317)]
  FAIL!  : tst_QDBusThreading::disconnectAnothersConnection() 'QDBusConnection(myConnectionName).isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(338)]
  FAIL!  : tst_QDBusThreading::accessMainsConnection() 'QDBusConnection::sessionBus().isConnected()' returned FALSE. ()
     Loc: [tst_qdbusthreading.cpp(352)]
  QtQA::App::TestRunner: Timed out after 450 seconds
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusthreading: 908 seconds, signal 6
  
  Testing tst_QDBusServiceWatcher
  FAIL!  : tst_QDBusServiceWatcher::initTestCase() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusservicewatcher.cpp(72)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusServiceWatcher *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QDBusServiceWatcher::initTestCase() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusservicewatcher.cpp(72)]
  PASS   : tst_QDBusServiceWatcher::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusServiceWatcher *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusservicewatcher: 0.063622 seconds, exit code 1
  
  Testing tst_QDBusReply
  FAIL!  : tst_QDBusReply::unconnected() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::simpleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::complexTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::wrongTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::error() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  Totals: 2 passed, 5 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusReply *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDBusReply::initTestCase()
  FAIL!  : tst_QDBusReply::unconnected() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::simpleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::complexTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::wrongTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  FAIL!  : tst_QDBusReply::error() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbusreply.cpp(238)]
  PASS   : tst_QDBusReply::cleanupTestCase()
  Totals: 2 passed, 5 failed, 0 skipped
  ********* Finished testing of tst_QDBusReply *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusreply: 0.087095 seconds, exit code 5
  
  Testing tst_QDBusPendingReply
  FAIL!  : tst_QDBusPendingReply::unconnected() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::simpleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::complexTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::wrongTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::multipleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::synchronousSimpleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::errors() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  Totals: 2 passed, 7 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusPendingReply *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDBusPendingReply::initTestCase()
  FAIL!  : tst_QDBusPendingReply::unconnected() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::simpleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::complexTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::wrongTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::multipleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::synchronousSimpleTypes() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  FAIL!  : tst_QDBusPendingReply::errors() 'iface->isValid()' returned FALSE. ()
     Loc: [tst_qdbuspendingreply.cpp(252)]
  PASS   : tst_QDBusPendingReply::cleanupTestCase()
  Totals: 2 passed, 7 failed, 0 skipped
  ********* Finished testing of tst_QDBusPendingReply *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbuspendingreply: 0.09701 seconds, exit code 7
  
  Testing tst_QDBusPendingCall
  FAIL!  : tst_QDBusPendingCall::initTestCase() 'conn.isConnected()' returned FALSE. ()
     Loc: [tst_qdbuspendingcall.cpp(158)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusPendingCall *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QDBusPendingCall::initTestCase() 'conn.isConnected()' returned FALSE. ()
     Loc: [tst_qdbuspendingcall.cpp(158)]
  PASS   : tst_QDBusPendingCall::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusPendingCall *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbuspendingcall: 0.063765 seconds, exit code 1
  
  Testing tst_QDBusMetaType
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QVariantList) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): av
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QVariantMap) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{sv}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QDate) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (iii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QTime) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (iiii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QDateTime) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): ((iii)(iiii)i)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QRect) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (iiii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QRectF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (dddd)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QSize) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (ii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QSizeF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (dd)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QPoint) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (ii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QPointF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (dd)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QLine) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): ((ii)(ii))
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QLineF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): ((dd)(dd))
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct1) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (s)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct1>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(s)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct2) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (sos)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct2>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(sos)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct3>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(sas)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct3) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (sas)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct4) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (ssa(ss)sayasx)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct4>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(ssa(ss)sayasx)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QMap<int,QString>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{is}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QMap<QString,QString>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{ss}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QMap<QString,Struct1>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{s(s)}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid0) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid1) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid2) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid3) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid4) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid5) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid7) Not all expected messages were received
  FAIL!  : tst_QDBusMetaType::invalidTypes(QList<Invalid0>) Not all expected messages were received
  Totals: 20 passed, 32 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusMetaType *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDBusMetaType::initTestCase()
  PASS   : tst_QDBusMetaType::staticTypes(uchar)
  PASS   : tst_QDBusMetaType::staticTypes(bool)
  PASS   : tst_QDBusMetaType::staticTypes(short)
  PASS   : tst_QDBusMetaType::staticTypes(ushort)
  PASS   : tst_QDBusMetaType::staticTypes(int)
  PASS   : tst_QDBusMetaType::staticTypes(uint)
  PASS   : tst_QDBusMetaType::staticTypes(qlonglong)
  PASS   : tst_QDBusMetaType::staticTypes(qulonglong)
  PASS   : tst_QDBusMetaType::staticTypes(double)
  PASS   : tst_QDBusMetaType::staticTypes(QString)
  PASS   : tst_QDBusMetaType::staticTypes(QDBusObjectPath)
  PASS   : tst_QDBusMetaType::staticTypes(QDBusSignature)
  PASS   : tst_QDBusMetaType::staticTypes(QDBusVariant)
  PASS   : tst_QDBusMetaType::staticTypes(QByteArray)
  PASS   : tst_QDBusMetaType::staticTypes(QStringList)
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QVariantList) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): av
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QVariantMap) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{sv}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QDate) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (iii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QTime) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (iiii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QDateTime) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): ((iii)(iiii)i)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QRect) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (iiii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QRectF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (dddd)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QSize) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (ii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QSizeF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (dd)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QPoint) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (ii)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QPointF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (dd)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QLine) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): ((ii)(ii))
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QLineF) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): ((dd)(dd))
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct1) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (s)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct1>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(s)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct2) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (sos)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct2>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(sos)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct3>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(sas)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct3) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (sas)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(Struct4) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): (ssa(ss)sayasx)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QList<Struct4>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a(ssa(ss)sayasx)
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QMap<int,QString>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{is}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QMap<QString,QString>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{ss}
     Loc: [tst_qdbusmetatype.cpp(318)]
  FAIL!  : tst_QDBusMetaType::dynamicTypes(QMap<QString,Struct1>) Compared values are not the same
     Actual   (result)     :
     Expected ("signature"): a{s(s)}
     Loc: [tst_qdbusmetatype.cpp(318)]
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid0) Did not receive message: "QDBusMarshaller: type `Invalid0' produces invalid D-BUS signature `<empty>' (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid0) Not all expected messages were received
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid1) Did not receive message: "QDBusMarshaller: type `Invalid1' attempts to redefine basic D-BUS type 's' (QString) (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid1) Not all expected messages were received
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid2) Did not receive message: "QDBusMarshaller: type `Invalid2' attempts to redefine basic D-BUS type 'o' (QDBusObjectPath) (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid2) Not all expected messages were received
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid3) Did not receive message: "QDBusMarshaller: type `Invalid3' attempts to redefine basic D-BUS type 'as' (QStringList) (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid3) Not all expected messages were received
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid4) Did not receive message: "QDBusMarshaller: type `Invalid4' attempts to redefine basic D-BUS type 'ay' (QByteArray) (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid4) Not all expected messages were received
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid5) Did not receive message: "QDBusMarshaller: type `Invalid5' produces invalid D-BUS signature `ii' (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid5) Not all expected messages were received
  PASS   : tst_QDBusMetaType::invalidTypes(Invalid6)
  INFO   : tst_QDBusMetaType::invalidTypes(Invalid7) Did not receive message: "QDBusMarshaller: type `Invalid7' produces invalid D-BUS signature `()' (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(Invalid7) Not all expected messages were received
  INFO   : tst_QDBusMetaType::invalidTypes(QList<Invalid0>) Did not receive message: "QDBusMarshaller: type `QList<Invalid0>' produces invalid D-BUS signature `a' (Did you forget to call beginStructure() ?)"
  FAIL!  : tst_QDBusMetaType::invalidTypes(QList<Invalid0>) Not all expected messages were received
  PASS   : tst_QDBusMetaType::invalidTypes(long)
  PASS   : tst_QDBusMetaType::invalidTypes(void*)
  PASS   : tst_QDBusMetaType::cleanupTestCase()
  Totals: 20 passed, 32 failed, 0 skipped
  ********* Finished testing of tst_QDBusMetaType *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusmetatype: 0.0837150000000001 seconds, exit code 32
  
  Testing tst_QDBusMetaObject
  FAIL!  : tst_QDBusMetaObject::types(StringPair) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(Struct1) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(Struct4) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(QVariantMap) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(QVariantMap-oldannotation) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::properties(customtype) Compared strings are not the same
     Actual   (constructed.typeName()): QDBusRawType<0x287329>*
     Expected (expected.typeName())   : Struct1
     Loc: [tst_qdbusmetaobject.cpp(436)]
  Totals: 53 passed, 6 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusMetaObject *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDBusMetaObject::initTestCase()
  PASS   : tst_QDBusMetaObject::types(byte)
  PASS   : tst_QDBusMetaObject::types(bool)
  PASS   : tst_QDBusMetaObject::types(short)
  PASS   : tst_QDBusMetaObject::types(ushort)
  PASS   : tst_QDBusMetaObject::types(int)
  PASS   : tst_QDBusMetaObject::types(uint)
  PASS   : tst_QDBusMetaObject::types(qlonglong)
  PASS   : tst_QDBusMetaObject::types(qulonglong)
  PASS   : tst_QDBusMetaObject::types(double)
  PASS   : tst_QDBusMetaObject::types(QString)
  PASS   : tst_QDBusMetaObject::types(QDBusObjectPath)
  PASS   : tst_QDBusMetaObject::types(QDBusSignature)
  PASS   : tst_QDBusMetaObject::types(QDBusVariant)
  PASS   : tst_QDBusMetaObject::types(QStringList)
  PASS   : tst_QDBusMetaObject::types(QByteArray)
  FAIL!  : tst_QDBusMetaObject::types(StringPair) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(Struct1) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(Struct4) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  PASS   : tst_QDBusMetaObject::types(QVariantList)
  FAIL!  : tst_QDBusMetaObject::types(QVariantMap) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  FAIL!  : tst_QDBusMetaObject::types(QVariantMap-oldannotation) 'methodIdx != -1' returned FALSE. ()
     Loc: [tst_qdbusmetaobject.cpp(403)]
  PASS   : tst_QDBusMetaObject::methods(void-void)
  PASS   : tst_QDBusMetaObject::methods(void-int)
  PASS   : tst_QDBusMetaObject::methods(void-int-with-name)
  PASS   : tst_QDBusMetaObject::methods(int-void)
  PASS   : tst_QDBusMetaObject::methods(int-void2)
  PASS   : tst_QDBusMetaObject::methods(int-int)
  PASS   : tst_QDBusMetaObject::methods(int-int,int)
  PASS   : tst_QDBusMetaObject::methods(int,int-int,int)
  PASS   : tst_QDBusMetaObject::methods(int,int,int-int,int)
  PASS   : tst_QDBusMetaObject::methods(Q_ASYNC)
  PASS   : tst_QDBusMetaObject::_signals(empty)
  PASS   : tst_QDBusMetaObject::_signals(int)
  PASS   : tst_QDBusMetaObject::_signals(int output0)
  PASS   : tst_QDBusMetaObject::_signals(int output0,int)
  PASS   : tst_QDBusMetaObject::properties(read)
  PASS   : tst_QDBusMetaObject::properties(readwrite)
  PASS   : tst_QDBusMetaObject::properties(write)
  FAIL!  : tst_QDBusMetaObject::properties(customtype) Compared strings are not the same
     Actual   (constructed.typeName()): QDBusRawType<0x287329>*
     Expected (expected.typeName())   : Struct1
     Loc: [tst_qdbusmetaobject.cpp(436)]
  PASS   : tst_QDBusMetaObject::properties(bool)
  PASS   : tst_QDBusMetaObject::properties(byte)
  PASS   : tst_QDBusMetaObject::properties(short)
  PASS   : tst_QDBusMetaObject::properties(ushort)
  PASS   : tst_QDBusMetaObject::properties(uint)
  PASS   : tst_QDBusMetaObject::properties(qlonglong)
  PASS   : tst_QDBusMetaObject::properties(qulonglong)
  PASS   : tst_QDBusMetaObject::properties(double)
  PASS   : tst_QDBusMetaObject::properties(QString)
  PASS   : tst_QDBusMetaObject::properties(QDBusVariant)
  PASS   : tst_QDBusMetaObject::properties(QDBusObjectPath)
  PASS   : tst_QDBusMetaObject::properties(QDBusSignature)
  PASS   : tst_QDBusMetaObject::properties(QDBusUnixFileDescriptor)
  PASS   : tst_QDBusMetaObject::properties(QByteArray)
  PASS   : tst_QDBusMetaObject::properties(QStringList)
  PASS   : tst_QDBusMetaObject::properties(QVariantList)
  PASS   : tst_QDBusMetaObject::properties(QList<QDBusObjectPath>)
  PASS   : tst_QDBusMetaObject::properties(QList<QDBusSignature>)
  PASS   : tst_QDBusMetaObject::cleanupTestCase()
  Totals: 53 passed, 6 failed, 0 skipped
  ********* Finished testing of tst_QDBusMetaObject *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusmetaobject: 0.145797 seconds, exit code 6
  
  Testing tst_QDBusMarshall
  QFATAL : tst_QDBusMarshall::initTestCase() Received signal 11
  FAIL!  : tst_QDBusMarshall::initTestCase() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 0 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusMarshall *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  QFATAL : tst_QDBusMarshall::initTestCase() Received signal 11
  FAIL!  : tst_QDBusMarshall::initTestCase() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 0 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusMarshall *********
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusmarshall: 8 seconds, signal 6
  
  Testing tst_QDBusLocalCalls
  FAIL!  : tst_QDBusLocalCalls::initTestCase() 'conn.isConnected()' returned FALSE. ()
     Loc: [tst_qdbuslocalcalls.cpp(122)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusLocalCalls *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QDBusLocalCalls::initTestCase() 'conn.isConnected()' returned FALSE. ()
     Loc: [tst_qdbuslocalcalls.cpp(122)]
  PASS   : tst_QDBusLocalCalls::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusLocalCalls *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbuslocalcalls: 0.08112 seconds, exit code 1
  
  Testing tst_QDBusInterface
  FAIL!  : tst_QDBusInterface::initTestCase() 'con.isConnected()' returned FALSE. ()
     Loc: [../tst_qdbusinterface.cpp(270)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusInterface *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QDBusInterface::initTestCase() 'con.isConnected()' returned FALSE. ()
     Loc: [../tst_qdbusinterface.cpp(270)]
  PASS   : tst_QDBusInterface::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusInterface *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusinterface: 0.109109 seconds, exit code 1
  
  Testing tst_QDBusContext
  FAIL!  : tst_QDBusContext::initTestCase() 'QDBusConnection::sessionBus().isConnected()' returned FALSE. ()
     Loc: [tst_qdbuscontext.cpp(73)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusContext *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QDBusContext::initTestCase() 'QDBusConnection::sessionBus().isConnected()' returned FALSE. ()
     Loc: [tst_qdbuscontext.cpp(73)]
  PASS   : tst_QDBusContext::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusContext *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbuscontext: 0.078614 seconds, exit code 1
  
  Testing tst_QDBusConnection
  FAIL!  : tst_QDBusConnection::connectToBus() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(252)]
  FAIL!  : tst_QDBusConnection::connectToPeer() 'con.lastError().isValid()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(304)]
  FAIL!  : tst_QDBusConnection::connect() 'con.send(msg)' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(238)]
  FAIL!  : tst_QDBusConnection::send() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(180)]
  FAIL!  : tst_QDBusConnection::sendWithGui() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(196)]
  FAIL!  : tst_QDBusConnection::sendAsync() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(211)]
  FAIL!  : tst_QDBusConnection::sendSignal() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(165)]
  FAIL!  : tst_QDBusConnection::registerObject(/) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p1) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p2) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p1/q) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p1/q/r) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObjectPeer(/) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(465)]
  QFATAL : tst_QDBusConnection::registerObjectPeer(/) Received signal 11
  FAIL!  : tst_QDBusConnection::registerObjectPeer(/) Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 2 passed, 14 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusConnection *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_QDBusConnection::initTestCase()
  PASS   : tst_QDBusConnection::noConnection()
  FAIL!  : tst_QDBusConnection::connectToBus() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(252)]
  FAIL!  : tst_QDBusConnection::connectToPeer() 'con.lastError().isValid()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(304)]
  FAIL!  : tst_QDBusConnection::connect() 'con.send(msg)' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(238)]
  FAIL!  : tst_QDBusConnection::send() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(180)]
  FAIL!  : tst_QDBusConnection::sendWithGui() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(196)]
  FAIL!  : tst_QDBusConnection::sendAsync() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(211)]
  FAIL!  : tst_QDBusConnection::sendSignal() 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(165)]
  FAIL!  : tst_QDBusConnection::registerObject(/) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p1) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p2) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p1/q) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObject(/p1/q/r) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(373)]
  FAIL!  : tst_QDBusConnection::registerObjectPeer(/) 'con.isConnected()' returned FALSE. ()
     Loc: [tst_qdbusconnection.cpp(465)]
  QFATAL : tst_QDBusConnection::registerObjectPeer(/) Received signal 11
  FAIL!  : tst_QDBusConnection::registerObjectPeer(/) Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 2 passed, 14 failed, 0 skipped
  ********* Finished testing of tst_QDBusConnection *********
  QtQA::App::TestRunner: Process exited due to signal 6
  QtQA::App::TestRunner: Sorry, a crash report could not be found in /Users/qt/Library/Logs/CrashReporter.
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusconnection: 8 seconds, signal 6
  
  Testing tst_QDBusAbstractInterface
  FAIL!  : tst_QDBusAbstractInterface::initTestCase() 'con.isConnected()' returned FALSE. ()
     Loc: [../tst_qdbusabstractinterface.cpp(232)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusAbstractInterface *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  FAIL!  : tst_QDBusAbstractInterface::initTestCase() 'con.isConnected()' returned FALSE. ()
     Loc: [../tst_qdbusabstractinterface.cpp(232)]
  PASS   : tst_QDBusAbstractInterface::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusAbstractInterface *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusabstractinterface: 0.120061 seconds, exit code 1
  
  Testing tst_QDBusAbstractAdaptor
  FAIL!  : tst_QDBusAbstractAdaptor::initTestCase() 'w.ok()' returned FALSE. ()
     Loc: [../tst_qdbusabstractadaptor.cpp(494)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusAbstractAdaptor *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  QWARN  : tst_QDBusAbstractAdaptor::initTestCase() QObject::connect: Cannot connect (null)::serviceOwnerChanged(QString,QString,QString) to WaitForQMyServer::ownerChange(QString)
  FAIL!  : tst_QDBusAbstractAdaptor::initTestCase() 'w.ok()' returned FALSE. ()
     Loc: [../tst_qdbusabstractadaptor.cpp(494)]
  PASS   : tst_QDBusAbstractAdaptor::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QDBusAbstractAdaptor *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusabstractadaptor: 4 seconds, exit code 1
  
  Testing tst_MacGui
  FAIL!  : tst_MacGui::splashScreenModality() 'QTestEventLoop::instance().timeout() == false' returned FALSE. ()
     Loc: [tst_macgui.cpp(155)]
  Totals: 6 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_MacGui *********
  Config: Using QtTest library 5.3.0, Qt 5.3.0
  PASS   : tst_MacGui::initTestCase()
  QWARN  : tst_MacGui::scrollbarPainting() static TestNamespace::QPixmap TestNamespace::QPixmap::grabWindow(WId, int, int, int, int) is deprecated, use QScreen::grabWindow() instead. Defaulting to primary screen.
  XFAIL  : tst_MacGui::scrollbarPainting() QTBUG-26371
     Loc: [tst_macgui.cpp(103)]
  PASS   : tst_MacGui::scrollbarPainting()
  PASS   : tst_MacGui::dummy()
  FAIL!  : tst_MacGui::splashScreenModality() 'QTestEventLoop::instance().timeout() == false' returned FALSE. ()
     Loc: [tst_macgui.cpp(155)]
  PASS   : tst_MacGui::nonModalOrder()
  QWARN  : tst_MacGui::spinBoxArrowButtons() static TestNamespace::QPixmap TestNamespace::QPixmap::grabWindow(WId, int, int, int, int) is deprecated, use QScreen::grabWindow() instead. Defaulting to primary screen.
  XFAIL  : tst_MacGui::spinBoxArrowButtons() QTBUG-26372
     Loc: [tst_macgui.cpp(226)]
  PASS   : tst_MacGui::spinBoxArrowButtons()
  PASS   : tst_MacGui::cleanupTestCase()
  Totals: 6 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_MacGui *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_macgui: 20 seconds, exit code 1

  Build log: http://testresults.qt-project.org/ci/Qt5_dev_Integration/build_00420/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz

  Tested changes (refs/builds/dev_1395756579):
    http://codereview.qt-project.org/81713 [PS1] - Remove qt3d from qtlocation's dependency list



More information about the Ci-reports mailing list