Build failed in Jenkins: solid_master_qt5 #66
KDE CI System
null at kde.org
Wed May 7 16:27:49 UTC 2014
See <http://build.kde.org/job/solid_master_qt5/66/changes>
Changes:
[afiestas] Move the "device" part of the library into a devices/ folder.
------------------------------------------
Started by remote host 2a01:4f8:160:9363::9 with note: Triggered by commit
Building remotely on LinuxSlave - 4 (PACKAGER LINBUILDER) in workspace <http://build.kde.org/job/solid_master_qt5/ws/>
Running Prebuild steps
[solid_master_qt5] $ /bin/sh -xe /tmp/hudson5400750576723036482.sh
+ /home/jenkins/scripts/setup-env.sh
Preparing to perform KDE Continuous Integration build
== Setting Up Sources
>From git://anongit.kde.org/solid
3b89f1e..10dc2d4 broulik/modelimport -> origin/broulik/modelimport
2b96cb9..6a2f666 master -> origin/master
Branch jenkins set up to track remote branch master from origin.
== Cleaning Source Tree
HEAD is now at 2b96cb9 Upgrade KF5 version.
Removing build/
Removing dotdata/
Removing install/
Success build forhudson.tasks.Shell at 57d06662
> git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
> git config remote.origin.url git://anongit.kde.org/solid
Fetching upstream changes from git://anongit.kde.org/solid
> git --version
> git fetch --tags --progress git://anongit.kde.org/solid +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/refs/heads/jenkins^{commit}
> git rev-parse refs/heads/jenkins^{commit}
Checking out Revision 6a2f6661b1a6a125ac472be9f948c0682d2998c4 (refs/heads/jenkins)
> git config core.sparsecheckout
> git checkout -f 6a2f6661b1a6a125ac472be9f948c0682d2998c4
> git rev-list 72aa4262fdb19528c582a536f0d1f01b17f6dc90
> git tag -a -f -m Jenkins Build #66 jenkins-solid_master_qt5-66
Run condition [File exists] enabling prebuild for step [Publish JUnit test result report]
Run condition [File exists] enabling prebuild for step [Publish Cppcheck results]
[solid_master_qt5] $ /bin/sh -xe /tmp/hudson2049545822646461701.sh
+ /home/jenkins/scripts/execute-job.sh
KDE Continuous Integration Build
== Building Project: solid - Branch master
== Build Dependencies:
==== extra-cmake-modules - Branch master
==== cmake - 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 UDev: /usr/include
CMake Error at src/solid/CMakeLists.txt:3 (include):
include could not find load file:
devices/CMakeLists.txt
-- 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
-- Found FLEX: /usr/bin/flex (found version "2.5.37")
-- Found BISON: /usr/bin/bison (found version "2.6.5")
CMake Error: Could not get source file entry for <http://build.kde.org/job/solid_master_qt5/ws/build/src/solid/CMakeFiles/UpdateSolidPredicateParser>
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.Solid.VERSION = 4.99.0
QT.Solid.MAJOR_VERSION = 4
QT.Solid.MINOR_VERSION = 99
QT.Solid.PATCH_VERSION = 0
QT.Solid.name = KF5Solid
QT.Solid.defines =
QT.Solid.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/solid/inst/include/KF5/Solid
QT.Solid.private_includes =
QT.Solid.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/solid/inst/lib64
QT.Solid.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/solid/CMakeLists.txt:109 (ecm_generate_pri_file)
This warning is for project developers. Use -Wno-dev to suppress it.
--
-- The following OPTIONAL packages have been found:
* FLEX , Allows the Solid predicate parser to be updated , <http://flex.sourceforge.net>
Required by the UpdateSolidPredicateParser target (mainly useful for developers)
* BISON , Allows the Solid predicate parser to be updated , <http://www.gnu.org/software/bison>
Required by the UpdateSolidPredicateParser target (mainly useful for developers)
-- The following REQUIRED packages have been found:
* Qt5Core (required version >= 5.2.0)
* ECM (required version >= 0.0.13)
* Qt5Xml
* Qt5DBus
* Qt5Gui (required version >= 5.3.1)
* Qt5Widgets
* UDev , UDev support for Solid , <http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html>
Allows Solid to use UDev to provide information about devices on Linux
* Qt5Test
* Qt5 (required version >= 5.2.0)
* Qt5Concurrent (required version >= 5.2.0)
-- Configuring incomplete, errors occurred!
See also "<http://build.kde.org/job/solid_master_qt5/ws/build/CMakeFiles/CMakeOutput.log".>
Configure step exited with non-zero code, assuming failure to configure for project solid.
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