Build failed in Jenkins: kdewebkit_master_qt5 #58

KDE CI System null at kde.org
Thu Oct 23 13:13:10 UTC 2014


See <http://build.kde.org/job/kdewebkit_master_qt5/58/changes>

Changes:

[scripty] Upgrade KF5 version to 5.4.0.

------------------------------------------
[...truncated 19 lines...]
Fetching upstream changes from git://anongit.kde.org/kdewebkit
 > git --version # timeout=10
 > git fetch --tags --progress git://anongit.kde.org/kdewebkit +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/jenkins^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/refs/heads/jenkins^{commit} # timeout=10
 > git rev-parse refs/heads/jenkins^{commit} # timeout=10
Checking out Revision 1ade1fe1c574f18a54faec81ce786078e16f8c7e (refs/heads/jenkins)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1ade1fe1c574f18a54faec81ce786078e16f8c7e
 > git rev-list f0a46f8b66586cef1e71e7b3eff02a677708e717 # timeout=10
 > git tag -a -f -m Jenkins Build #58 jenkins-kdewebkit_master_qt5-58 # timeout=10
Run condition [File exists] enabling prebuild for step [Publish JUnit test result report]
Run condition [File exists] enabling prebuild for step [Publish Cppcheck results]
[kdewebkit_master_qt5] $ /bin/sh -xe /tmp/hudson6849693121992996894.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kdewebkit - Branch master
== Build Dependencies:
==== attica - Branch master
==== kcompletion - Branch master
==== kxmlgui - Branch master
==== ktextwidgets - Branch master
==== kio - Branch master
==== ki18n - Branch master
==== polkit-qt-1 - Branch master
==== kservice - Branch master
==== kcrash - Branch master
==== kcodecs - Branch master
==== cmake - Branch master
==== kdbusaddons - Branch master
==== kitemviews - Branch master
==== kguiaddons - Branch master
==== kcoreaddons - Branch master
==== dogtail - Branch master
==== kjobwidgets - Branch master
==== kglobalaccel - Branch master
==== kwidgetsaddons - Branch master
==== kconfigwidgets - Branch master
==== solid - Branch master
==== qt5 - Branch stable
==== kwindowsystem - Branch master
==== kparts - Branch master
==== extra-cmake-modules - Branch master
==== kauth - Branch master
==== kdoctools - Branch master
==== sonnet - Branch master
==== kbookmarks - Branch master
==== karchive - Branch master
==== kiconthemes - Branch master
==== kconfig - Branch master
==== kwallet - Branch master
==== knotifications - Branch master
==== phonon - Branch master

== Applying Patches
=== No patches to apply

== Syncing Dependencies from Master Server


== Configuring Build

