[Ci-reports] [Qt CI] fail on ssh://codereview.qt-project.org:29418/qt/qtbase#master

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Oct 16 11:11:57 CEST 2012


nine autotests 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_QV8ProfilerService
  FAIL!  : tst_QV8ProfilerService::blockingConnectWithTraceDisabled() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.)
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp(274)]
  FAIL!  : tst_QV8ProfilerService::snapshot() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(snapshot()))' returned FALSE. (No trace received in time.)
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp(301)]
  FAIL!  : tst_QV8ProfilerService::profileOnExit() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.)
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp(314)]
  Totals: 5 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QV8ProfilerService *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QV8ProfilerService::initTestCase()
  PASS   : tst_QV8ProfilerService::blockingConnectWithTraceEnabled()
  FAIL!  : tst_QV8ProfilerService::blockingConnectWithTraceDisabled() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.)
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp(274)]
  QDEBUG : tst_QV8ProfilerService::blockingConnectWithTraceDisabled() Process State: "not running (crashed!)"
  QDEBUG : tst_QV8ProfilerService::blockingConnectWithTraceDisabled() Application Output: "QML Debugger: Waiting for connection on port 13774...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QV8ProfilerService::nonBlockingConnect()
  FAIL!  : tst_QV8ProfilerService::snapshot() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(snapshot()))' returned FALSE. (No trace received in time.)
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp(301)]
  QDEBUG : tst_QV8ProfilerService::snapshot() Process State: "not running (crashed!)"
  QDEBUG : tst_QV8ProfilerService::snapshot() Application Output: "QML Debugger: Waiting for connection on port 13774...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QV8ProfilerService::profileOnExit()
  PASS   : tst_QV8ProfilerService::console()
  PASS   : tst_QV8ProfilerService::cleanupTestCase()
  Totals: 6 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QV8ProfilerService *********
  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 3
  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_qv8profilerservice: 27 seconds, exit code 2
  
  Testing tst_QQmlProfilerService
  FAIL!  : tst_QQmlProfilerService::nonBlockingConnect() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp(307)]
  FAIL!  : tst_QQmlProfilerService::profileOnExit() 'QQmlDebugTest::waitForSignal(m_client, SIGNAL(complete()))' returned FALSE. (No trace received in time.)
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp(329)]
  Totals: 4 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQmlProfilerService *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QQmlProfilerService::initTestCase()
  PASS   : tst_QQmlProfilerService::blockingConnectWithTraceEnabled()
  PASS   : tst_QQmlProfilerService::blockingConnectWithTraceDisabled()
  FAIL!  : tst_QQmlProfilerService::nonBlockingConnect() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp(307)]
  QDEBUG : tst_QQmlProfilerService::nonBlockingConnect() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlProfilerService::nonBlockingConnect() Application Output: "QML Debugger: Waiting for connection on port 13773...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QQmlProfilerService::profileOnExit()
  PASS   : tst_QQmlProfilerService::cleanupTestCase()
  Totals: 5 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_QQmlProfilerService *********
  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 2
  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_qqmlprofilerservice: 16 seconds, exit code 1
  
  Testing tst_QQmlInspector
  FAIL!  : tst_QQmlInspector::connect() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp(113)]
  FAIL!  : tst_QQmlInspector::showAppOnTop() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp(118)]
  FAIL!  : tst_QQmlInspector::reloadQml() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp(131)]
  Totals: 2 passed, 3 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQmlInspector *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QQmlInspector::initTestCase()
  FAIL!  : tst_QQmlInspector::connect() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp(113)]
  QDEBUG : tst_QQmlInspector::connect() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlInspector::connect() Application Output: "QML Debugger: Waiting for connection on port 3772...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  FAIL!  : tst_QQmlInspector::showAppOnTop() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp(118)]
  QDEBUG : tst_QQmlInspector::showAppOnTop() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlInspector::showAppOnTop() Application Output: "QML Debugger: Waiting for connection on port 3772...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  FAIL!  : tst_QQmlInspector::reloadQml() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.cpp(131)]
  QDEBUG : tst_QQmlInspector::reloadQml() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlInspector::reloadQml() Application Output: "QML Debugger: Waiting for connection on port 3772...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QQmlInspector::cleanupTestCase()
  Totals: 2 passed, 3 failed, 0 skipped
  ********* Finished testing of tst_QQmlInspector *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlinspector: 30 seconds, exit code 3
  
  Testing tst_QQmlEngineDebugInspectorIntegration
  FAIL!  : tst_QQmlEngineDebugInspectorIntegration::connect() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp(138)]
  FAIL!  : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp(144)]
  Totals: 2 passed, 2 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQmlEngineDebugInspectorIntegration *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QQmlEngineDebugInspectorIntegration::initTestCase()
  FAIL!  : tst_QQmlEngineDebugInspectorIntegration::connect() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp(138)]
  QDEBUG : tst_QQmlEngineDebugInspectorIntegration::connect() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlEngineDebugInspectorIntegration::connect() Application Output: "QML Debugger: Waiting for connection on port 3776...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  FAIL!  : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Compared values are not the same
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmlenginedebuginspectorintegrationtest/tst_qqmlenginedebuginspectorintegration.cpp(144)]
  QDEBUG : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlEngineDebugInspectorIntegration::clearObjectReferenceHashonReloadQml() Application Output: "QML Debugger: Waiting for connection on port 3776...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QQmlEngineDebugInspectorIntegration::cleanupTestCase()
  Totals: 2 passed, 2 failed, 0 skipped
  ********* Finished testing of tst_QQmlEngineDebugInspectorIntegration *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmlenginedebuginspectorintegration: 20 seconds, exit code 2
  
  Testing tst_QQmlDebugJS
  FAIL!  : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1310)]
  FAIL!  : tst_QQmlDebugJS::changeBreakpoint() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1395)]
  FAIL!  : tst_QQmlDebugJS::changeBreakpointOnCondition() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1440)]
  FAIL!  : tst_QQmlDebugJS::clearBreakpoint() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1485)]
  Totals: 33 passed, 4 failed, 0 skipped
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_QQmlDebugJS *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_QQmlDebugJS::initTestCase()
  PASS   : tst_QQmlDebugJS::connect()
  PASS   : tst_QQmlDebugJS::interrupt()
  PASS   : tst_QQmlDebugJS::getVersion()
  PASS   : tst_QQmlDebugJS::getVersionWhenAttaching()
  PASS   : tst_QQmlDebugJS::applyV8Flags()
  PASS   : tst_QQmlDebugJS::disconnect()
  PASS   : tst_QQmlDebugJS::gc()
  PASS   : tst_QQmlDebugJS::listBreakpoints()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnCompleted()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnComponentCreated()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnTimerCallback()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptInDifferentFile()
  XFAIL  : tst_QQmlDebugJS::setBreakpointInScriptOnComment() Relocation of breakpoints is disabled right now
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1247)]
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnComment()
  XFAIL  : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine() Relocation of breakpoints is disabled right now
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1269)]
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnEmptyLine()
  PASS   : tst_QQmlDebugJS::setBreakpointInScriptOnOptimizedBinding()
  FAIL!  : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1310)]
  QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition()
  DEBUGGEE OUTPUT:
  "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlDebugJS::setBreakpointInScriptWithCondition() Application Output: "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QQmlDebugJS::setBreakpointOnEvent()
  PASS   : tst_QQmlDebugJS::setBreakpointWhenAttaching()
  FAIL!  : tst_QQmlDebugJS::changeBreakpoint() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1395)]
  QDEBUG : tst_QQmlDebugJS::changeBreakpoint()
  DEBUGGEE OUTPUT:
  "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlDebugJS::changeBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  FAIL!  : tst_QQmlDebugJS::changeBreakpointOnCondition() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1440)]
  QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition()
  DEBUGGEE OUTPUT:
  "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlDebugJS::changeBreakpointOnCondition() Application Output: "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  FAIL!  : tst_QQmlDebugJS::clearBreakpoint() 'QQmlDebugTest::waitForSignal(client, SIGNAL(stopped()))' returned FALSE. ()
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp(1485)]
  QDEBUG : tst_QQmlDebugJS::clearBreakpoint()
  DEBUGGEE OUTPUT:
  "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Process State: "not running (crashed!)"
  QDEBUG : tst_QQmlDebugJS::clearBreakpoint() Application Output: "QML Debugger: Waiting for connection on port 3771...
  QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QQuickWindow: makeCurrent() failed...
  "
  PASS   : tst_QQmlDebugJS::setExceptionBreak()
  PASS   : tst_QQmlDebugJS::stepNext()
  PASS   : tst_QQmlDebugJS::stepNextWithCount()
  PASS   : tst_QQmlDebugJS::stepIn()
  PASS   : tst_QQmlDebugJS::stepOut()
  PASS   : tst_QQmlDebugJS::continueDebugging()
  PASS   : tst_QQmlDebugJS::backtrace()
  PASS   : tst_QQmlDebugJS::getFrameDetails()
  PASS   : tst_QQmlDebugJS::getScopeDetails()
  PASS   : tst_QQmlDebugJS::evaluateInGlobalScope()
  PASS   : tst_QQmlDebugJS::evaluateInLocalScope()
  PASS   : tst_QQmlDebugJS::getScopes()
  PASS   : tst_QQmlDebugJS::getScripts()
  PASS   : tst_QQmlDebugJS::getSource()
  PASS   : tst_QQmlDebugJS::cleanupTestCase()
  Totals: 33 passed, 4 failed, 0 skipped
  ********* Finished testing of tst_QQmlDebugJS *********
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qqmldebugjs: 46 seconds, exit code 4
  
  Testing qmltest
  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 14531]
  QtQA::App::TestRunner: [New LWP 14533]
  QtQA::App::TestRunner: [New LWP 14537]
  QtQA::App::TestRunner: [New LWP 14535]
  QtQA::App::TestRunner: [New LWP 14534]
  QtQA::App::TestRunner: [New LWP 14532]
  QtQA::App::TestRunner: [New LWP 14536]
  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_qmltest -silent -o /work/build/_artifacts/test-logs/tst_qmltest-testresul'.
  QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault.
  QtQA::App::TestRunner: #0  0xb691a2b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: 646	    return d->shareGroup;
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 7 (Thread 0xb2c33b70 (LWP 14536)):
  QtQA::App::TestRunner: #0  0xb777c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb769540e in __GI___poll (fds=0xb3730fd8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f3e34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f2f896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f2fc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7415ff8 in QEventDispatcherGlib::processEvents (this=0x9e73730, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb73c7266 in QEventLoop::processEvents (this=0xb2c332b4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb73c76a4 in QEventLoop::exec (this=0xb2c332b4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb7223c28 in QThread::exec (this=0xb37104c0) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb6f139fb in QQuickPixmapReader::run (this=0xb37104c0) at /work/build/qt/qtdeclarative/src/quick/util/qquickpixmapcache.cpp:651
  QtQA::App::TestRunner: #10 0xb7228c92 in QThreadPrivate::start (arg=0xb37104c0) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6316d31 in start_thread (arg=0xb2c33b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb76a40ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 6 (Thread 0xb4817b70 (LWP 14532)):
  QtQA::App::TestRunner: #0  0xb777c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb769540e in __GI___poll (fds=0x9ddb480, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f3e34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f2f896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f2fc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7415ff8 in QEventDispatcherGlib::processEvents (this=0x9ddc5e8, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb73c7266 in QEventLoop::processEvents (this=0xb48172e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb73c76a4 in QEventLoop::exec (this=0xb48172e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb7223c28 in QThread::exec (this=0x9ddb898) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb6d7aedf in QQmlThreadPrivate::run (this=0x9ddb898) at /work/build/qt/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp:148
  QtQA::App::TestRunner: #10 0xb7228c92 in QThreadPrivate::start (arg=0x9ddb898) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6316d31 in start_thread (arg=0xb4817b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb76a40ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 5 (Thread 0xb4002b70 (LWP 14534)):
  QtQA::App::TestRunner: #0  0xb777c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb769540e in __GI___poll (fds=0x9e0b828, nfds=1, timeout=9738) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f3e34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f2f896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f2fc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7415ff8 in QEventDispatcherGlib::processEvents (this=0x9e740b8, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb73c7266 in QEventLoop::processEvents (this=0xb40022e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb73c76a4 in QEventLoop::exec (this=0xb40022e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb7223c28 in QThread::exec (this=0x9e0b6d8) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb7223cbb in QThread::run (this=0x9e0b6d8) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:590
  QtQA::App::TestRunner: #10 0xb7228c92 in QThreadPrivate::start (arg=0x9e0b6d8) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6316d31 in start_thread (arg=0xb4002b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb76a40ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 4 (Thread 0xb3476b70 (LWP 14535)):
  QtQA::App::TestRunner: #0  0xb777c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb769540e in __GI___poll (fds=0x9f21178, nfds=1, timeout=134743) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f3e34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f2f896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f2fc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7415ff8 in QEventDispatcherGlib::processEvents (this=0x9f1ec80, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb73c7266 in QEventLoop::processEvents (this=0xb34762e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb73c76a4 in QEventLoop::exec (this=0xb34762e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb7223c28 in QThread::exec (this=0x9f1e0f8) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb7223cbb in QThread::run (this=0x9f1e0f8) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:590
  QtQA::App::TestRunner: #10 0xb7228c92 in QThreadPrivate::start (arg=0x9f1e0f8) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6316d31 in start_thread (arg=0xb3476b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb76a40ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0xb2432b70 (LWP 14537)):
  QtQA::App::TestRunner: #0  0xb777c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb769540e in __GI___poll (fds=0x9e81530, nfds=1, timeout=134737) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f3e34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f2f896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f2fc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7415ff8 in QEventDispatcherGlib::processEvents (this=0x9e72968, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb73c7266 in QEventLoop::processEvents (this=0xb24322e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb73c76a4 in QEventLoop::exec (this=0xb24322e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb7223c28 in QThread::exec (this=0x9f0d0e0) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb7223cbb in QThread::run (this=0x9f0d0e0) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:590
  QtQA::App::TestRunner: #10 0xb7228c92 in QThreadPrivate::start (arg=0x9f0d0e0) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6316d31 in start_thread (arg=0xb2432b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb76a40ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb775fb70 (LWP 14533)):
  QtQA::App::TestRunner: #0  0xb777c424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb631cd35 in sem_wait@@GLIBC_2.1 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80
  QtQA::App::TestRunner: #2  0xb66e3256 in v8::internal::LinuxSemaphore::Wait (this=0x9dfd050) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:857
  QtQA::App::TestRunner: #3  0xb6612dc8 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/runtime-profiler.cc:420
  QtQA::App::TestRunner: #4  0xb66e4c6b in v8::internal::SignalSender::Run (this=0x9dfd328) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:1136
  QtQA::App::TestRunner: #5  0xb66e330b in v8::internal::ThreadEntry (arg=0x9dfd328) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:733
  QtQA::App::TestRunner: #6  0xb6316d31 in start_thread (arg=0xb775fb70) at pthread_create.c:304
  QtQA::App::TestRunner: #7  0xb76a40ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb4cab6e0 (LWP 14531)):
  QtQA::App::TestRunner: #0  0xb691a2b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: #1  0xb6b4914e in value<QOpenGLFunctionsPrivateEx> (context=0x0, this=0x9e73810) at ../../include/QtGui/5.0.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qopenglcontext_p.h:164
  QtQA::App::TestRunner: #2  qt_gl_functions (context=0x0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:196
  QtQA::App::TestRunner: #3  0xb6b492ea in QOpenGLFunctions::initializeOpenGLFunctions (this=0x9e5f458) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:460
  QtQA::App::TestRunner: #4  0xb6f4b0f6 in QSGRenderer::QSGRenderer (this=0x9e5f450, context=0x9de4e18) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgrenderer.cpp:152
  QtQA::App::TestRunner: #5  0xb6f44336 in QSGDefaultRenderer::QSGDefaultRenderer (this=0x9e5f450, context=0x9de4e18) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgdefaultrenderer.cpp:137
  QtQA::App::TestRunner: #6  0xb6f56a24 in QSGContext::createRenderer (this=0x9de4e18) at /work/build/qt/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp:370
  QtQA::App::TestRunner: #7  0xb6f8f489 in QQuickWindowPrivate::syncSceneGraph (this=0x9de4c78) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindow.cpp:316
  QtQA::App::TestRunner: #8  0xb7084b33 in QQuickTrivialWindowManager::renderWindow (this=0x9ddc438, window=0x9dda868) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:252
  QtQA::App::TestRunner: #9  0xb7085598 in event (this=0x9ddc438, e=<optimized out>) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:345
  QtQA::App::TestRunner: #10 QQuickTrivialWindowManager::event (this=0x9ddc438, e=0x9f0c330) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:337
  QtQA::App::TestRunner: #11 0xb73c8c29 in QCoreApplicationPrivate::notify_helper (this=0x9db6608, receiver=0x9ddc438, event=0x9f0c330) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:865
  QtQA::App::TestRunner: #12 0xb73c8c94 in QCoreApplication::notify (this=0x9db65f8, receiver=0x9ddc438, event=0x9f0c330) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:810
  QtQA::App::TestRunner: #13 0xb68e20a6 in QGuiApplication::notify (this=0x9db65f8, object=0x9ddc438, event=0x9f0c330) at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1092
  QtQA::App::TestRunner: #14 0xb73c895e in QCoreApplication::notifyInternal (this=0x9db65f8, receiver=0x9ddc438, event=0x9f0c330) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:748
  QtQA::App::TestRunner: #15 0xb73cab24 in sendEvent (event=0x9f0c330, receiver=0x9ddc438) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:206
  QtQA::App::TestRunner: #16 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9db6698) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1349
  QtQA::App::TestRunner: #17 0xb73cb07c in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1209
  QtQA::App::TestRunner: #18 0xb7415be4 in postEventSourceDispatch (s=0x9dbd3a0) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:278
  QtQA::App::TestRunner: #19 0xb5f2f25f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #20 0xb5f2f990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #21 0xb5f2fc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #22 0xb7415ff8 in QEventDispatcherGlib::processEvents (this=0x9db8fb0, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #23 0xb73c8db5 in QCoreApplication::processEvents (flags=..., maxtime=4976) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:946
  QtQA::App::TestRunner: #24 0xb7769194 in qWaitForSignal (obj=0x9dda868, signal=0xb7774e1f "2frameSwapped()", timeout=5000) at /work/build/qt/qtdeclarative/src/qmltest/quicktest.cpp:160
  QtQA::App::TestRunner: #25 0xb776a875 in quick_test_main (argc=6, argv=0xbfbe1b24, name=0x8048640 "qmltest", sourceDir=0x8048610 "/work/build/qt/qtdeclarative/tests/auto/qmltest") at /work/build/qt/qtdeclarative/src/qmltest/quicktest.cpp:310
  QtQA::App::TestRunner: #26 0x0804847b in main (argc=6, argv=0xbfbe1b24) at /work/build/qt/qtdeclarative/tests/auto/qmltest/tst_qmltest.cpp:43
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of qmltest *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : qmltest::AnimatedImage::initTestCase()
  PASS   : qmltest::AnimatedImage::test_clearSource()
  PASS   : qmltest::AnimatedImage::test_imageSource(local)
  PASS   : qmltest::AnimatedImage::test_imageSource(local not found)
  SKIP   : qmltest::AnimatedImage::test_imageSource(remote) Remote solution not yet complete
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qmltest/animatedimage/tst_animatedimage.qml(162)]
  PASS   : qmltest::AnimatedImage::test_noSource()
  PASS   : qmltest::AnimatedImage::test_resized()
  PASS   : qmltest::AnimatedImage::test_smooth()
  PASS   : qmltest::AnimatedImage::test_tileModes()
  PASS   : qmltest::AnimatedImage::cleanupTestCase()
  PASS   : qmltest::BorderImage::initTestCase()
  PASS   : qmltest::BorderImage::test_clearSource()
  PASS   : qmltest::BorderImage::test_imageSource(local)
  PASS   : qmltest::BorderImage::test_imageSource(local not found)
  SKIP   : qmltest::BorderImage::test_imageSource(remote) Remote solution not yet complete
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qmltest/borderimage/tst_borderimage.qml(157)]
  PASS   : qmltest::BorderImage::test_invalidSciFile()
  PASS   : qmltest::BorderImage::test_noSource()
  PASS   : qmltest::BorderImage::test_resized()
  PASS   : qmltest::BorderImage::test_sciSource(local)
  PASS   : qmltest::BorderImage::test_sciSource(local not found)
  SKIP   : qmltest::BorderImage::test_sciSource(remote) Remote solution not yet complete
     Loc: [/work/build/qt/qtdeclarative/tests/auto/qmltest/borderimage/tst_borderimage.qml(242)]
  PASS   : qmltest::BorderImage::test_smooth()
  PASS   : qmltest::BorderImage::test_tileModes()
  PASS   : qmltest::BorderImage::cleanupTestCase()
  QWARN  : qmltest::UnknownTestFunc() QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QWARN  : qmltest::UnknownTestFunc() QQuickWindow: makeCurrent() failed...
  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 14541]
  QtQA::App::TestRunner: [New LWP 14547]
  QtQA::App::TestRunner: [New LWP 14545]
  QtQA::App::TestRunner: [New LWP 14544]
  QtQA::App::TestRunner: [New LWP 14543]
  QtQA::App::TestRunner: [New LWP 14542]
  QtQA::App::TestRunner: [New LWP 14546]
  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_qmltest -o /work/build/_artifacts/test-logs/tst_qmltest-testresults-00.xm'.
  QtQA::App::TestRunner: Program terminated with signal 11, Segmentation fault.
  QtQA::App::TestRunner: #0  0xb69762b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: 646	    return d->shareGroup;
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 7 (Thread 0xb2c8fb70 (LWP 14546)):
  QtQA::App::TestRunner: #0  0xb77d8424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb76f140e in __GI___poll (fds=0xb37051e8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f9a34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f8b896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f8bc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7471ff8 in QEventDispatcherGlib::processEvents (this=0x98edce0, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb7423266 in QEventLoop::processEvents (this=0xb2c8f2b4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb74236a4 in QEventLoop::exec (this=0xb2c8f2b4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb727fc28 in QThread::exec (this=0x9858650) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb6f6f9fb in QQuickPixmapReader::run (this=0x9858650) at /work/build/qt/qtdeclarative/src/quick/util/qquickpixmapcache.cpp:651
  QtQA::App::TestRunner: #10 0xb7284c92 in QThreadPrivate::start (arg=0x9858650) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6372d31 in start_thread (arg=0xb2c8fb70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb77000ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 6 (Thread 0xb4873b70 (LWP 14542)):
  QtQA::App::TestRunner: #0  0xb77d8424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb76f140e in __GI___poll (fds=0x97bcf78, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f9a34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f8b896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f8bc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7471ff8 in QEventDispatcherGlib::processEvents (this=0x97be478, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb7423266 in QEventLoop::processEvents (this=0xb48732e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb74236a4 in QEventLoop::exec (this=0xb48732e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb727fc28 in QThread::exec (this=0x97be420) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb6dd6edf in QQmlThreadPrivate::run (this=0x97be420) at /work/build/qt/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp:148
  QtQA::App::TestRunner: #10 0xb7284c92 in QThreadPrivate::start (arg=0x97be420) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6372d31 in start_thread (arg=0xb4873b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb77000ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 5 (Thread 0xb77bbb70 (LWP 14543)):
  QtQA::App::TestRunner: #0  0xb77d8424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb6378d35 in sem_wait@@GLIBC_2.1 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80
  QtQA::App::TestRunner: #2  0xb673f256 in v8::internal::LinuxSemaphore::Wait (this=0x97ddee0) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:857
  QtQA::App::TestRunner: #3  0xb666edc8 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/runtime-profiler.cc:420
  QtQA::App::TestRunner: #4  0xb6740c6b in v8::internal::SignalSender::Run (this=0x97de1c0) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:1136
  QtQA::App::TestRunner: #5  0xb673f30b in v8::internal::ThreadEntry (arg=0x97de1c0) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:733
  QtQA::App::TestRunner: #6  0xb6372d31 in start_thread (arg=0xb77bbb70) at pthread_create.c:304
  QtQA::App::TestRunner: #7  0xb77000ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 4 (Thread 0xb405eb70 (LWP 14544)):
  QtQA::App::TestRunner: #0  0xb77d8424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb76f140e in __GI___poll (fds=0xb3701980, nfds=1, timeout=9569) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f9a34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f8b896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f8bc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7471ff8 in QEventDispatcherGlib::processEvents (this=0xb3700468, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb7423266 in QEventLoop::processEvents (this=0xb405e2e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb74236a4 in QEventLoop::exec (this=0xb405e2e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb727fc28 in QThread::exec (this=0x97ec608) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb727fcbb in QThread::run (this=0x97ec608) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:590
  QtQA::App::TestRunner: #10 0xb7284c92 in QThreadPrivate::start (arg=0x97ec608) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6372d31 in start_thread (arg=0xb405eb70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb77000ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0xb34c7b70 (LWP 14545)):
  QtQA::App::TestRunner: #0  0xb77d8424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb76f140e in __GI___poll (fds=0x990aae8, nfds=1, timeout=134573) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f9a34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f8b896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f8bc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7471ff8 in QEventDispatcherGlib::processEvents (this=0x99088c0, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb7423266 in QEventLoop::processEvents (this=0xb34c72e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb74236a4 in QEventLoop::exec (this=0xb34c72e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb727fc28 in QThread::exec (this=0x9908cb0) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb727fcbb in QThread::run (this=0x9908cb0) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:590
  QtQA::App::TestRunner: #10 0xb7284c92 in QThreadPrivate::start (arg=0x9908cb0) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6372d31 in start_thread (arg=0xb34c7b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb77000ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb248eb70 (LWP 14547)):
  QtQA::App::TestRunner: #0  0xb77d8424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb76f140e in __GI___poll (fds=0x9854400, nfds=1, timeout=134569) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5f9a34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5f8b896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5f8bc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb7471ff8 in QEventDispatcherGlib::processEvents (this=0x983f860, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb7423266 in QEventLoop::processEvents (this=0xb248e2e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb74236a4 in QEventLoop::exec (this=0xb248e2e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb727fc28 in QThread::exec (this=0x985e648) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb727fcbb in QThread::run (this=0x985e648) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:590
  QtQA::App::TestRunner: #10 0xb7284c92 in QThreadPrivate::start (arg=0x985e648) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6372d31 in start_thread (arg=0xb248eb70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb77000ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb4d076e0 (LWP 14541)):
  QtQA::App::TestRunner: #0  0xb69762b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: #1  0xb6ba514e in value<QOpenGLFunctionsPrivateEx> (context=0x0, this=0x9908128) at ../../include/QtGui/5.0.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qopenglcontext_p.h:164
  QtQA::App::TestRunner: #2  qt_gl_functions (context=0x0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:196
  QtQA::App::TestRunner: #3  0xb6ba52ea in QOpenGLFunctions::initializeOpenGLFunctions (this=0x97eae38) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:460
  QtQA::App::TestRunner: #4  0xb6fa70f6 in QSGRenderer::QSGRenderer (this=0x97eae30, context=0x97bccf0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgrenderer.cpp:152
  QtQA::App::TestRunner: #5  0xb6fa0336 in QSGDefaultRenderer::QSGDefaultRenderer (this=0x97eae30, context=0x97bccf0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgdefaultrenderer.cpp:137
  QtQA::App::TestRunner: #6  0xb6fb2a24 in QSGContext::createRenderer (this=0x97bccf0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp:370
  QtQA::App::TestRunner: #7  0xb6feb489 in QQuickWindowPrivate::syncSceneGraph (this=0x97bed28) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindow.cpp:316
  QtQA::App::TestRunner: #8  0xb70e0b33 in QQuickTrivialWindowManager::renderWindow (this=0x97bce78, window=0x97bbd30) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:252
  QtQA::App::TestRunner: #9  0xb70e1598 in event (this=0x97bce78, e=<optimized out>) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:345
  QtQA::App::TestRunner: #10 QQuickTrivialWindowManager::event (this=0x97bce78, e=0x98f0970) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:337
  QtQA::App::TestRunner: #11 0xb7424c29 in QCoreApplicationPrivate::notify_helper (this=0x9797608, receiver=0x97bce78, event=0x98f0970) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:865
  QtQA::App::TestRunner: #12 0xb7424c94 in QCoreApplication::notify (this=0x97975f8, receiver=0x97bce78, event=0x98f0970) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:810
  QtQA::App::TestRunner: #13 0xb693e0a6 in QGuiApplication::notify (this=0x97975f8, object=0x97bce78, event=0x98f0970) at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1092
  QtQA::App::TestRunner: #14 0xb742495e in QCoreApplication::notifyInternal (this=0x97975f8, receiver=0x97bce78, event=0x98f0970) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:748
  QtQA::App::TestRunner: #15 0xb7426b24 in sendEvent (event=0x98f0970, receiver=0x97bce78) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:206
  QtQA::App::TestRunner: #16 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9797698) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1349
  QtQA::App::TestRunner: #17 0xb742707c in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1209
  QtQA::App::TestRunner: #18 0xb7471be4 in postEventSourceDispatch (s=0x979e3a0) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:278
  QtQA::App::TestRunner: #19 0xb5f8b25f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #20 0xb5f8b990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #21 0xb5f8bc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #22 0xb7471ff8 in QEventDispatcherGlib::processEvents (this=0x9799fb0, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #23 0xb7424db5 in QCoreApplication::processEvents (flags=..., maxtime=4989) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:946
  QtQA::App::TestRunner: #24 0xb77c5194 in qWaitForSignal (obj=0x97bbd30, signal=0xb77d0e1f "2frameSwapped()", timeout=5000) at /work/build/qt/qtdeclarative/src/qmltest/quicktest.cpp:160
  QtQA::App::TestRunner: #25 0xb77c6875 in quick_test_main (argc=5, argv=0xbfd45a34, name=0x8048640 "qmltest", sourceDir=0x8048610 "/work/build/qt/qtdeclarative/tests/auto/qmltest") at /work/build/qt/qtdeclarative/src/qmltest/quicktest.cpp:310
  QtQA::App::TestRunner: #26 0x0804847b in main (argc=5, argv=0xbfd45a34) at /work/build/qt/qtdeclarative/tests/auto/qmltest/tst_qmltest.cpp:43
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_qmltest: 22 seconds, signal 11
  
  Testing NodesTest
  QFATAL : NodesTest::propegate() Received signal 11
  FAIL!  : NodesTest::propegate() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner: [New LWP 10227]
  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_nodestest -silent -o /work/build/_artifacts/test-logs/tst_nodestest-testr'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0xb782d424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb46ec6e0 (LWP 10227)):
  QtQA::App::TestRunner: #0  0xb782d424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb63f0c8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb63f42b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb66a1744 in qt_message_fatal (context=<optimized out>, message=<optimized out>) at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:864
  QtQA::App::TestRunner: #4  QMessageLogger::fatal (this=0xbf857a7c, msg=0xb6e50914 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:358
  QtQA::App::TestRunner: #5  0xb6e3a9eb in QTest::FatalSignalHandler::signal (signum=11) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1957
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb6b1a2b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: #8  0xb6d4914e in value<QOpenGLFunctionsPrivateEx> (context=0x0, this=0x94e1d68) at ../../include/QtGui/5.0.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qopenglcontext_p.h:164
  QtQA::App::TestRunner: #9  qt_gl_functions (context=0x0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:196
  QtQA::App::TestRunner: #10 0xb6d492ea in QOpenGLFunctions::initializeOpenGLFunctions (this=0xbf8580a0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:460
  QtQA::App::TestRunner: #11 0xb75c00f6 in QSGRenderer::QSGRenderer (this=0xbf858098, context=0x94e1bc0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgrenderer.cpp:152
  QtQA::App::TestRunner: #12 0x0804a0dc in DummyRenderer (root=0xbf8581fc, this=0xbf858098) at /work/build/qt/qtdeclarative/tests/auto/quick/nodes/tst_nodestest.cpp:97
  QtQA::App::TestRunner: #13 NodesTest::propegate (this=0xbf858b50) at /work/build/qt/qtdeclarative/tests/auto/quick/nodes/tst_nodestest.cpp:134
  QtQA::App::TestRunner: #14 0x0804bc80 in NodesTest::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_nodestest.moc:98
  QtQA::App::TestRunner: #15 0xb6859ba9 in QMetaMethod::invoke (this=0xbf858514, object=0xbf858b50, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2146
  QtQA::App::TestRunner: #16 0xb685d6ef in QMetaObject::invokeMethod (obj=0xbf858b50, member=0x804ed98 "\330H\244\266\300\306\004\b \310\004\bм\004\b", type=Qt::AutoConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:1463
  QtQA::App::TestRunner: #17 0xb6e3fd24 in invokeMethod (val9=<optimized out>, val8=<optimized out>, val7=<optimized out>, val6=<optimized out>, val5=<optimized out>, val4=<optimized out>, val3=<optimized out>, val2=<optimized out>, val1=<optimized out>, val0=<optimized out>, type=<optimized out>, member=<optimized out>, obj=<optimized out>) at ../../include/QtCore/../../../../../../work/build/qt/qtbase/src/corelib/kernel/qobjectdefs.h:399
  QtQA::App::TestRunner: #18 qInvokeTestMethodDataEntry (slot=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1651
  QtQA::App::TestRunner: #19 QTest::qInvokeTestMethod (slotName=0x94e1a10 "propegate()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1768
  QtQA::App::TestRunner: #20 0xb6e40b80 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1922
  QtQA::App::TestRunner: #21 QTest::qExec (testObject=0xbf858b50, argc=-1081767224, argv=0x7) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2138
  QtQA::App::TestRunner: #22 0x08049e24 in main (argc=6, argv=0xbf858c44) at /work/build/qt/qtdeclarative/tests/auto/quick/nodes/tst_nodestest.cpp:352
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of NodesTest *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  QWARN  : NodesTest::initTestCase() QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  PASS   : NodesTest::initTestCase()
  QFATAL : NodesTest::propegate() Received signal 11
  FAIL!  : NodesTest::propegate() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of NodesTest *********
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner: [New LWP 12925]
  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_nodestest -o /work/build/_artifacts/test-logs/tst_nodestest-testresults-0'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0xb7733424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb45f26e0 (LWP 12925)):
  QtQA::App::TestRunner: #0  0xb7733424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb62f6c8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb62fa2b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb65a7744 in qt_message_fatal (context=<optimized out>, message=<optimized out>) at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:864
  QtQA::App::TestRunner: #4  QMessageLogger::fatal (this=0xbfeacfcc, msg=0xb6d56914 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:358
  QtQA::App::TestRunner: #5  0xb6d409eb in QTest::FatalSignalHandler::signal (signum=11) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1957
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb6a202b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: #8  0xb6c4f14e in value<QOpenGLFunctionsPrivateEx> (context=0x0, this=0x92c0d38) at ../../include/QtGui/5.0.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qopenglcontext_p.h:164
  QtQA::App::TestRunner: #9  qt_gl_functions (context=0x0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:196
  QtQA::App::TestRunner: #10 0xb6c4f2ea in QOpenGLFunctions::initializeOpenGLFunctions (this=0xbfead5f0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:460
  QtQA::App::TestRunner: #11 0xb74c60f6 in QSGRenderer::QSGRenderer (this=0xbfead5e8, context=0x92c0b90) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgrenderer.cpp:152
  QtQA::App::TestRunner: #12 0x0804a0dc in DummyRenderer (root=0xbfead74c, this=0xbfead5e8) at /work/build/qt/qtdeclarative/tests/auto/quick/nodes/tst_nodestest.cpp:97
  QtQA::App::TestRunner: #13 NodesTest::propegate (this=0xbfeae0a0) at /work/build/qt/qtdeclarative/tests/auto/quick/nodes/tst_nodestest.cpp:134
  QtQA::App::TestRunner: #14 0x0804bc80 in NodesTest::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_nodestest.moc:98
  QtQA::App::TestRunner: #15 0xb675fba9 in QMetaMethod::invoke (this=0xbfeada64, object=0xbfeae0a0, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2146
  QtQA::App::TestRunner: #16 0xb67636ef in QMetaObject::invokeMethod (obj=0xbfeae0a0, member=0x804ed98 "ب\224\266\300\306\004\b \310\004\bм\004\b", type=Qt::AutoConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:1463
  QtQA::App::TestRunner: #17 0xb6d45d24 in invokeMethod (val9=<optimized out>, val8=<optimized out>, val7=<optimized out>, val6=<optimized out>, val5=<optimized out>, val4=<optimized out>, val3=<optimized out>, val2=<optimized out>, val1=<optimized out>, val0=<optimized out>, type=<optimized out>, member=<optimized out>, obj=<optimized out>) at ../../include/QtCore/../../../../../../work/build/qt/qtbase/src/corelib/kernel/qobjectdefs.h:399
  QtQA::App::TestRunner: #18 qInvokeTestMethodDataEntry (slot=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1651
  QtQA::App::TestRunner: #19 QTest::qInvokeTestMethod (slotName=0x92c0a10 "propegate()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1768
  QtQA::App::TestRunner: #20 0xb6d46b80 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1922
  QtQA::App::TestRunner: #21 QTest::qExec (testObject=0xbfeae0a0, argc=-1075126248, argv=0x7) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2138
  QtQA::App::TestRunner: #22 0x08049e24 in main (argc=5, argv=0xbfeae194) at /work/build/qt/qtdeclarative/tests/auto/quick/nodes/tst_nodestest.cpp:352
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_nodestest: 27 seconds, signal 6
  
  Testing tst_examples
  QFATAL : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/demos/clocks/clocks.qml) Received signal 11
  FAIL!  : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/demos/clocks/clocks.qml) Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner: [New LWP 10224]
  QtQA::App::TestRunner: [New LWP 10232]
  QtQA::App::TestRunner: [New LWP 10231]
  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_examples -silent -o /work/build/_artifacts/test-logs/tst_examples-testres'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0xb7827424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0xb48dbb70 (LWP 10231)):
  QtQA::App::TestRunner: #0  0xb7827424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb68cf40e in __GI___poll (fds=0x8a8f148, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5dec34b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5ddd896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5dddc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb6ce5ff8 in QEventDispatcherGlib::processEvents (this=0x8a99dd0, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb6c97266 in QEventLoop::processEvents (this=0xb48db2e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb6c976a4 in QEventLoop::exec (this=0xb48db2e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb6af3c28 in QThread::exec (this=0x8a911e8) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb73e9edf in QQmlThreadPrivate::run (this=0x8a911e8) at /work/build/qt/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp:148
  QtQA::App::TestRunner: #10 0xb6af8c92 in QThreadPrivate::start (arg=0x8a911e8) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb61eed31 in start_thread (arg=0xb48dbb70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb68de0ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb6a84b70 (LWP 10232)):
  QtQA::App::TestRunner: #0  0xb7827424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb61f4d35 in sem_wait@@GLIBC_2.1 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80
  QtQA::App::TestRunner: #2  0xb656d256 in v8::internal::LinuxSemaphore::Wait (this=0x8a99b60) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:857
  QtQA::App::TestRunner: #3  0xb649cdc8 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/runtime-profiler.cc:420
  QtQA::App::TestRunner: #4  0xb656ec6b in v8::internal::SignalSender::Run (this=0x8ab1a08) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:1136
  QtQA::App::TestRunner: #5  0xb656d30b in v8::internal::ThreadEntry (arg=0x8ab1a08) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:733
  QtQA::App::TestRunner: #6  0xb61eed31 in start_thread (arg=0xb6a84b70) at pthread_create.c:304
  QtQA::App::TestRunner: #7  0xb68de0ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb4d6f6e0 (LWP 10224)):
  QtQA::App::TestRunner: #0  0xb7827424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb6839c8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb683d2b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb6ae9744 in qt_message_fatal (context=<optimized out>, message=<optimized out>) at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:864
  QtQA::App::TestRunner: #4  QMessageLogger::fatal (this=0xbf84249c, msg=0xb7298914 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:358
  QtQA::App::TestRunner: #5  0xb72829eb in QTest::FatalSignalHandler::signal (signum=11) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1957
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb6f622b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: #8  0xb719114e in value<QOpenGLFunctionsPrivateEx> (context=0x0, this=0x8ad7780) at ../../include/QtGui/5.0.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qopenglcontext_p.h:164
  QtQA::App::TestRunner: #9  qt_gl_functions (context=0x0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:196
  QtQA::App::TestRunner: #10 0xb71912ea in QOpenGLFunctions::initializeOpenGLFunctions (this=0x8af9968) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:460
  QtQA::App::TestRunner: #11 0xb75ba0f6 in QSGRenderer::QSGRenderer (this=0x8af9960, context=0x8ad72b8) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgrenderer.cpp:152
  QtQA::App::TestRunner: #12 0xb75b3336 in QSGDefaultRenderer::QSGDefaultRenderer (this=0x8af9960, context=0x8ad72b8) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgdefaultrenderer.cpp:137
  QtQA::App::TestRunner: #13 0xb75c5a24 in QSGContext::createRenderer (this=0x8ad72b8) at /work/build/qt/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp:370
  QtQA::App::TestRunner: #14 0xb75fe489 in QQuickWindowPrivate::syncSceneGraph (this=0x8ad6ef0) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindow.cpp:316
  QtQA::App::TestRunner: #15 0xb76f3b33 in QQuickTrivialWindowManager::renderWindow (this=0x8ab8770, window=0x8aca3c8) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:252
  QtQA::App::TestRunner: #16 0xb76f4598 in event (this=0x8ab8770, e=<optimized out>) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:345
  QtQA::App::TestRunner: #17 QQuickTrivialWindowManager::event (this=0x8ab8770, e=0x8ad77f0) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:337
  QtQA::App::TestRunner: #18 0xb6c98c29 in QCoreApplicationPrivate::notify_helper (this=0x8a6d5e0, receiver=0x8ab8770, event=0x8ad77f0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:865
  QtQA::App::TestRunner: #19 0xb6c98c94 in QCoreApplication::notify (this=0xbf843938, receiver=0x8ab8770, event=0x8ad77f0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:810
  QtQA::App::TestRunner: #20 0xb6f2a0a6 in QGuiApplication::notify (this=0xbf843938, object=0x8ab8770, event=0x8ad77f0) at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1092
  QtQA::App::TestRunner: #21 0xb6c9895e in QCoreApplication::notifyInternal (this=0xbf843938, receiver=0x8ab8770, event=0x8ad77f0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:748
  QtQA::App::TestRunner: #22 0xb6c9ab24 in sendEvent (event=0x8ad77f0, receiver=0x8ab8770) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:206
  QtQA::App::TestRunner: #23 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x8a6d670) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1349
  QtQA::App::TestRunner: #24 0xb6c9b07c in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1209
  QtQA::App::TestRunner: #25 0xb6ce5be4 in postEventSourceDispatch (s=0x8a759b8) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:278
  QtQA::App::TestRunner: #26 0xb5ddd25f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0xb5ddd990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0xb5dddc2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0xb6ce5ff8 in QEventDispatcherGlib::processEvents (this=0x8a6fe48, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #30 0xb6c98db5 in QCoreApplication::processEvents (flags=..., maxtime=990) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:946
  QtQA::App::TestRunner: #31 0x0804b1cf in qWaitForWindowExposed (window=0x8aca3c8, timeout=<optimized out>) at /home/qt/shadowbuild/qtbase/include/QtTest/../../../../../../work/build/qt/qtbase/src/testlib/qtestsystem.h:109
  QtQA::App::TestRunner: #32 tst_examples::sgexamples (this=0xbf843918) at /work/build/qt/qtdeclarative/tests/auto/quick/examples/tst_examples.cpp:276
  QtQA::App::TestRunner: #33 0x0804d42d in tst_examples::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_examples.moc:91
  QtQA::App::TestRunner: #34 0xb6ca1ba9 in QMetaMethod::invoke (this=0xbf8432d4, object=0xbf843918, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2146
  QtQA::App::TestRunner: #35 0xb6ca56ef in QMetaObject::invokeMethod (obj=0xbf843918, member=0x804feb8 "\330\310\350\266`\336\004\b\240\337\004\bP\324\004\b", type=Qt::AutoConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:1463
  QtQA::App::TestRunner: #36 0xb7287d24 in invokeMethod (val9=<optimized out>, val8=<optimized out>, val7=<optimized out>, val6=<optimized out>, val5=<optimized out>, val4=<optimized out>, val3=<optimized out>, val2=<optimized out>, val1=<optimized out>, val0=<optimized out>, type=<optimized out>, member=<optimized out>, obj=<optimized out>) at ../../include/QtCore/../../../../../../work/build/qt/qtbase/src/corelib/kernel/qobjectdefs.h:399
  QtQA::App::TestRunner: #37 qInvokeTestMethodDataEntry (slot=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1651
  QtQA::App::TestRunner: #38 QTest::qInvokeTestMethod (slotName=0x8ab84d0 "sgexamples()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1768
  QtQA::App::TestRunner: #39 0xb7288b80 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1922
  QtQA::App::TestRunner: #40 QTest::qExec (testObject=0xbf843918, argc=-1081853816, argv=0x8) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2138
  QtQA::App::TestRunner: #41 0x08049fa4 in main (argc=6, argv=0xbf8439f4) at /work/build/qt/qtdeclarative/tests/auto/quick/examples/tst_examples.cpp:328
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_examples *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_examples::initTestCase()
  QWARN  : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/demos/clocks/clocks.qml) QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QWARN  : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/demos/clocks/clocks.qml) QQuickWindow: makeCurrent() failed...
  QFATAL : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/demos/clocks/clocks.qml) Received signal 11
  FAIL!  : tst_examples::sgexamples(/work/build/qt/qtdeclarative/examples/demos/clocks/clocks.qml) Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_examples *********
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: ============================== backtrace follows: ==============================
  QtQA::App::TestRunner: gdb commands: thread apply all bt 100
  QtQA::App::TestRunner: [New LWP 12548]
  QtQA::App::TestRunner: [New LWP 12553]
  QtQA::App::TestRunner: [New LWP 12555]
  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_examples -o /work/build/_artifacts/test-logs/tst_examples-testresults-00.'.
  QtQA::App::TestRunner: Program terminated with signal 6, Aborted.
  QtQA::App::TestRunner: #0  0xb778d424 in __kernel_vsyscall ()
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 3 (Thread 0xb69eab70 (LWP 12555)):
  QtQA::App::TestRunner: #0  0xb778d424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb615ad35 in sem_wait@@GLIBC_2.1 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/sem_wait.S:80
  QtQA::App::TestRunner: #2  0xb64d3256 in v8::internal::LinuxSemaphore::Wait (this=0x9b77ba8) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:857
  QtQA::App::TestRunner: #3  0xb6402dc8 in v8::internal::RuntimeProfiler::WaitForSomeIsolateToEnterJS () at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/runtime-profiler.cc:420
  QtQA::App::TestRunner: #4  0xb64d4c6b in v8::internal::SignalSender::Run (this=0x9b77908) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:1136
  QtQA::App::TestRunner: #5  0xb64d330b in v8::internal::ThreadEntry (arg=0x9b77908) at /work/build/qt/qtjsbackend/src/3rdparty/v8/src/platform-linux.cc:733
  QtQA::App::TestRunner: #6  0xb6154d31 in start_thread (arg=0xb69eab70) at pthread_create.c:304
  QtQA::App::TestRunner: #7  0xb68440ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 2 (Thread 0xb4841b70 (LWP 12553)):
  QtQA::App::TestRunner: #0  0xb778d424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb683540e in __GI___poll (fds=0x9b76e20, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:87
  QtQA::App::TestRunner: #2  0xb5d5234b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #3  0xb5d43896 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #4  0xb5d43c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #5  0xb6c4bff8 in QEventDispatcherGlib::processEvents (this=0x9b5fdd0, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #6  0xb6bfd266 in QEventLoop::processEvents (this=0xb48412e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:136
  QtQA::App::TestRunner: #7  0xb6bfd6a4 in QEventLoop::exec (this=0xb48412e4, flags=...) at /work/build/qt/qtbase/src/corelib/kernel/qeventloop.cpp:212
  QtQA::App::TestRunner: #8  0xb6a59c28 in QThread::exec (this=0x9b571e8) at /work/build/qt/qtbase/src/corelib/thread/qthread.cpp:523
  QtQA::App::TestRunner: #9  0xb734fedf in QQmlThreadPrivate::run (this=0x9b571e8) at /work/build/qt/qtdeclarative/src/qml/qml/ftw/qqmlthread.cpp:148
  QtQA::App::TestRunner: #10 0xb6a5ec92 in QThreadPrivate::start (arg=0x9b571e8) at /work/build/qt/qtbase/src/corelib/thread/qthread_unix.cpp:333
  QtQA::App::TestRunner: #11 0xb6154d31 in start_thread (arg=0xb4841b70) at pthread_create.c:304
  QtQA::App::TestRunner: #12 0xb68440ce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
  QtQA::App::TestRunner: Backtrace stopped: Not enough registers or memory available to unwind further
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: Thread 1 (Thread 0xb4cd56e0 (LWP 12548)):
  QtQA::App::TestRunner: #0  0xb778d424 in __kernel_vsyscall ()
  QtQA::App::TestRunner: #1  0xb679fc8f in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  QtQA::App::TestRunner: #2  0xb67a32b5 in __GI_abort () at abort.c:92
  QtQA::App::TestRunner: #3  0xb6a4f744 in qt_message_fatal (context=<optimized out>, message=<optimized out>) at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:864
  QtQA::App::TestRunner: #4  QMessageLogger::fatal (this=0xbff3400c, msg=0xb71fe914 "Received signal %d") at /work/build/qt/qtbase/src/corelib/global/qlogging.cpp:358
  QtQA::App::TestRunner: #5  0xb71e89eb in QTest::FatalSignalHandler::signal (signum=11) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1957
  QtQA::App::TestRunner: #6  <signal handler called>
  QtQA::App::TestRunner: #7  0xb6ec82b4 in QOpenGLContext::shareGroup (this=0x0) at /work/build/qt/qtbase/src/gui/kernel/qopenglcontext.cpp:646
  QtQA::App::TestRunner: #8  0xb70f714e in value<QOpenGLFunctionsPrivateEx> (context=0x0, this=0x9bbf390) at ../../include/QtGui/5.0.0/QtGui/private/../../../../../../../../../work/build/qt/qtbase/src/gui/kernel/qopenglcontext_p.h:164
  QtQA::App::TestRunner: #9  qt_gl_functions (context=0x0) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:196
  QtQA::App::TestRunner: #10 0xb70f72ea in QOpenGLFunctions::initializeOpenGLFunctions (this=0x9bbf8f8) at /work/build/qt/qtbase/src/gui/opengl/qopenglfunctions.cpp:460
  QtQA::App::TestRunner: #11 0xb75200f6 in QSGRenderer::QSGRenderer (this=0x9bbf8f0, context=0x9b9d4a0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgrenderer.cpp:152
  QtQA::App::TestRunner: #12 0xb7519336 in QSGDefaultRenderer::QSGDefaultRenderer (this=0x9bbf8f0, context=0x9b9d4a0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/coreapi/qsgdefaultrenderer.cpp:137
  QtQA::App::TestRunner: #13 0xb752ba24 in QSGContext::createRenderer (this=0x9b9d4a0) at /work/build/qt/qtdeclarative/src/quick/scenegraph/qsgcontext.cpp:370
  QtQA::App::TestRunner: #14 0xb7564489 in QQuickWindowPrivate::syncSceneGraph (this=0x9b9d0d8) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindow.cpp:316
  QtQA::App::TestRunner: #15 0xb7659b33 in QQuickTrivialWindowManager::renderWindow (this=0x9b7e540, window=0x9b903a8) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:252
  QtQA::App::TestRunner: #16 0xb765a598 in event (this=0x9b7e540, e=<optimized out>) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:345
  QtQA::App::TestRunner: #17 QQuickTrivialWindowManager::event (this=0x9b7e540, e=0x9bbf1d8) at /work/build/qt/qtdeclarative/src/quick/items/qquickwindowmanager.cpp:337
  QtQA::App::TestRunner: #18 0xb6bfec29 in QCoreApplicationPrivate::notify_helper (this=0x9b335e0, receiver=0x9b7e540, event=0x9bbf1d8) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:865
  QtQA::App::TestRunner: #19 0xb6bfec94 in QCoreApplication::notify (this=0xbff354a8, receiver=0x9b7e540, event=0x9bbf1d8) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:810
  QtQA::App::TestRunner: #20 0xb6e900a6 in QGuiApplication::notify (this=0xbff354a8, object=0x9b7e540, event=0x9bbf1d8) at /work/build/qt/qtbase/src/gui/kernel/qguiapplication.cpp:1092
  QtQA::App::TestRunner: #21 0xb6bfe95e in QCoreApplication::notifyInternal (this=0xbff354a8, receiver=0x9b7e540, event=0x9bbf1d8) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:748
  QtQA::App::TestRunner: #22 0xb6c00b24 in sendEvent (event=0x9bbf1d8, receiver=0x9b7e540) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.h:206
  QtQA::App::TestRunner: #23 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0, data=0x9b33670) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1349
  QtQA::App::TestRunner: #24 0xb6c0107c in QCoreApplication::sendPostedEvents (receiver=0x0, event_type=0) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:1209
  QtQA::App::TestRunner: #25 0xb6c4bbe4 in postEventSourceDispatch (s=0x9b3b9b8) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:278
  QtQA::App::TestRunner: #26 0xb5d4325f in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #27 0xb5d43990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #28 0xb5d43c2a in g_main_context_iteration () from /lib/i386-linux-gnu/libglib-2.0.so.0
  QtQA::App::TestRunner: #29 0xb6c4bff8 in QEventDispatcherGlib::processEvents (this=0x9b35e48, flags=<optimized out>) at /work/build/qt/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp:423
  QtQA::App::TestRunner: #30 0xb6bfedb5 in QCoreApplication::processEvents (flags=..., maxtime=985) at /work/build/qt/qtbase/src/corelib/kernel/qcoreapplication.cpp:946
  QtQA::App::TestRunner: #31 0x0804b1cf in qWaitForWindowExposed (window=0x9b903a8, timeout=<optimized out>) at /home/qt/shadowbuild/qtbase/include/QtTest/../../../../../../work/build/qt/qtbase/src/testlib/qtestsystem.h:109
  QtQA::App::TestRunner: #32 tst_examples::sgexamples (this=0xbff35488) at /work/build/qt/qtdeclarative/tests/auto/quick/examples/tst_examples.cpp:276
  QtQA::App::TestRunner: #33 0x0804d42d in tst_examples::qt_static_metacall (_o=<optimized out>, _id=<optimized out>, _a=<optimized out>, _c=<optimized out>) at .moc/release-shared/tst_examples.moc:91
  QtQA::App::TestRunner: #34 0xb6c07ba9 in QMetaMethod::invoke (this=0xbff34e44, object=0xbff35488, connectionType=Qt::DirectConnection, returnValue=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:2146
  QtQA::App::TestRunner: #35 0xb6c0b6ef in QMetaObject::invokeMethod (obj=0xbff35488, member=0x804feb8 "\330(߶`\336\004\b\240\337\004\bP\324\004\b", type=Qt::AutoConnection, ret=..., val0=..., val1=..., val2=..., val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at /work/build/qt/qtbase/src/corelib/kernel/qmetaobject.cpp:1463
  QtQA::App::TestRunner: #36 0xb71edd24 in invokeMethod (val9=<optimized out>, val8=<optimized out>, val7=<optimized out>, val6=<optimized out>, val5=<optimized out>, val4=<optimized out>, val3=<optimized out>, val2=<optimized out>, val1=<optimized out>, val0=<optimized out>, type=<optimized out>, member=<optimized out>, obj=<optimized out>) at ../../include/QtCore/../../../../../../work/build/qt/qtbase/src/corelib/kernel/qobjectdefs.h:399
  QtQA::App::TestRunner: #37 qInvokeTestMethodDataEntry (slot=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1651
  QtQA::App::TestRunner: #38 QTest::qInvokeTestMethod (slotName=0x9b7e2b8 "sgexamples()", data=0x0) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1768
  QtQA::App::TestRunner: #39 0xb71eeb80 in qInvokeTestMethods (testObject=<optimized out>) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:1922
  QtQA::App::TestRunner: #40 QTest::qExec (testObject=0xbff35488, argc=-1074572296, argv=0x8) at /work/build/qt/qtbase/src/testlib/qtestcase.cpp:2138
  QtQA::App::TestRunner: #41 0x08049fa4 in main (argc=5, argv=0xbff35564) at /work/build/qt/qtdeclarative/tests/auto/quick/examples/tst_examples.cpp:328
  QtQA::App::TestRunner:
  QtQA::App::TestRunner: ================================================================================
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_examples: 25 seconds, signal 6
  
  Testing tst_rendernode
  QFATAL : tst_rendernode::renderOrder() Received signal 11
  FAIL!  : tst_rendernode::renderOrder() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: test failed, running again to see if it is flaky...
  ********* Start testing of tst_rendernode *********
  Config: Using QTest library 5.0.0, Qt 5.0.0
  PASS   : tst_rendernode::initTestCase()
  QWARN  : tst_rendernode::renderOrder() QXcbIntegration: Cannot create platform OpenGL context, none of GLX, EGL, or DRI2 are enabled
  QWARN  : tst_rendernode::renderOrder() QQuickWindow: makeCurrent() failed...
  QFATAL : tst_rendernode::renderOrder() Received signal 11
  FAIL!  : tst_rendernode::renderOrder() Received a fatal error.
     Loc: [Unknown file(0)]
  Totals: 1 passed, 1 failed, 0 skipped
  ********* Finished testing of tst_rendernode *********
  QtQA::App::TestRunner: Process exited due to signal 6; dumped core
  QtQA::App::TestRunner: test failure could be reproduced twice consecutively
  QtQA::App::TestRunner: end tst_rendernode: 0.301132 seconds, signal 6

  Build log: http://testresults.qt-project.org/ci/QtBase_master_Integration/build_04174/revdep-qtdeclarative_linux-g++_shadow-build_Ubuntu_11.10_x86/log.txt.gz

  Tested changes (refs/builds/master_1350377031):
    http://codereview.qt-project.org/37247 [PS1] - QComboBox: replace homebrew with QSignalSpy for editTextChanged test
    http://codereview.qt-project.org/36816 [PS2] - QWindowsKeyMapper: remove dead code
    http://codereview.qt-project.org/36815 [PS2] - QWindowsKeyMapper: replace one magic constant with a symbolic one
    http://codereview.qt-project.org/36295 [PS5] - implement QCocoaWindow::setWindowIcon
    http://codereview.qt-project.org/37167 [PS2] - Fix setting custom cursor for widgets and windows before showing them
    http://codereview.qt-project.org/36135 [PS3] - Small xcb startup performance optimization.
    http://codereview.qt-project.org/36052 [PS4] - Made xcb plugin work when the GLX extension is not present.



More information about the Ci-reports mailing list