Build failed in Jenkins: kemoticons_master_qt5 #76

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


See <http://build.kde.org/job/kemoticons_master_qt5/76/changes>

Changes:

[scripty] Upgrade KF5 version to 5.4.0.

------------------------------------------
Started by remote host 2a01:4f8:160:9363::9 with note: Triggered by commit
Building remotely on LinuxSlave - 1 (PACKAGER LINBUILDER) in workspace <http://build.kde.org/job/kemoticons_master_qt5/ws/>
Running Prebuild steps
[kemoticons_master_qt5] $ /bin/sh -xe /tmp/hudson5218271922670800139.sh
+ /home/jenkins/scripts/setup-env.sh

Preparing to perform KDE Continuous Integration build
== Setting Up Sources

Cloning into '.'...
Branch jenkins set up to track remote branch master from origin.

== Cleaning Source Tree

HEAD is now at 10fc271 Upgrade KF5 version to 5.4.0.
Success build forhudson.tasks.Shell at 3dec1bff
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://anongit.kde.org/kemoticons # timeout=10
Fetching upstream changes from git://anongit.kde.org/kemoticons
 > git --version # timeout=10
 > git fetch --tags --progress git://anongit.kde.org/kemoticons +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 10fc271bbebbd8e194680f9d88e5a50df4415fff (refs/heads/jenkins)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 10fc271bbebbd8e194680f9d88e5a50df4415fff
 > git rev-list 8c438e6411493dc4c952b82cd3a34ed94e76b082 # timeout=10
 > git tag -a -f -m Jenkins Build #76 jenkins-kemoticons_master_qt5-76 # 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]
