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

Qt Continuous Integration System ci-noreply at qt-project.org
Tue Sep 10 19:47:14 CEST 2013


qtdeclarative failed to compile :(

  compiling compiler/qv4ssa.cpp
  compiler/qv4ssa.cpp: In function 'bool {anonymous}::{anonymous}::tryOptimizingComparison(QQmlJS::V4IR::Expr*&)':
  compiler/qv4ssa.cpp:2121:47: error: could not convert 'l' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp:2126:47: error: could not convert 'l' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp:2131:47: error: could not convert 'l' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp:2136:47: error: could not convert 'l' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp:2145:47: error: could not convert 'l' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp:2154:47: error: could not convert 'l' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp: In function 'void {anonymous}::optimizeSSA(QQmlJS::V4IR::Function*, {anonymous}::DefUsesCalculator&)':
  compiler/qv4ssa.cpp:2321:75: error: could not convert 'QQmlJS::convertToValue(leftConst)' from 'QV4::Value' to 'QV4::ValueRef'
  compiler/qv4ssa.cpp:2322:76: error: could not convert 'QQmlJS::convertToValue(rightConst)' from 'QV4::Value' to 'QV4::ValueRef'
  make[3]: *** [.obj/release-shared/qv4ssa.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_00774/linux-g++_no-widgets_Ubuntu_12.04_x64/log.txt.gz

  Tested changes (refs/builds/dev_1378835037):
    http://codereview.qt-project.org/65046 [PS2] - Add Q_UNUSED for reserved fields.
    http://codereview.qt-project.org/64972 [PS4] - Continue conversion to using scoped values
    http://codereview.qt-project.org/64971 [PS2] - More work on converting calling conventions to fit the new GC scheme
    http://codereview.qt-project.org/64970 [PS2] - Start adapting function signatures in the qv4runtime
    http://codereview.qt-project.org/64931 [PS3] - Add ValueRef classe and use it to make things GC safe
    http://codereview.qt-project.org/64838 [PS4] - Remove unusued method
    http://codereview.qt-project.org/64834 [PS5] - Properly unwind the js stack for generated code
    http://codereview.qt-project.org/64817 [PS5] - Change signature of call/construct() to take a pointer to a CallData
    http://codereview.qt-project.org/64749 [PS9] - Generate CallData structures directly in the instruction selection
    http://codereview.qt-project.org/64736 [PS6] - Move CallData onto the JS stack
    http://codereview.qt-project.org/64709 [PS4] - Add ScopedValue and ScopedValueArray classes
    http://codereview.qt-project.org/64514 [PS5] - Create a stack for JS values and use it in the interpreter
    http://codereview.qt-project.org/65058 [PS1] - V4: Fix build in release with forced asserts



More information about the Ci-reports mailing list