Build failed in Jenkins: karchive_master_qt5 #47

KDE CI System null at kde.org
Sat May 10 09:42:09 UTC 2014


See <http://build.kde.org/job/karchive_master_qt5/47/>

------------------------------------------
Started by user Ben Cooksley
Building remotely on LinuxSlave - 3 (PACKAGER LINBUILDER) in workspace <http://build.kde.org/job/karchive_master_qt5/ws/>
Running Prebuild steps
[karchive_master_qt5] $ /bin/sh -xe /tmp/hudson8898937721852697302.sh
+ /home/jenkins/scripts/setup-env.sh

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

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

== Cleaning Source Tree

HEAD is now at 00f03a8 Use ecm_add_tests for the unit tests
Removing build/
Removing dotdata/
Removing install/
Success build forhudson.tasks.Shell at 79a08137
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url git://anongit.kde.org/karchive
Fetching upstream changes from git://anongit.kde.org/karchive
 > git --version
 > git fetch --tags --progress git://anongit.kde.org/karchive +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/refs/heads/jenkins^{commit}
 > git rev-parse refs/heads/jenkins^{commit}
Checking out Revision 00f03a8f9f855a372aba6f2183a8b53b4087a3bc (refs/heads/jenkins)
 > git config core.sparsecheckout
 > git checkout -f 00f03a8f9f855a372aba6f2183a8b53b4087a3bc
 > git rev-list 00f03a8f9f855a372aba6f2183a8b53b4087a3bc
 > git tag -a -f -m Jenkins Build #47 jenkins-karchive_master_qt5-47
Run condition [File exists] enabling prebuild for step [Publish JUnit test result report]
Run condition [File exists] enabling prebuild for step [Publish Cppcheck results]
[karchive_master_qt5] $ /bin/sh -xe /tmp/hudson717321367847735866.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: karchive - Branch master
== Build Dependencies:
==== cmake - Branch master
==== extra-cmake-modules - Branch master
==== qt5 - Branch stable

== 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
-- 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
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7") 
-- Found BZip2: /usr/lib64/libbz2.so (found version "1.0.6") 
-- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib64/libbz2.so - found
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so - found
-- Found LibLZMA: /usr/include (found version "5.0.4") 
-- 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:150 (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.KArchive.VERSION = 4.99.0
    QT.KArchive.MAJOR_VERSION = 4
    QT.KArchive.MINOR_VERSION = 99
    QT.KArchive.PATCH_VERSION = 0
    QT.KArchive.name = KF5Archive
    QT.KArchive.defines = 
    QT.KArchive.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/karchive/inst/include/KF5/KArchive
    QT.KArchive.private_includes =
    QT.KArchive.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/karchive/inst/lib64
    QT.KArchive.depends = core
    '

  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:95 (ecm_generate_pri_file)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at autotests/CMakeLists.txt:20 (target_compile_definitions):
  Cannot specify compile definitions for target "karchive-deprecatedtest"
  which is not built by this project.


CMake Error at autotests/CMakeLists.txt:21 (target_link_libraries):
  Cannot specify link libraries for target "karchive-kfiltertest" which is
  not built by this project.


-- Configuring incomplete, errors occurred!
See also "<http://build.kde.org/job/karchive_master_qt5/ws/build/CMakeFiles/CMakeOutput.log".>
Configure step exited with non-zero code, assuming failure to configure for project karchive.
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