[Ci-reports] fail on QtDeclarative_dev_Integration #2139

Qt Continuous Integration System ci-noreply at qt-project.org
Wed Dec 17 14:28:28 CET 2014


qtdeclarative failed to compile :(

  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -Wno-c++11-extensions -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -fPIC -DQT_NO_MTDEV -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_TSLIB -DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_BUILD_QML_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DWTFReportAssertionFailure=qmlWTFReportAssertionFailure -DWTFReportBacktrace=qmlWTFReportBacktrace -DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0 -DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0 -DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB -I/work/build/qt/qtbase/mkspecs/macx-clang -I. -I/work/build/qt/qtbase/include -I/work/build/qt/qtbase/include/QtQml -I/work/build/qt/qtbase/include/QtQml/5.5.0 -I/work/build/qt/qtbase/include/QtQml/5.5.0/QtQml -Icompiler -I. -I../3rdparty/masm/jit -I../3rdparty/masm/assembler -I../3rdparty/masm/runtime -I../3rdparty/masm/wtf -I../3rdparty/masm/stubs -I../3rdparty/masm/stubs/wtf -I../3rdparty/masm -I../3rdparty/masm/disassembler -I../3rdparty/masm/disassembler/udis86 -Ijit -I. -Ijsruntime -I. -I../3rdparty/double-conversion -Idebugger -Ianimations -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.5.0 -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.5.0/QtCore -I/work/build/qt/qtbase/lib/QtNetwork.framework/Versions/5/Headers -I.moc -F/work/build/qt/qtbase/lib -o .obj/qqmlvaluetypewrapper.o qml/qqmlvaluetypewrapper.cpp
  qml/qqmlvaluetypewrapper.cpp:314:43: error: cannot initialize a parameter of type 'QV4::ExecutionContext *' with an rvalue of type 'Heap::GlobalContext *'
  make[3]: *** [.obj/qqmlvaluetypewrapper.o] Error 1
  make[2]: *** [sub-qml-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_02139/macx-clang_developer-build_OSX_10.10/log.txt.gz

    ============================================================

QtDeclarative_dev_Integration ยป win32-msvc2010_developer-build_angle_Windows_7 #2139: FAILURE
  Build log: http://testresults.qt-project.org/ci/QtDeclarative_dev_Integration/build_02139/win32-msvc2010_developer-build_angle_Windows_7/log.txt.gz

  Tested changes (refs/builds/dev_1418821019):
    http://codereview.qt-project.org/102003 [PS2] - Store a heap object in the qmlextensions
    http://codereview.qt-project.org/101987 [PS3] - Store a pointer to a heap object in the context wrapper
    http://codereview.qt-project.org/101902 [PS5] - Use pointers to Heap object to avoid recursion
    http://codereview.qt-project.org/101353 [PS6] - Use Scoped values a bit more consistently
    http://codereview.qt-project.org/101352 [PS6] - Return a Heap object from the getter()/setter() methods of Property
    http://codereview.qt-project.org/101284 [PS7] - Fix crash when setting proto to 0
    http://codereview.qt-project.org/101283 [PS7] - Fix JSON stringification to work with heap objects
    http://codereview.qt-project.org/101282 [PS7] - Fix Context::getPropertyAndBase to use Heap based objects
    http://codereview.qt-project.org/101256 [PS6] - Fix comparisons between Object pointers
    http://codereview.qt-project.org/101255 [PS5] - Use a Heap::FunctionObject to store the thrower function
    http://codereview.qt-project.org/101194 [PS5] - Remove most of the places where getPointer() is used
    http://codereview.qt-project.org/101193 [PS4] - Fix wrong use of Scoped.getPointer()
    http://codereview.qt-project.org/101192 [PS4] - Fix RegExpCache to store Heap Objects
    http://codereview.qt-project.org/100999 [PS5] - Store a Heap::EvalFunction pointer in the engine
    http://codereview.qt-project.org/100998 [PS4] - Fix the way we set the property name during iteration
    http://codereview.qt-project.org/100966 [PS5] - Return Heap::ExecutionContext for globalContext()
    http://codereview.qt-project.org/100962 [PS5] - Return Heap::ExecutionContext for currentContext()
    http://codereview.qt-project.org/100925 [PS7] - Make ExecutionContextSaver GC safe



More information about the Ci-reports mailing list