Build failed in Jenkins: kcalc_master #77

KDE CI System null at kde.org
Tue Jan 27 22:55:27 UTC 2015


See <http://build.kde.org/job/kcalc_master/77/changes>

Changes:

[christoph] Initial port to KF5

[lukas] i18n fixes

[lukas] port away from deprecated KLocale and KGlobal

[christoph] KF5 port: KPushButton -> QPushButton

[christoph] KF5 port: KGlobalSettings:generalFont -> QFontDatabase::systemFont

[christoph] GIT_SILENT cleanup

[christoph] KF5 port: kDebug -> qDebug

[christoph] KF5 port: QString::toAscii -> QString::toLatin1

[christoph] KF5 port: KInputDialog -> QInputDialog

[christoph] KF5 port: kde4_add_unit_test -> ecm_mark_as_test

[christoph] KF5 port: feature_summary

[christoph] KF5 port: kde4_create_handbook -> kdoctools_create_handbook

[christoph] KF5 port: K4AboutData -> KAboutData / KApplication -> QApplication

[christoph] KF5 port: KStatusBar -> KCalcStatusBar

[christoph] KF5 port: replace KLocale::formatNumber with custom code

[christoph] KF5 port: replace deprecated KConfigSkeleton::writeConfig()

[christoph] KF5 port: replace deprecated KAboutData::setProgramIconName()

[christoph] KF5 port: KGlobalSettings -> event() for font/palette changes

[christoph] cleanup includes

[christoph] KF5 port completed: link to required frameworks

[christoph] Add dummy QCommandLineParser so that --version works

[christoph] Remove command line arguments from .desktop file

[christoph] GIT_SILENT spelling

[christoph] Update to recent docbook DTD

[montel] Port to new connect api

[montel] REmove not necessary include moc

[montel] Port reverse dns desktop

[montel] Migrate config

[montel] Fix command line here too. Fix forward declaration too

------------------------------------------
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/kcalc_master/ws/>
Running Prebuild steps
[kcalc_master] $ /bin/sh -xe /tmp/hudson319795255156535943.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 e123b16 Merge remote-tracking branch 'origin/frameworks'
Success build forhudson.tasks.Shell at 5ca96fd5
 > 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/kcalc # timeout=10
Fetching upstream changes from git://anongit.kde.org/kcalc
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://anongit.kde.org/kcalc +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 e123b164ee46a441a44e143c6452cb157c6ac5de (refs/heads/jenkins)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e123b164ee46a441a44e143c6452cb157c6ac5de
 > git rev-list 9da30f81f05c1f6ef100bb5f880017f18b7d77ca # timeout=10
 > git tag -a -f -m Jenkins Build #77 jenkins-kcalc_master-77 # timeout=10
[kcalc_master] $ /bin/sh -xe /tmp/hudson8658466031870515094.sh
+ /home/jenkins/scripts/execute-job.sh

KDE Continuous Integration Build
== Building Project: kcalc - Branch master
== Build Dependencies:
==== kdelibs - Branch KDE/4.14
==== polkit-qt-1 - Branch master
==== kdesupport-svn - Branch master
==== cmake - Branch master
==== libstreams - Branch master
==== libdbusmenu-qt - Branch master
==== shared-desktop-ontologies - Branch master
==== soprano - Branch master
==== dogtail - Branch master
==== strigiutils - Branch master
==== qt - Branch 4.8
==== strigiclient - Branch master
==== libstreamanalyzer - Branch master
==== attica - Branch qt4
==== automoc - Branch master
==== grantlee - Branch master
==== phonon - Branch master
==== strigidaemon - Branch master
==== qca - 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
CMake Error at CMakeLists.txt:6 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.3.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "<http://build.kde.org/job/kcalc_master/ws/build/CMakeFiles/CMakeOutput.log".>
Configure step exited with non-zero code, assuming failure to configure for project kcalc.
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
ERROR: Publisher hudson.tasks.junit.JUnitResultArchiver aborted due to exception
hudson.AbortException: No test report files were found. Configuration error?
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:116)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:93)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2685)
	at hudson.remoting.UserRequest.perform(UserRequest.java:121)
	at hudson.remoting.UserRequest.perform(UserRequest.java:49)
	at hudson.remoting.Request$2.run(Request.java:324)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to LinuxSlave - 4(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1356)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
	at hudson.remoting.Channel.call(Channel.java:752)
	at hudson.FilePath.act(FilePath.java:978)
	at hudson.FilePath.act(FilePath.java:967)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:90)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:120)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:137)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:74)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:770)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:734)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:683)
	at hudson.model.Run.execute(Run.java:1743)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:89)
	at hudson.model.Executor.run(Executor.java:240)


More information about the Kde-utils-devel mailing list