[Ci-reports] fail on QtBase_5.5_Integration #578

Qt Continuous Integration System ci-noreply at qt-project.org
Fri Apr 10 13:09:23 CEST 2015


Autotests `tst_qdbusabstractadaptor' and `tst_qdbusservicewatcher' failed :(

Some (not all) of the tests were determined to be flaky, meaning results were not consistent across multiple runs.  This might make the problem difficult to reproduce.  Also, flaky failures might or might not be related to any recent changes in the source code.

  Testing tst_QDBusServiceWatcher
  FAIL!  : tst_QDBusServiceWatcher::setConnection() '!QTestEventLoop::instance().timeout()' returned FALSE. ()
     Loc: [tst_qdbusservicewatcher.cpp(358)]
  Totals: 8 passed, 1 failed, 0 skipped, 0 blacklisted
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QDBusServiceWatcher *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  PASS   : tst_QDBusServiceWatcher::initTestCase()
  PASS   : tst_QDBusServiceWatcher::watchForCreation()
  PASS   : tst_QDBusServiceWatcher::watchForDisappearance()
  PASS   : tst_QDBusServiceWatcher::watchForDisappearanceUniqueConnection()
  PASS   : tst_QDBusServiceWatcher::watchForOwnerChange()
  PASS   : tst_QDBusServiceWatcher::modeChange()
  PASS   : tst_QDBusServiceWatcher::disconnectedConnection()
  FAIL!  : tst_QDBusServiceWatcher::setConnection() '!QTestEventLoop::instance().timeout()' returned FALSE. ()
     Loc: [tst_qdbusservicewatcher.cpp(358)]
  PASS   : tst_QDBusServiceWatcher::cleanupTestCase()
  Totals: 8 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QDBusServiceWatcher *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qdbusservicewatcher: 2 seconds, exit code 1
  
  Testing tst_QDBusAbstractAdaptor
  QDBusAbstractAdaptor: Cannot relay signal MyServer::newConnection(QDBusConnection): Unregistered input type in parameter list: QDBusConnection
  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_QDBusAbstractAdaptor *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) release build; by Clang 6.0 (clang-600.0.54) (Apple))
  FAIL!  : tst_QDBusAbstractAdaptor::initTestCase() 'proc.waitForReadyRead()' returned FALSE. ()
     Loc: [../tst_qdbusabstractadaptor.cpp(502)]
  PASS   : tst_QDBusAbstractAdaptor::cleanupTestCase()
  Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted
  ********* Finished testing of tst_QDBusAbstractAdaptor *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with signal 6
  QtQA::App::TestRunner:   second attempt: exited with exit code 1
  QtQA::App::TestRunner: the test seems to be flaky, please fix this
  QtQA::App::TestRunner: this flaky test is being treated as a FAIL
  QtQA::App::TestRunner: end tst_qdbusabstractadaptor: 454 seconds, exit code 1

  Build log: http://testresults.qt.io/ci/QtBase_5.5_Integration/build_00578/macx-clang_developer-build_OSX_10.9/log.txt.gz

  Tested changes (refs/builds/5.5_1428655500):
    http://codereview.qt-project.org/110111 [PS1] - Speed up application startup on X11
    http://codereview.qt-project.org/110110 [PS1] - Speed up compose file parsing in the X11 composition input method plugin
    http://codereview.qt-project.org/109753 [PS3] - Fix crash when qt compiled with dbus support and no dbus interface.
    http://codereview.qt-project.org/109860 [PS1] - Merge two more QDBusConnectionPrivate members into a union
    http://codereview.qt-project.org/109636 [PS3] - Make sure we don't deadlock when connecting signals
    http://codereview.qt-project.org/109635 [PS2] - Bypass connectSignal() for receiving the NameOwnerChanged signal
    http://codereview.qt-project.org/110070 [PS1] - xcb: Fix getting of virtual roots
    http://codereview.qt-project.org/109859 [PS1] - Merge two Q_GLOBAL_STATICS into another and solve memory leak
    http://codereview.qt-project.org/109858 [PS4] - Fix undefined behavior: accessing an object after destruction
    http://codereview.qt-project.org/109634 [PS2] - Make QDBusConnectionPrivate::getNameOwnerNoCache work in our thread
    http://codereview.qt-project.org/109633 [PS2] - Use the new QDBusConnectionPrivate::shouldWatchService function
    http://codereview.qt-project.org/109632 [PS5] - QDBusServiceWatcher: Move the logic to QDBusConnectionPrivate
    http://codereview.qt-project.org/103740 [PS3] - Remove the event callbacks in QDBusConnectionPrivate
    http://codereview.qt-project.org/103739 [PS3] - And move the sending of other types of D-Bus messages to the thread
    http://codereview.qt-project.org/103738 [PS3] - Move the sending of the D-Bus messages with reply to the thread
    http://codereview.qt-project.org/103737 [PS3] - Remove superfluous code in QDBusConnectionPrivate::sendWithReply
    http://codereview.qt-project.org/103736 [PS3] - Simplify some code in QDBusConnectionPrivate::sendWithReplyAsync
    http://codereview.qt-project.org/103735 [PS6] - Use a dedicated thread for handling incoming libdbus-1 events
    http://codereview.qt-project.org/103734 [PS3] - Implement the blocking QtDBus call in terms of the non-blocking one
    http://codereview.qt-project.org/103733 [PS3] - Make QDBusConnectionPrivate::send return bool
    http://codereview.qt-project.org/103732 [PS3] - Use a signal for updating the dispatch status
    http://codereview.qt-project.org/103731 [PS3] - Use QDBusConnectionPrivate* when QDBusServer receives a new connection
    http://codereview.qt-project.org/102762 [PS5] - Use QDBusServiceWatcher in QDBusAbstractInterface to track the owner
    http://codereview.qt-project.org/109972 [PS6] - Add a means to set the application icon where supported



More information about the Ci-reports mailing list