[Ci-reports] fail on QtDeclarative_dev_Integration #1188
Qt Continuous Integration System
ci-noreply at qt-project.org
Fri Feb 7 09:04:48 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.8.sdk -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.7 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions -Wall -W -Werror -Wno-error=#warnings -Wno-error=deprecated-declarations -fPIC -DQT_NO_MTDEV -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.3.0 -I/work/build/qt/qtbase/include/QtQml/5.3.0/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.3.0 -I/work/build/qt/qtbase/lib/QtCore.framework/Versions/5/Headers/5.3.0/QtCore -I.moc -F/work/build/qt/qtbase/lib -o .obj/qv4isel_moth.o compiler/qv4isel_moth.cpp
compiler/qv4isel_moth.cpp:302:38: error: unused parameter 'phi' [-Werror,-Wunused-parameter]
make[3]: *** [.obj/qv4isel_moth.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_01188/macx-clang_developer-build_OSX_10.8/log.txt.gz
Tested changes (refs/builds/dev_1391759269):
http://codereview.qt-project.org/77552 [PS3] - Remove add/sub/mul instruction specializations for numbers
http://codereview.qt-project.org/77551 [PS3] - Specialize CJump into JumpEq and JumpNe
http://codereview.qt-project.org/77550 [PS3] - Avoid some unary plus instructions
http://codereview.qt-project.org/77549 [PS3] - Remove a memset that is not required
http://codereview.qt-project.org/77548 [PS3] - Add specialized instructions for right and left shift
http://codereview.qt-project.org/77538 [PS3] - Remove two unused parameters from VME::run()
http://codereview.qt-project.org/77537 [PS3] - Add a MoveConst instruction to the interpreter
http://codereview.qt-project.org/76629 [PS9] - Make the Ref classes not template based
http://codereview.qt-project.org/76622 [PS7] - Rename Referenced to ManagedRef
http://codereview.qt-project.org/76558 [PS6] - Move Referenced together with Managed
http://codereview.qt-project.org/76580 [PS7] - Add Image::mipmap to support mipmapping of images.
http://codereview.qt-project.org/77597 [PS1] - [new compiler] Fix component attachment linking across sub object creators
http://codereview.qt-project.org/77572 [PS1] - [new compiler] Fix tst_qqmlincubator::deleteContext
http://codereview.qt-project.org/77564 [PS2] - [new compiler] Allow for interruption during object finalization
http://codereview.qt-project.org/77563 [PS2] - [new compiler] Fix parser status and created bindings allocation
http://codereview.qt-project.org/77562 [PS1] - [new compiler] Fix memory management of newly created objects
http://codereview.qt-project.org/76837 [PS1] - V4: stack slot allocator for the interpreter.
http://codereview.qt-project.org/76836 [PS1] - V4: fix life range for phi node target that is never used.
http://codereview.qt-project.org/76524 [PS2] - Merge remote-tracking branch 'origin/stable' into dev
More information about the Ci-reports
mailing list