[Ci-reports] fail on QtBase_dev_Integration #4091

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Aug 26 11:57:01 CEST 2014


Autotests `tst_qeventloop' and `tst_qpauseanimation' failed :(

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_QPauseAnimation
  FAIL!  : tst_QPauseAnimation::multipleSequentialGroups() 'group.state() == QAbstractAnimation::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimation.cpp(423)]
  Totals: 13 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QPauseAnimation *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 4.6.1)
  PASS   : tst_QPauseAnimation::initTestCase()
  PASS   : tst_QPauseAnimation::changeDirectionWhileRunning()
  PASS   : tst_QPauseAnimation::noTimerUpdates(0)
  PASS   : tst_QPauseAnimation::noTimerUpdates(1)
  PASS   : tst_QPauseAnimation::noTimerUpdates(2)
  PASS   : tst_QPauseAnimation::noTimerUpdates(3)
  PASS   : tst_QPauseAnimation::multiplePauseAnimations()
  FAIL!  : tst_QPauseAnimation::pauseAndPropertyAnimations() 'animation.state() == QAbstractAnimation::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimation.cpp(247)]
  PASS   : tst_QPauseAnimation::pauseResume()
  PASS   : tst_QPauseAnimation::sequentialPauseGroup()
  PASS   : tst_QPauseAnimation::sequentialGroupWithPause()
  FAIL!  : tst_QPauseAnimation::multipleSequentialGroups() 'group.state() == QAbstractAnimation::Stopped' returned FALSE. ()
     Loc: [tst_qpauseanimation.cpp(423)]
  PASS   : tst_QPauseAnimation::zeroDuration()
  PASS   : tst_QPauseAnimation::cleanupTestCase()
  Totals: 12 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QPauseAnimation *********
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 1
  QtQA::App::TestRunner:   second attempt: exited with exit code 2
  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_qpauseanimation: 12 seconds, exit code 2
  
  Testing tst_QEventLoop
  FAIL!  : tst_QEventLoop::deliverInDefinedOrder() QTestLib: This test case check ("((((objects[o].count)) == (int(NbEvent))))") failed because the requested timeout (5000 ms) was too short, 6050 ms would have been sufficient this time.
     Loc: [tst_qeventloop.cpp(585)]
  Totals: 12 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QEventLoop *********
  Config: Using QtTest library 5.5.0, Qt 5.5.0 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 4.6.1)
  PASS   : tst_QEventLoop::initTestCase()
  PASS   : tst_QEventLoop::processEvents()
  QWARN  : tst_QEventLoop::exec() QEventLoop::exec: instance 0x7fffe3ebe980 has already called exec()
  PASS   : tst_QEventLoop::exec()
  PASS   : tst_QEventLoop::reexec()
  PASS   : tst_QEventLoop::execAfterExit()
  PASS   : tst_QEventLoop::wakeUp()
  PASS   : tst_QEventLoop::quit()
  PASS   : tst_QEventLoop::processEventsExcludeSocket()
  PASS   : tst_QEventLoop::processEventsExcludeTimers()
  FAIL!  : tst_QEventLoop::deliverInDefinedOrder() QTestLib: This test case check ("((((objects[o].count)) == (int(NbEvent))))") failed because the requested timeout (5000 ms) was too short, 7300 ms would have been sufficient this time.
     Loc: [tst_qeventloop.cpp(585)]
  QWARN  : tst_QEventLoop::deliverInDefinedOrder() QThread: Destroyed while thread is still running
  QWARN  : tst_QEventLoop::deliverInDefinedOrder() QThread: Destroyed while thread is still running
  QWARN  : tst_QEventLoop::deliverInDefinedOrder() QThread: Destroyed while thread is still running
  QFATAL : tst_QEventLoop::nestedLoops() Received signal 11
  QtQA::App::TestRunner: Process exited due to signal 11; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner: [New LWP 4697]
  QtQA::App::TestRunner: [New LWP 4696]
  QtQA::App::TestRunner: [New LWP 4695]
  QtQA::App::TestRunner: [New LWP 4690]
  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_qeventloop -o /work/ci/qt/qtbase/dev/_artifacts/test-logs/tst_qeventloop-'.
  QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault.
  QtQA::App::TestRunner: #0  _int_free (av=0x7f109c06e1c0, p=0x23d2ab0) at malloc.c:4892
  QtQA::App::TestRunner: 4892	malloc.c: No such file or directory.
  QtQA::App::TestRunner: 	in malloc.c
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 4 (Thread 0x7f109d5ec740 (LWP 4690)):
  QtQA::App::TestRunner: #0  0x00007f109bd80c0d in nanosleep () at ../sysdeps/unix/syscall-template.S:82
  QtQA::App::TestRunner: #1  0x00007f109ce16d70 in TestNamespace::QTest::qSleep (ms=10) at qtestcase.cpp:2902
  QtQA::App::TestRunner: #2  0x0000000000405d6b in TestNamespace::QTest::qWait (ms=1000) at ../../../../../include/QtTest/../../src/testlib/qtestsystem.h:68
  QtQA::App::TestRunner: #3  0x0000000000407818 in tst_QEventLoop::nestedLoops (this=0x7fffe3ebf820) at tst_qeventloop.cpp:380
  QtQA::App::TestRunner: #4  0x000000000040947f in tst_QEventLoop::qt_static_metacall (_o=0x7fffe3ebf820, _c=TestNamespace::QMetaObject::InvokeMetaMethod, _id=9, _a=0x7fffe3ebeb10) at .moc/tst_qeventloop.moc:505
  QtQA::App::TestRunner: #5  0x00007f109c8fbaa3 in TestNamespace::QMetaMethod::invoke (this=0x7fffe3ebedb0, object=0x7fffe3ebf820, connectionType=TestNamespace::Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:2191
  QtQA::App::TestRunner: #6  0x00007f109c8faf49 in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffe3ebf820, member=0x23ce8e0 "nestedLoops", type=TestNamespace::Qt::DirectConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at kernel/qmetaobject.cpp:1486
  QtQA::App::TestRunner: #7  0x00007f109ce1823b in TestNamespace::QMetaObject::invokeMethod (obj=0x7fffe3ebf820, member=0x23ce8e0 "nestedLoops", type=TestNamespace::Qt::DirectConnection, val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at ../../include/QtCore/../../src/corelib/kernel/qobjectdefs.h:399
  QtQA::App::TestRunner: #8  0x00007f109ce13c10 in TestNamespace::QTest::qInvokeTestMethodDataEntry (slot=0x23ce8e0 "nestedLoops") at qtestcase.cpp:1897
  QtQA::App::TestRunner: #9  0x00007f109ce1448d in TestNamespace::QTest::qInvokeTestMethod (slotName=0x2461d28 "nestedLoops()", data=0x0) at qtestcase.cpp:2022
  QtQA::App::TestRunner: #10 0x00007f109ce14fa4 in TestNamespace::QTest::qInvokeTestMethods (testObject=0x7fffe3ebf820) at qtestcase.cpp:2249
  QtQA::App::TestRunner: #11 0x00007f109ce15527 in TestNamespace::QTest::qExec (testObject=0x7fffe3ebf820, argc=5, argv=0x7fffe3ebf928) at qtestcase.cpp:2482
  QtQA::App::TestRunner: #12 0x0000000000408ccf in main (argc=5, argv=0x7fffe3ebf928) at tst_qeventloop.cpp:674
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0x7f1098cb1700 (LWP 4695)):
  QtQA::App::TestRunner: #0  0x00007f109bda8e63 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f109a8daf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f109a8db429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f109c96a099 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x23e7b50, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #4  0x00007f109c8ebd08 in TestNamespace::QEventLoop::processEvents (this=0x7f1098cb0da0, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #5  0x00007f109c8ebfe1 in TestNamespace::QEventLoop::exec (this=0x7f1098cb0da0, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #6  0x00007f109c669748 in TestNamespace::QThread::exec (this=0x7fffe3ebe840) at thread/qthread.cpp:511
  QtQA::App::TestRunner: #7  0x00007f109c6698e6 in TestNamespace::QThread::run (this=0x7fffe3ebe840) at thread/qthread.cpp:578
  QtQA::App::TestRunner: #8  0x00007f109c670cb4 in TestNamespace::QThreadPrivate::start (arg=0x7fffe3ebe840) at thread/qthread_unix.cpp:345
  QtQA::App::TestRunner: #9  0x00007f109babaefc in start_thread (arg=0x7f1098cb1700) at pthread_create.c:304
  QtQA::App::TestRunner: #10 0x00007f109bdb4f8d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #11 0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0x7f10984b0700 (LWP 4696)):
  QtQA::App::TestRunner: #0  0x00007f109bda8e63 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #1  0x00007f109a8daf68 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #2  0x00007f109a8db429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0x00007f109c96a099 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x23ee500, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #4  0x00007f109c8ebd08 in TestNamespace::QEventLoop::processEvents (this=0x7f10984afda0, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #5  0x00007f109c8ebfe1 in TestNamespace::QEventLoop::exec (this=0x7f10984afda0, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #6  0x00007f109c669748 in TestNamespace::QThread::exec (this=0x7fffe3ebe850) at thread/qthread.cpp:511
  QtQA::App::TestRunner: #7  0x00007f109c6698e6 in TestNamespace::QThread::run (this=0x7fffe3ebe850) at thread/qthread.cpp:578
  QtQA::App::TestRunner: #8  0x00007f109c670cb4 in TestNamespace::QThreadPrivate::start (arg=0x7fffe3ebe850) at thread/qthread_unix.cpp:345
  QtQA::App::TestRunner: #9  0x00007f109babaefc in start_thread (arg=0x7f10984b0700) at pthread_create.c:304
  QtQA::App::TestRunner: #10 0x00007f109bdb4f8d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #11 0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0x7f1097caf700 (LWP 4697)):
  QtQA::App::TestRunner: #0  _int_free (av=0x7f109c06e1c0, p=0x23d2ab0) at malloc.c:4892
  QtQA::App::TestRunner: #1  0x00007f109bd4f13c in __GI___libc_free (mem=<optimized out>) at malloc.c:3738
  QtQA::App::TestRunner: #2  0x00007f109ce25a9c in TestNamespace::QAbstractTestLogger::outputString (this=0x23d2490, msg=0x7f1097cad840 "<Message type=\"qfatal\" file=\"\" line=\"0\">\n    <Description><![CDATA[Received signal 11]]></Description>\n</Message>\n") at qabstracttestlogger.cpp:115
  QtQA::App::TestRunner: #3  0x00007f109ce23a2c in TestNamespace::QXmlTestLogger::addMessage (this=0x23d2490, type=TestNamespace::QAbstractTestLogger::QFatal, message=..., file=0x0, line=0) at qxmltestlogger.cpp:307
  QtQA::App::TestRunner: #4  0x00007f109ce1e233 in TestNamespace::QTest::TestLoggers::addMessage (type=TestNamespace::QAbstractTestLogger::QFatal, message=..., file=0x0, line=0) at qtestlog.cpp:218
  QtQA::App::TestRunner: #5  0x00007f109ce1cd6e in TestNamespace::QTest::messageHandler (type=TestNamespace::QtFatalMsg, context=..., message=...) at qtestlog.cpp:313
  QtQA::App::TestRunner: #6  0x00007f109c65cb87 in TestNamespace::qt_message_print (msgType=TestNamespace::QtFatalMsg, context=..., message=...) at global/qlogging.cpp:1392
  QtQA::App::TestRunner: #7  0x00007f109c65822b in TestNamespace::qt_message(TestNamespace::QtMsgType, const TestNamespace::QMessageLogContext &, const char *, typedef __va_list_tag __va_list_tag *, TestNamespace::QString &) (msgType=TestNamespace::QtFatalMsg, context=..., msg=0x7f109ce2dc24 "Received signal %d", ap=0x7f1097cae448, buf=...) at global/qlogging.cpp:202
  QtQA::App::TestRunner: #8  0x00007f109c6593fb in TestNamespace::QMessageLogger::fatal (this=0x7f1097cae550, msg=0x7f109ce2dc24 "Received signal %d") at global/qlogging.cpp:611
  QtQA::App::TestRunner: #9  0x00007f109ce150c1 in TestNamespace::QTest::FatalSignalHandler::signal (signum=11) at qtestcase.cpp:2284
  QtQA::App::TestRunner: #10 <signal handler called>
  QtQA::App::TestRunner: #11 0x00007f109c669f4f in TestNamespace::QVector<TestNamespace::QPostEvent>::size (this=0x23d2ad0) at ../../include/QtCore/../../src/corelib/tools/qvector.h:90
  QtQA::App::TestRunner: #12 0x00007f109c8f0347 in TestNamespace::QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x23d2ac0) at kernel/qcoreapplication.cpp:1475
  QtQA::App::TestRunner: #13 0x00007f109c8efed2 in TestNamespace::QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at kernel/qcoreapplication.cpp:1402
  QtQA::App::TestRunner: #14 0x00007f109c969835 in TestNamespace::postEventSourceDispatch (s=0x23f4be0) at kernel/qeventdispatcher_glib.cpp:279
  QtQA::App::TestRunner: #15 0x00007f109a8daa5d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #16 0x00007f109a8db258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #17 0x00007f109a8db429 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #18 0x00007f109c96a099 in TestNamespace::QEventDispatcherGlib::processEvents (this=0x23faf70, flags=...) at kernel/qeventdispatcher_glib.cpp:426
  QtQA::App::TestRunner: #19 0x00007f109c8ebd08 in TestNamespace::QEventLoop::processEvents (this=0x7f1097caeda0, flags=...) at kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #20 0x00007f109c8ebfe1 in TestNamespace::QEventLoop::exec (this=0x7f1097caeda0, flags=...) at kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #21 0x00007f109c669748 in TestNamespace::QThread::exec (this=0x7fffe3ebe860) at thread/qthread.cpp:511
  QtQA::App::TestRunner: #22 0x00007f109c6698e6 in TestNamespace::QThread::run (this=0x7fffe3ebe860) at thread/qthread.cpp:578
  QtQA::App::TestRunner: #23 0x00007f109c670cb4 in TestNamespace::QThreadPrivate::start (arg=0x7fffe3ebe860) at thread/qthread_unix.cpp:345
  QtQA::App::TestRunner: #24 0x00007f109babaefc in start_thread (arg=0x7f1097caf700) at pthread_create.c:304
  QtQA::App::TestRunner: #25 0x00007f109bdb4f8d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  QtQA::App::TestRunner: #26 0x0000000000000000 in ?? ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed on first and second attempts, but with different behavior each time:
  QtQA::App::TestRunner:   first attempt:  exited with exit code 1
  QtQA::App::TestRunner:   second attempt: exited with signal 11
  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_qeventloop: 41 seconds, signal 11

  Build log: http://testresults.qt-project.org/ci/QtBase_dev_Integration/build_04091/linux-g++_developer-build_qtnamespace_qtlibinfix_Ubuntu_11.10_x64/log.txt.gz

  Tested changes (refs/builds/dev_1409042449):
    http://codereview.qt-project.org/92990 [PS2] - Uic: Fix memory leaks



More information about the Ci-reports mailing list