Build failed in Jenkins: kross_master_qt5 #59
KDE CI System
null at kde.org
Fri May 30 17:54:10 UTC 2014
See <http://build.kde.org/job/kross_master_qt5/59/changes>
Changes:
[hrvoje.senjan] Make sure krossqtsplugin is really treated as plugin
------------------------------------------
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/kross_master_qt5/ws/>
Running Prebuild steps
[kross_master_qt5] $ /bin/sh -xe /tmp/hudson697202162845159048.sh
+ /home/jenkins/scripts/setup-env.sh
Preparing to perform KDE Continuous Integration build
== Setting Up Sources
>From git://anongit.kde.org/kross
6c473df..d47bdf3 master -> origin/master
Branch jenkins set up to track remote branch master from origin.
== Cleaning Source Tree
HEAD is now at 6c473df Adapt to changes in KAboutData.
Removing build/
Removing dotdata/
Removing install/
Success build forhudson.tasks.Shell at 5d1635a6
> git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
> git config remote.origin.url git://anongit.kde.org/kross
Fetching upstream changes from git://anongit.kde.org/kross
> git --version
> git fetch --tags --progress git://anongit.kde.org/kross +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/refs/heads/jenkins^{commit}
> git rev-parse refs/heads/jenkins^{commit}
Checking out Revision d47bdf3eb7550bb9e96efad83abe29d56fc136b4 (refs/heads/jenkins)
> git config core.sparsecheckout
> git checkout -f d47bdf3eb7550bb9e96efad83abe29d56fc136b4
> git rev-list 6c473df3fe13249662a04166d1dd9ba068c2b060
> git tag -a -f -m Jenkins Build #59 jenkins-kross_master_qt5-59
Run condition [File exists] enabling prebuild for step [Publish JUnit test result report]
Run condition [File exists] enabling prebuild for step [Publish Cppcheck results]
[kross_master_qt5] $ /bin/sh -xe /tmp/hudson8471241164440730268.sh
+ /home/jenkins/scripts/execute-job.sh
KDE Continuous Integration Build
== Building Project: kross - Branch master
== Build Dependencies:
==== karchive - Branch master
==== qt5 - Branch stable
==== attica - Branch master
==== sonnet - Branch master
==== kdoctools - Branch master
==== polkit-qt-1 - Branch qt5
==== kglobalaccel - Branch master
==== kauth - Branch master
==== kconfigwidgets - Branch master
==== knotifications - Branch master
==== kwidgetsaddons - Branch master
==== kbookmarks - Branch master
==== cmake - Branch master
==== kconfig - Branch master
==== extra-cmake-modules - Branch master
==== kguiaddons - Branch master
==== kcoreaddons - Branch master
==== kjobwidgets - Branch master
==== solid - Branch master
==== ki18n - Branch master
==== kservice - Branch master
==== kcompletion - Branch master
==== kwallet - Branch master
==== kwindowsystem - Branch master
==== ktextwidgets - Branch master
==== kitemviews - Branch master
==== dogtail - Branch master
==== kcrash - Branch master
==== kio - Branch master
==== kxmlgui - Branch master
==== kparts - Branch master
==== kcodecs - Branch master
==== kdbusaddons - Branch master
==== kiconthemes - 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
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1")
-- 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.KrossCore.VERSION = 4.99.0
QT.KrossCore.MAJOR_VERSION = 4
QT.KrossCore.MINOR_VERSION = 99
QT.KrossCore.PATCH_VERSION = 0
QT.KrossCore.name = KF5KrossCore
QT.KrossCore.defines =
QT.KrossCore.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kross/inst/include/KF5/KrossCore
QT.KrossCore.private_includes =
QT.KrossCore.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kross/inst/lib64
QT.KrossCore.depends = script xml
'
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:66 (ecm_generate_pri_file)
This warning is for project developers. Use -Wno-dev to suppress it.
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.KrossUi.VERSION = 4.99.0
QT.KrossUi.MAJOR_VERSION = 4
QT.KrossUi.MINOR_VERSION = 99
QT.KrossUi.PATCH_VERSION = 0
QT.KrossUi.name = KF5KrossUi
QT.KrossUi.defines =
QT.KrossUi.includes = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kross/inst/include/KF5/KrossUi
QT.KrossUi.private_includes =
QT.KrossUi.libs = /srv/jenkins/install/linux/x86_64/g++/kf5-qt5/frameworks/kross/inst/lib64
QT.KrossUi.depends = KrossCore KParts
'
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/ui/CMakeLists.txt:55 (ecm_generate_pri_file)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at autotests/CMakeLists.txt:6 (target_link_libraries):
Target "krossqtsplugin" of type MODULE_LIBRARY may not be linked into
another target. One may link only to STATIC or SHARED libraries, or to
executables with the ENABLE_EXPORTS property set.
--
-- The following REQUIRED packages have been found:
* ECM (required version >= 0.0.13)
* Qt5Core
* Qt5Script
* Qt5Xml
* Qt5Gui (required version >= 5.3.1)
* Qt5Widgets
* Qt5UiTools
* Qt5 (required version >= 5.2)
* KF5Completion (required version >= 4.99.0)
* KF5CoreAddons (required version >= 4.99.0)
* KF5DocTools (required version >= 4.99.0)
* Gettext
* KF5I18n (required version >= 4.99.0)
* KF5IconThemes (required version >= 4.99.0)
* KF5KIO (required version >= 4.99.0)
* KF5Parts (required version >= 4.99.0)
* KF5Service (required version >= 4.99.0)
* KF5WidgetsAddons (required version >= 4.99.0)
* KF5XmlGui (required version >= 4.99.0)
-- Configuring incomplete, errors occurred!
See also "<http://build.kde.org/job/kross_master_qt5/ws/build/CMakeFiles/CMakeOutput.log".>
Configure step exited with non-zero code, assuming failure to configure for project kross.
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