-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /home/jenkins/bin/cc
-- Check for working C compiler: /home/jenkins/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /home/jenkins/bin/c++
-- Check for working CXX compiler: /home/jenkins/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1") 
-- Found PythonInterp: /usr/bin/python (found version "2.7.3") 
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
CMake Warning (dev) at /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/kdesupport/extra-cmake-modules/inst/share/ECM/modules/ECMGeneratePriFile.cmake:156 (file):
  Policy CMP0053 is not set: Simplify variable reference and escape sequence
  evaluation.  Run "cmake --help-policy CMP0053" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  For input:

    'QT. at PRI_TARGET_BASENAME@.VERSION = @PROJECT_VERSION_STRING@
    QT. at PRI_TARGET_BASENAME@.MAJOR_VERSION = @PROJECT_VERSION_MAJOR@
    QT. at PRI_TARGET_BASENAME@.MINOR_VERSION = @PROJECT_VERSION_MINOR@
    QT. at PRI_TARGET_BASENAME@.PATCH_VERSION = @PROJECT_VERSION_PATCH@
    QT. at PRI_TARGET_BASENAME@.name = @PRI_TARGET_LIBNAME@
    QT. at PRI_TARGET_BASENAME@.defines = @PRI_TARGET_DEFINES@
    QT. at PRI_TARGET_BASENAME@.includes = @PRI_TARGET_INCLUDES@
    QT. at PRI_TARGET_BASENAME@.private_includes =
    QT. at PRI_TARGET_BASENAME@.libs = @PRI_TARGET_LIBS@
    QT. at PRI_TARGET_BASENAME@.depends = @PRI_TARGET_QTDEPS@
    '

  the old evaluation rules produce:

    'QT.KDEWebKit.VERSION = 5.4.0
    QT.KDEWebKit.MAJOR_VERSION = 5
    QT.KDEWebKit.MINOR_VERSION = 4
    QT.KDEWebKit.PATCH_VERSION = 0
    QT.KDEWebKit.name = KF5WebKit
    QT.KDEWebKit.defines = 
    QT.KDEWebKit.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdewebkit/inst/include/KF5/KDEWebKit
    QT.KDEWebKit.private_includes =
    QT.KDEWebKit.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kdewebkit/inst/lib64
    QT.KDEWebKit.depends = webkitwidgets
    '

  but the new evaluation rules produce:

    'QT. at PRI_TARGET_BASENAME@.VERSION = @PROJECT_VERSION_STRING@
    QT. at PRI_TARGET_BASENAME@.MAJOR_VERSION = @PROJECT_VERSION_MAJOR@
    QT. at PRI_TARGET_BASENAME@.MINOR_VERSION = @PROJECT_VERSION_MINOR@
    QT. at PRI_TARGET_BASENAME@.PATCH_VERSION = @PROJECT_VERSION_PATCH@
    QT. at PRI_TARGET_BASENAME@.name = @PRI_TARGET_LIBNAME@
    QT. at PRI_TARGET_BASENAME@.defines = @PRI_TARGET_DEFINES@
    QT. at PRI_TARGET_BASENAME@.includes = @PRI_TARGET_INCLUDES@
    QT. at PRI_TARGET_BASENAME@.private_includes =
    QT. at PRI_TARGET_BASENAME@.libs = @PRI_TARGET_LIBS@
    QT. at PRI_TARGET_BASENAME@.depends = @PRI_TARGET_QTDEPS@
    '

  Using the old result for compatibility since the policy is not set.
Call Stack (most recent call first):
  src/CMakeLists.txt:43 (ecm_generate_pri_file)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 
-- The following REQUIRED packages have been found:

 * ECM (required version >= 1.3.0)
 * Qt5Core
 * Qt5Gui (required version >= 5.3.1)
 * Qt5Widgets
 * Qt5Qml (required version >= 5.3.1)
 * Qt5Quick (required version >= 5.3.1)
 * Qt5OpenGL (required version >= 5.3.1)
 * Qt5PrintSupport (required version >= 5.3.1)
 * Qt5WebKit (required version >= 5.3.1)
 * Qt5Positioning (required version >= 5.3.1)
 * Qt5Sensors (required version >= 5.3.1)
 * Qt5WebKitWidgets
 * Qt5Network
 * Qt5 (required version >= 5.2)
 * KF5Config (required version >= 5.3.0)
 * KF5CoreAddons (required version >= 5.3.0)
 * Gettext
 * PythonInterp
 * KF5KIO (required version >= 5.3.0)
 * KF5JobWidgets (required version >= 5.3.0)
 * KF5Parts (required version >= 5.3.0)
 * KF5Service (required version >= 5.3.0)
 * KF5Wallet (required version >= 5.3.0)

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    KDE4_BUILD_TESTS
    LIB_SUFFIX
    SIP_DEFAULT_SIP_DIR


-- Build files have been written to: <http://build.kde.org/job/kdewebkit_master_qt5/ws/build>

== Commencing the Build

Scanning dependencies of target KF5WebKit_automoc
[ 14%] Automatic moc for target KF5WebKit
Generating moc_kwebpage.cpp
Generating moc_kwebwallet.cpp
Generating moc_kgraphicswebview.cpp
Generating moc_kwebpluginfactory.cpp
Generating moc_kwebview.cpp
[ 14%] Built target KF5WebKit_automoc
Scanning dependencies of target KF5WebKit
[ 28%] [ 42%] [ 57%] [ 71%] [ 85%] [100%] Building CXX object src/CMakeFiles/KF5WebKit.dir/kwebwallet.cpp.o
Building CXX object src/CMakeFiles/KF5WebKit.dir/kgraphicswebview.cpp.o
Building CXX object src/CMakeFiles/KF5WebKit.dir/kwebpage.cpp.o
Building CXX object src/CMakeFiles/KF5WebKit.dir/kwebview.cpp.o
Building CXX object src/CMakeFiles/KF5WebKit.dir/kwebpluginfactory.cpp.o
Building CXX object src/CMakeFiles/KF5WebKit.dir/KF5WebKit_automoc.cpp.o
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kio/inst/include/KF5/KIOCore/kprotocolmanager.h:26:0,
                 from <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebpage.cpp>:34:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kio/inst/include/KF5/KIOCore/kio/global.h:26:18: fatal error: kjob.h: No such file or directory
 #include <kjob.h>
                  ^
