[Ci-reports] fail on QtDeclarative_dev_Integration #1736

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Jul 29 16:02:43 CEST 2014


qtdeclarative failed to compile :(

  compiling items/qquickwindow.cpp
  items/qquickwindow.cpp: In member function 'void TestNamespace::QQuickWindowPrivate::runAndClearJobs(TestNamespace::QList<TestNamespace::QRunnable*>*)':
  items/qquickwindow.cpp:3924:10: error: invalid use of incomplete type 'struct TestNamespace::QRunnable'
  items/qquickwindow.h:53:7: error: forward declaration of 'struct TestNamespace::QRunnable'
  items/qquickwindow.cpp:3925:16: error: possible problem detected in invocation of delete operator: [-Werror]
  items/qquickwindow.cpp:3923:229: error: 'r' has incomplete type [-Werror]
  items/qquickwindow.h:53:7: error: forward declaration of 'struct TestNamespace::QRunnable' [-Werror]
  items/qquickwindow.cpp:3925:16: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
  In file included from /work/build/qt/qtbase/include/QtCore/qalgorithms.h:1:0,
                   from /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qvarlengtharray.h:47,
                   from /work/build/qt/qtbase/include/QtCore/qvarlengtharray.h:1,
                   from /work/build/qt/qtbase/include/QtCore/../../src/corelib/kernel/qmetatype.h:48,
                   from /work/build/qt/qtbase/include/QtCore/qmetatype.h:1,
                   from items/qquickwindow.h:46,
                   from items/qquickwindow.cpp:42:
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h: In function 'void TestNamespace::qDeleteAll(ForwardIterator, ForwardIterator) [with ForwardIterator = TestNamespace::QList<TestNamespace::QRunnable*>::const_iterator]':
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:331:5:   instantiated from 'void TestNamespace::qDeleteAll(const Container&) [with Container = TestNamespace::QList<TestNamespace::QRunnable*>]'
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:323:9: error: possible problem detected in invocation of delete operator: [-Werror]
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:323:9: error: invalid use of incomplete type 'struct TestNamespace::QRunnable' [-Werror]
  items/qquickwindow.h:53:7: error: forward declaration of 'struct TestNamespace::QRunnable' [-Werror]
  /work/build/qt/qtbase/include/QtCore/../../src/corelib/tools/qalgorithms.h:323:9: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined
  make[3]: *** [.obj/qquickwindow.o] Error 1
  make[2]: *** [sub-quick-make_first-ordered] Error 2
  make[1]: *** [sub-src-make_first] Error 2
  make: *** [module-qtdeclarative] Error 2

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

  Tested changes (refs/builds/dev_1406642255):
    http://codereview.qt-project.org/89192 [PS6] - Introducing QQuickWindow::scheduleRenderJob()
    http://codereview.qt-project.org/89177 [PS5] - [OSX] Add a way to override the System Tab-Focus-Policy.
    http://codereview.qt-project.org/90737 [PS1] - Include the scenegraph autotest in the testrun.
    http://codereview.qt-project.org/90895 [PS1] - Add QQmlTypeLoader::getBundle(QStringRef) overload.



More information about the Ci-reports mailing list