[Ci-reports] fail on ssh://codereview.qt-project.org:29418/qt/qtdeclarative#stable

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Nov 26 21:18:27 CET 2013


qtdeclarative failed to compile :(

  /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -Werror -Wno-error=#warnings -Wno-error=deprecated-declarations -Wno-c++11-extensions -O2 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -fPIC -DQT_NO_LIBUDEV -DQT_NO_EVDEV -DQT_NO_XCB -DQT_NO_XKBCOMMON -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.2.1 -I/work/build/qt/qtbase/include/QtQml/5.2.1/QtQml -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 -Icompiler -I. -Ijsruntime -I. -I../3rdparty/double-conversion -Ianimations -I/work/build/qt/qtbase/lib/QtNetwork.framework/Versions/5/Headers -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.2.1 -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.2.1/QtCore -I.moc -F/work/build/qt/qtbase/lib -o .obj/qv4internalclass.o jsruntime/qv4internalclass.cpp
  jsruntime/qv4internalclass.cpp:169:46: error: non-constant-expression cannot be narrowed from type 'int' to 'uint' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
  jsruntime/qv4internalclass.cpp:169:46: note: override this message by inserting an explicit cast
  jsruntime/qv4internalclass.cpp:261:46: error: non-constant-expression cannot be narrowed from type 'int' to 'uint' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
  jsruntime/qv4internalclass.cpp:261:46: note: override this message by inserting an explicit cast
  jsruntime/qv4internalclass.cpp:291:31: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint' (aka 'unsigned int') [-Wc++11-narrowing]
  make[3]: *** [.obj/qv4internalclass.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_stable_Integration/build_01396/macx-clang_developer-build_OSX_10.8/log.txt.gz

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

qtdeclarative failed to compile :(

  compiling jsruntime/qv4internalclass.cpp
  jsruntime/qv4internalclass.cpp:169:46: error: non-constant-expression cannot be narrowed from type 'int' to 'uint' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
  jsruntime/qv4internalclass.cpp:169:46: note: override this message by inserting an explicit cast
  jsruntime/qv4internalclass.cpp:261:46: error: non-constant-expression cannot be narrowed from type 'int' to 'uint' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
  jsruntime/qv4internalclass.cpp:261:46: note: override this message by inserting an explicit cast
  jsruntime/qv4internalclass.cpp:291:31: error: constant expression evaluates to -1 which cannot be narrowed to type 'uint' (aka 'unsigned int') [-Wc++11-narrowing]
  make[3]: *** [.obj/qv4internalclass.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_stable_Integration/build_01396/macx-clang_no-framework_OSX_10.8/log.txt.gz

  Tested changes (refs/builds/stable_1385496601):
    http://codereview.qt-project.org/72429 [PS1] - Encapsulate the current context and fix it's usage
    http://codereview.qt-project.org/71991 [PS3] - Remove setVTable calls in performance critical areas
    http://codereview.qt-project.org/71988 [PS3] - Move the vtable pointer from the object to the internal class
    http://codereview.qt-project.org/72108 [PS3] - Fix a bug in the code for eval
    http://codereview.qt-project.org/71989 [PS2] - Add a static toArrayIndex() method to QV4::String
    http://codereview.qt-project.org/72408 [PS1] - Fixup the implementation mess for QJSValue(QString)
    http://codereview.qt-project.org/71455 [PS5] - Optimize ExecutionContext::setProperty
    http://codereview.qt-project.org/71427 [PS7] - Use an internalClass to represent formals and locals in CallContexts
    http://codereview.qt-project.org/71426 [PS6] - Remove unused inline wrapper
    http://codereview.qt-project.org/71391 [PS6] - Fix url type test
    http://codereview.qt-project.org/71338 [PS9] - Speedup JS instanceof operator



More information about the Ci-reports mailing list