Build failed in Jenkins: threadweaver_master_qt5 #87

KDE CI System null at kde.org
Sun Aug 24 21:30:13 UTC 2014


See <http://build.kde.org/job/threadweaver_master_qt5/87/changes>

Changes:

[mirko] Add licenses, add item delegate.

[mirko] Implement Role_ImageRole in Model.

[mirko] Implement item delegate.

[mirko] If quit() is called, dequeue all remaining jobs.

[mirko] Save and restore window state and geometry.

[mirko] Ensure stable sorting order of items after sorting by priority.

[mirko] Add resource restriction for file loading.

[mirko] Log consumption in resource restrictions at level 4.

[mirko] Implement shrinking the inventory when the thread cap is reduced.

[mirko] Implement setting the thread cap from the UI.

[mirko] Add ImageListFilter to create individual lists per step.

[mirko] Use individual list views for the different steps.

[mirko] Implement configuring the processing caps form the view.

[mirko] Assign resource restrictions to the processing steps.

[mirko] Increase the inventory if the thread cap is raised while processing.

[mirko] Connect slots to configure resource restrictions.

------------------------------------------
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/threadweaver_master_qt5/ws/>
Running Prebuild steps
[threadweaver_master_qt5] $ /bin/sh -xe /tmp/hudson2016386572688033617.sh
+ /home/jenkins/scripts/setup-env.sh

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

>From git://anongit.kde.org/threadweaver
   4e1c425..e665638  master     -> origin/master
Branch jenkins set up to track remote branch master from origin.

== Cleaning Source Tree

HEAD is now at 4e1c425 Add missing <numeric> include from ThumbNailer example code.
Removing build/
Removing dotdata/
Removing local-inst/
Success build forhudson.tasks.Shell at 7b95a527
 > 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/threadweaver # timeout=10
Fetching upstream changes from git://anongit.kde.org/threadweaver
 > git --version # timeout=10
 > git fetch --tags --progress git://anongit.kde.org/threadweaver +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 e6656386bc28f8c45b4dbc49b5ed273137085a0e (refs/heads/jenkins)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e6656386bc28f8c45b4dbc49b5ed273137085a0e
 > git rev-list 92e5edbaf5534c72306a1c6ce118010534a2bb52 # timeout=10
 > git tag -a -f -m Jenkins Build #87 jenkins-threadweaver_master_qt5-87 # 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]
[threadweaver_master_qt5] $ /bin/sh -xe /tmp/hudson5440279199835293338.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: threadweaver - Branch master
== Build Dependencies:
==== dogtail - Branch master
==== qt5 - Branch stable
==== extra-cmake-modules - Branch master
==== cmake - 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
-- 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
-- Looking for __GLIBC__
-- Looking for __GLIBC__ - found
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- 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 examples/HelloWorld/CMakeLists.txt:18 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at examples/HelloWorldRaw/CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at examples/HelloInternet/CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at examples/ThumbNailer/CMakeLists.txt:2 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    PROJECT_VERSION
    PROJECT_VERSION_MAJOR
    PROJECT_VERSION_MINOR
    PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

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

 * Qt5Gui (required version >= 5.3.1)
 * ECM (required version >= 1.1.0)
 * Qt5Core
 * Qt5Network
 * Qt5Xml
 * Qt5Widgets
 * Qt5
 * Qt5Test

-- Configuring done
CMake Error at examples/ThumbNailer/CMakeLists.txt:7 (add_executable):
  Cannot find source file:

    ImageListFilter.cpp

  Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
  .hxx .in .txx


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/threadweaver_master_qt5/ws/build>
Configure step exited with non-zero code, assuming failure to configure for project threadweaver.
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