[kemoticons_master_qt5] $ /bin/sh -xe /tmp/hudson2354819519971550051.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kemoticons - Branch master
== Build Dependencies:
==== kdoctools - Branch master
==== cmake - Branch master
==== kdbusaddons - Branch master
==== kservice - Branch master
==== ki18n - Branch master
==== kconfig - Branch master
==== karchive - Branch master
==== qt5 - Branch stable
==== kcoreaddons - Branch master
==== kwindowsystem - Branch master
==== extra-cmake-modules - Branch master
==== kcrash - Branch master
==== dogtail - 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.KEmoticons.VERSION = 5.4.0
    QT.KEmoticons.MAJOR_VERSION = 5
    QT.KEmoticons.MINOR_VERSION = 4
    QT.KEmoticons.PATCH_VERSION = 0
    QT.KEmoticons.name = KF5Emoticons
    QT.KEmoticons.defines = 
    QT.KEmoticons.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kemoticons/inst/include/KF5/KEmoticons
    QT.KEmoticons.private_includes =
    QT.KEmoticons.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kemoticons/inst/lib64
    QT.KEmoticons.depends = widgets KService
    '

  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/core/CMakeLists.txt:51 (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 (required version >= 5.3.1)
 * Qt5Gui
 * KF5Archive (required version >= 5.3.0)
 * KF5Config (required version >= 5.3.0)
 * Gettext
 * PythonInterp
 * KF5Service (required version >= 5.3.0)
 * Qt5Xml
 * Qt5Test
 * Qt5Widgets
 * Qt5 (required version >= 5.2.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/kemoticons_master_qt5/ws/build>

== Commencing the Build

Scanning dependencies of target KF5Emoticons_automoc
Scanning dependencies of target emoticonstheme_kde_automoc
Scanning dependencies of target emoticonstheme_adium_automoc
Scanning dependencies of target emoticonstheme_xmpp_automoc
Scanning dependencies of target kemoticons-kemoticontest_automoc
Scanning dependencies of target emoticonstheme_pidgin_automoc
Scanning dependencies of target kemoticonstest_automoc
[  4%] [  8%] [ 17%] [ 17%] [ 21%] [ 30%] [ 30%] Automatic moc for target emoticonstheme_kde
Automatic moc for target KF5Emoticons
Automatic moc for target emoticonstheme_pidgin
Automatic moc for target kemoticons-kemoticontest
Automatic moc for target emoticonstheme_xmpp
Automatic moc for target emoticonstheme_adium
Automatic moc for target kemoticonstest
Generating pidgin_emoticons.moc
<http://build.kde.org/job/kemoticons_master_qt5/ws/src/providers/pidgin/pidgin_emoticons.cpp>:0: Note: No relevant classes found. No output generated.
Generating adium_emoticons.moc
<http://build.kde.org/job/kemoticons_master_qt5/ws/src/providers/adium/adium_emoticons.cpp>:0: Note: No relevant classes found. No output generated.
Generating kde_emoticons.moc
<http://build.kde.org/job/kemoticons_master_qt5/ws/src/providers/kde/kde_emoticons.cpp>:0: Note: No relevant classes found. No output generated.
Generating xmpp_emoticons.moc
<http://build.kde.org/job/kemoticons_master_qt5/ws/src/providers/xmpp/xmpp_emoticons.cpp>:0: Note: No relevant classes found. No output generated.
Generating moc_kemoticons.cpp
Generating moc_kemoticonsprovider.cpp
Generating kemoticontest.moc
[ 30%] [ 30%] Built target KF5Emoticons_automoc
Generating moc_pidgin_emoticons.cpp
Built target kemoticons-kemoticontest_automoc
[ 30%] Built target emoticonstheme_pidgin_automoc
Generating moc_adium_emoticons.cpp
Generating main.moc
[ 30%] [ 30%] Built target emoticonstheme_adium_automoc
Built target kemoticonstest_automoc
Generating moc_kde_emoticons.cpp
Generating moc_xmpp_emoticons.cpp
[ 30%] [ 30%] Built target emoticonstheme_kde_automoc
Built target emoticonstheme_xmpp_automoc
Scanning dependencies of target KF5Emoticons
[ 34%] [ 39%] [ 43%] [ 47%] Building CXX object src/core/CMakeFiles/KF5Emoticons.dir/kemoticons.cpp.o
Building CXX object src/core/CMakeFiles/KF5Emoticons.dir/kemoticonstheme.cpp.o
Building CXX object src/core/CMakeFiles/KF5Emoticons.dir/kemoticonsprovider.cpp.o
Building CXX object src/core/CMakeFiles/KF5Emoticons.dir/KF5Emoticons_automoc.cpp.o
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kservice/inst/include/KF5/KService/kservicetypetrader.h:22:0,
                 from <http://build.kde.org/job/kemoticons_master_qt5/ws/src/core/kemoticons.h>:27,
                 from <http://build.kde.org/job/kemoticons_master_qt5/ws/src/core/kemoticons.cpp>:20:
/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.
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kservice/inst/include/KF5/KService/kservicetypetrader.h:22:0,
                 from <http://build.kde.org/job/kemoticons_master_qt5/ws/src/core/kemoticons.h>:27,
                 from <http://build.kde.org/job/kemoticons_master_qt5/ws/src/core/kemoticonstheme.cpp>:23:
/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/core/CMakeFiles/KF5Emoticons.dir/kemoticons.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [src/core/CMakeFiles/KF5Emoticons.dir/kemoticonstheme.cpp.o] Error 1
In file included from /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kservice/inst/include/KF5/KService/kservicetypetrader.h:22:0,
                 from <http://build.kde.org/job/kemoticons_master_qt5/ws/src/core/kemoticons.h>:27,
                 from <http://build.kde.org/job/kemoticons_master_qt5/ws/src/core/kemoticonsprovider.cpp>:20:
/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/core/CMakeFiles/KF5Emoticons.dir/kemoticonsprovider.cpp.o] Error 1
make[1]: *** [src/core/CMakeFiles/KF5Emoticons.dir/all] Error 2
make: *** [all] Error 2
Compiliation step exited with non-zero code, assuming failure to build from source for project kemoticons.
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