compilation terminated.
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kservice/inst/include/KF5/KService/kmimetypetrader.h:23:0,
                 from <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebpluginfactory.cpp>:29:
/srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kservice/inst/include/KF5/KService/kservice.h:27:28: fatal error: kpluginfactory.h: No such file or directory
 #include <kpluginfactory.h>
                            ^
compilation terminated.
make[2]: *** [src/CMakeFiles/KF5WebKit.dir/kwebpage.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/CMakeFiles/KF5WebKit.dir/kwebpluginfactory.cpp.o] Error 1
In file included from <http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/KF5WebKit_automoc.cpp>:2:0:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/moc_kgraphicswebview.cpp>: In static member function ‘static void KGraphicsWebView::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/moc_kgraphicswebview.cpp>:79:91: warning: ‘void KGraphicsWebView::selectionClipboardUrlPasted(const QUrl&)’ is deprecated (declared at <http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/../../src/kgraphicswebview.h>:122) [-Wdeprecated-declarations]
         case 0: _t->selectionClipboardUrlPasted((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
                                                                                           ^
In file included from <http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/KF5WebKit_automoc.cpp>:4:0:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/moc_kwebview.cpp>: In static member function ‘static void KWebView::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/moc_kwebview.cpp>:83:91: warning: ‘void KWebView::selectionClipboardUrlPasted(const QUrl&)’ is deprecated (declared at <http://build.kde.org/job/kdewebkit_master_qt5/ws/build/src/../../src/kwebview.h>:123) [-Wdeprecated-declarations]
         case 0: _t->selectionClipboardUrlPasted((*reinterpret_cast< const QUrl(*)>(_a[1]))); break;
                                                                                           ^
In file included from <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview.cpp>:28:0:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview_p.h>: In instantiation of ‘bool KWebViewPrivate<T>::handleUrlPasteFromClipboard(QEvent*) [with T = KWebView]’:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview.cpp>:74:79:   required from here
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview_p.h>:130:34: warning: ‘void KWebView::selectionClipboardUrlPasted(const QUrl&)’ is deprecated (declared at <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview.h>:123) [-Wdeprecated-declarations]
                             emit q->selectionClipboardUrlPasted(data.uri());
                                  ^
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview_p.h>:139:30: warning: ‘void KWebView::selectionClipboardUrlPasted(const QUrl&)’ is deprecated (declared at <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview.h>:123) [-Wdeprecated-declarations]
                         emit q->selectionClipboardUrlPasted(data.uri());
                              ^
In file included from <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kgraphicswebview.cpp>:29:0:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview_p.h>: In instantiation of ‘bool KWebViewPrivate<T>::handleUrlPasteFromClipboard(QEvent*) [with T = KGraphicsWebView]’:
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kgraphicswebview.cpp>:76:89:   required from here
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview_p.h>:130:34: warning: ‘void KGraphicsWebView::selectionClipboardUrlPasted(const QUrl&)’ is deprecated (declared at <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kgraphicswebview.h>:122) [-Wdeprecated-declarations]
                             emit q->selectionClipboardUrlPasted(data.uri());
                                  ^
<http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kwebview_p.h>:139:30: warning: ‘void KGraphicsWebView::selectionClipboardUrlPasted(const QUrl&)’ is deprecated (declared at <http://build.kde.org/job/kdewebkit_master_qt5/ws/src/kgraphicswebview.h>:122) [-Wdeprecated-declarations]
                         emit q->selectionClipboardUrlPasted(data.uri());
                              ^
make[1]: *** [src/CMakeFiles/KF5WebKit.dir/all] Error 2
make: *** [all] Error 2
Compiliation step exited with non-zero code, assuming failure to build from source for project kdewebkit.
Build step 'Execute shell' marked build as failure
[File exists] check if file exists [build/JUnitTestResults.xml]
Run condition [File exists] preventing perform for step [Publish JUnit test result report]
[File exists] check if file exists [build/cppcheck.xml]
Run condition [File exists] preventing perform for step [Publish Cppcheck results]
[WARNINGS] Skipping publisher since build result is FAILURE


More information about the Kde-frameworks-devel mailing list