Build failed in Jenkins: rocs_master #218
KDE CI System
null at kde.org
Sun Nov 2 16:47:21 UTC 2014
See <http://build.kde.org/job/rocs_master/218/changes>
Changes:
[cordlandwehr] Begin KF5 Porting.
[cordlandwehr] KF5 build system port of visual editor tools.
[cordlandwehr] KF5 build system port of data structure plugins.
[cordlandwehr] KF5 build system port of file plugins.
[cordlandwehr] Port KDebug to QDebug.
[cordlandwehr] Port KIcon to QIcon.
[cordlandwehr] Port KPushButton to QPushButton.
[cordlandwehr] Port KUrl to QUrl.
[cordlandwehr] Improve error message when plugin loading failed.
[cordlandwehr] Port icon install.
[cordlandwehr] Port to ecm_optional_add_subdirectory.
[cordlandwehr] Use ecm_setup_version.
[cordlandwehr] Port remaining kde4_add_library calls to add_library.
[cordlandwehr] Port tests.
[cordlandwehr] Port kde4_add_ui_files -> qt5_wrap_ui
[cordlandwehr] Remove unneeded kconfig include from test.
[cordlandwehr] Build plugin as MODULE.
[cordlandwehr] Port KTemporaryFile to QTemporaryFile.
[cordlandwehr] Port KSaveFile to QSaveFile.
[cordlandwehr] Port KStandardDirs to QStandardPaths.
[cordlandwehr] Fix KIcon to QIcon port.
[cordlandwehr] Port KTabBar to QTabBar.
[cordlandwehr] Port KTextBrowser to QTextBrowser.
[cordlandwehr] Port KDoubleNumInput to QDoubleSpinBox.
[cordlandwehr] Port KInputDialog to QInputDialog.
[cordlandwehr] Cleanup includes.
[cordlandwehr] Port kapp->quit() to QApplication::quit().
[cordlandwehr] Port KAction to QAction.
[cordlandwehr] Port KDialog to QDialog (DocumentProperties).
[cordlandwehr] Port KDialog to QDialog (DataProperties).
[cordlandwehr] Port KDialog to QDialog (PointerProperties).
[cordlandwehr] Port KDialog to QDialog (DataStructureProperties).
[cordlandwehr] Port KDialog to QDialog (AssignValues).
[cordlandwehr] Port KDialog to QDialog (PossibleIncludes).
[cordlandwehr] Port KDialog to QDialog (GenerateGraph).
[cordlandwehr] Port KDialog to QDialog (TransformEdges).
[cordlandwehr] Port KDialog to QDialog (ImportExportManager).
[cordlandwehr] Port remaining KUrl to QUrl.
[cordlandwehr] Port KDialog to QDialog (PropertiesDialog).
[cordlandwehr] Port KFileDialog to QFileDialog.
[cordlandwehr] Port away from KDE4Support.
[cordlandwehr] In KF5 version of KTexteditor no config sync required.
[cordlandwehr] Start work on GraphTheory library.
[cordlandwehr] Create stub for edge class.
[cordlandwehr] typo.
[cordlandwehr] Fix doxygen typos.
[cordlandwehr] Create stub class for graph document.
[cordlandwehr] Add unit test skeleton.
[cordlandwehr] Create basic test stub.
[cordlandwehr] Node does not need a template parameter.
[cordlandwehr] Minor empty line removals.
[cordlandwehr] Require parent document when creating a Node.
[cordlandwehr] Require the end node of the Edge when creating.
[cordlandwehr] Add unit test: creation of basic elements.
[cordlandwehr] Create EdgeType class.
[cordlandwehr] Implement EdgeTypes for Edges.
[cordlandwehr] Create NodeType class.
[cordlandwehr] Implement NodeTypes for Nodes.
[cordlandwehr] Collect typenames at specific header file.
[cordlandwehr] Accessors for nodes of a document.
[cordlandwehr] Insert nodes into document after creation.
[cordlandwehr] Add insert of node/edge types + unit tests.
[cordlandwehr] Register created edges at nodes + unit tests.
[cordlandwehr] Implement removal of edges/nodes.
[cordlandwehr] Add debug methods to check memory releases.
[cordlandwehr] Allow GraphObjects to be destroyed.
[cordlandwehr] Update unit test for ensure memory releases.
[cordlandwehr] Add destroy methods to edge and node types.
[cordlandwehr] Remove node/edge types when document is destroyed.
[cordlandwehr] Add global typdef file.
[cordlandwehr] Add node model.
[cordlandwehr] Add NodeItem stub.
[cordlandwehr] Create NodeItem when creating Node.
[cordlandwehr] Add QtQuick scene test application stub.
[cordlandwehr] Register NodeItem QML type.
[cordlandwehr] Create QML stub file for GraphDocument scene.
[cordlandwehr] Use d-pointer for private members.
[cordlandwehr] Put nodes on scene for scene test.
[cordlandwehr] NodeItem is handled on QML side.
[cordlandwehr] Add static Node properties.
[cordlandwehr] Use node properties for its QML representation.
[cordlandwehr] Use NodeItem to represents nodes on the scene.
[cordlandwehr] Color value already provided by Node.
[cordlandwehr] Create EdgeItem stub.
[cordlandwehr] Comment out for now.
[cordlandwehr] Provide a list of all document edges.
[cordlandwehr] Create EdgeModel.
[cordlandwehr] Add EdgeItem drawing functionality.
[cordlandwehr] Only remove node/edge when they exist.
[cordlandwehr] Use slightly more appealing item artwork.
[cordlandwehr] Fix shared pointer dependencies for object removals.
[cordlandwehr] Implement dynamic properties for nodes.
[cordlandwehr] Implement dynamic properties for edges.
[cordlandwehr] Fix signal name.
[cordlandwehr] Add property test data to scenetest.
[cordlandwehr] Add QML elements to show dynamic properties.
[cordlandwehr] Use white background for scene.
[cordlandwehr] Implement drag-n-drop for nodes on the scene.
[cordlandwehr] Correctly draw edges.
[cordlandwehr] Add tool buttons to scene edit controls.
[cordlandwehr] Factor out Editor to self-contained QML Component.
[cordlandwehr] Create nodes by clicking on the scene.
[cordlandwehr] Add nodes only when in node creation mode.
[cordlandwehr] Break feedback cycle between Node and NodeItem.
[cordlandwehr] Only move at scence when select/move button is selected.
[cordlandwehr] Implement button: delete nodes.
[cordlandwehr] Implement button: delete edges.
[cordlandwehr] Allow getting shared selfpointers to this.
[cordlandwehr] Implement button: create edges.
[cordlandwehr] Correctly propagate mouse accept signals.
[cordlandwehr] Implement selection area.
[cordlandwehr] Show line hint when adding lines.
[cordlandwehr] Do not accept pressed signals with no action.
[cordlandwehr] Highlight nodes when trying to start a line there.
[cordlandwehr] Implement AddEdge action.
[cordlandwehr] Add DeleteAction.
[cordlandwehr] Enable i18n for QML.
[cordlandwehr] Do not crash when deleting edge.
[cordlandwehr] Add AddNode action.
[cordlandwehr] Add SelectMoveAction.
[cordlandwehr] Add key event to delete highlighted nodes.
[cordlandwehr] SelectMove action should be active initially.
[cordlandwehr] Correctly select nodes in selection rectangle.
[cordlandwehr] Put scene into a scroll area.
[cordlandwehr] Use global coordinate system for node positions.
[cordlandwehr] Fix build against KAboutData.
[cordlandwehr] Allow canvas to grow infinitely.
[cordlandwehr] Break update loop.
[cordlandwehr] Bump minimal Qt5 version to 5.3.
[cordlandwehr] Port scene editor component to QQuickWidget.
[cordlandwehr] Use GraphTheory::Editor inside Rocs.
[cordlandwehr] Cleanup CMakeLists.txt file.
[cordlandwehr] Create fake graph document for testing.
[cordlandwehr] Create Document View Class.
[cordlandwehr] Handle graph documents in editor.
[cordlandwehr] Specify graph document load/save interfaces.
[cordlandwehr] Port Project to GraphDocument.
[cordlandwehr] Handle graph documents directly in project.
[cordlandwehr] Remove GraphicsLayout settings.
[cordlandwehr] Port MainWindow away from DocumentManager.
[cordlandwehr] Cleanup includes.
[cordlandwehr] Resize QML scene correctly.
[cordlandwehr] Do not build file backends, prepare for porting.
[cordlandwehr] Move file backends to graph theory library.
[cordlandwehr] Disable ImportExportManager for now.
[cordlandwehr] Port FileFormatInterface to GraphTheory.
[cordlandwehr] Port FileFormatManager to GraphTheory.
[cordlandwehr] Remove KML file format plugin.
[cordlandwehr] Port TGF file format to GraphTheory.
[cordlandwehr] Do not install removed files.
[cordlandwehr] Port TGF tests to GraphTheory.
[cordlandwehr] Implement node identifiers.
[cordlandwehr] Fix TGF property exports.
[cordlandwehr] Install TGF format into rocs fileformat plugins dir.
[cordlandwehr] Port ImportExport manager.
[cordlandwehr] Make file format plugins work without servicetrader.
[cordlandwehr] Port Tikz/PGF file format to GraphTheory.
[cordlandwehr] Port tikz autotests.
[cordlandwehr] Port DOT file format to graphtheory.
[cordlandwehr] Port GML file format to GraphTheory.
[cordlandwehr] Add files, missed when moved to new place.
[cordlandwehr] Cleanup GraphDocument.
[cordlandwehr] Provide names for node types.
[cordlandwehr] Set type name for edge types.
[cordlandwehr] Port old Rocs graph file format to GraphTheory.
[cordlandwehr] Set all file format CMakeLists.txt licenses to BSD.
[cordlandwehr] Port Rocs1 file format unit tests.
[cordlandwehr] Use GPL2+ license with KDE clause.
[cordlandwehr] Update copyright information.
[cordlandwehr] Port topology modifier to GraphTheory.
[cordlandwehr] Remove scripts.
[cordlandwehr] Update directory naming style.
[cordlandwehr] Do not test availability of backend plugins.
[cordlandwehr] Move Project to main application.
[cordlandwehr] Update Licensing and Copyright for Project.
[cordlandwehr] Remove deprecated tests.
[cordlandwehr] Create unit test for Project.
[cordlandwehr] Disable building of depreacted DataStructure backends.
[cordlandwehr] Port away from kdemakros.h
[cordlandwehr] Add support for document names.
[cordlandwehr] Correctly change document url with SaveAs().
[cordlandwehr] Implement file serialization.
[cordlandwehr] Rewrite project handling.
[cordlandwehr] Fix file format test definitions.
[cordlandwehr] Port value assigner.
[cordlandwehr] New editor plugin interface.
[cordlandwehr] Port AssignValueWidget to new interface.
[cordlandwehr] Port editor plugin manager.
[cordlandwehr] Use EditorToolsPluginManager for setup plugins.
[cordlandwehr] Change editorplugins folder.
[cordlandwehr] Cleanup mainwindow.
[cordlandwehr] Set display name for editor plugins.
[cordlandwehr] Port GenerateGraph plugin.
[cordlandwehr] Port TransformEdges plugin to GraphTheory.
[cordlandwehr] Update intalled files.
[cordlandwehr] Use graph document from current project.
[cordlandwehr] Update UI file.
[cordlandwehr] Cleanup.
[cordlandwehr] Reorder initializations.
[cordlandwehr] Use reasonable size for nodes.
[cordlandwehr] New icons for graph editor.
[cordlandwehr] Adapt other icons to KF5 style.
[cordlandwehr] Minor color fine tunings.
[cordlandwehr] Remove DataStructure setting dialogs.
[cordlandwehr] Remove deprecated dialogs.
[cordlandwehr] Remove deprecated hand actions.
[cordlandwehr] WIP reimplement node properties dialog.
[cordlandwehr] Show node properties dialog.
[cordlandwehr] FIXUP node dialog.
[cordlandwehr] Add Edge properties dialog.
[cordlandwehr] Dump visual editor.
[cordlandwehr] Node wrapper for use in simulation kernel.
[cordlandwehr] Stub for refactored simulation kernel.
[cordlandwehr] Clenaup cmake configuration.
[cordlandwehr] Create kernel unit test stub.
[cordlandwehr] WIP kernel
[cordlandwehr] Store node mapping in document wrapper.
[cordlandwehr] Tell NodeWrapper about corresponding DocumentWrapper.
[cordlandwehr] Add EdgeWrapper for simulation kernel.
[cordlandwehr] Cleanup cmake file.
[cordlandwehr] Move console kernel module to graphtheory lib.
[cordlandwehr] Dump RocsCore.
[cordlandwehr] Reenable docbook.
[cordlandwehr] Cleanup cmake file.
[cordlandwehr] Fix typo in compile guard.
[cordlandwehr] Node::id() is implemented, make it accessible.
[cordlandwehr] Add IDs for node and edge types.
[cordlandwehr] Add node type model.
[cordlandwehr] Add edge type model
[cordlandwehr] Rewrite document types widget.
[cordlandwehr] Add edge types to document types widget.
[cordlandwehr] Remove connection.
[cordlandwehr] Remove dialogs.
[cordlandwehr] Apply new filename conventions.
[cordlandwehr] Give types a name.
[cordlandwehr] Cleanup.
[cordlandwehr] Set modified state of new project to false.
[cordlandwehr] Correctly update modified value of graph document.
[cordlandwehr] Add property models for edges and nodes.
[cordlandwehr] Show node and edge properties at since.
[cordlandwehr] Adapt method behavior to its name.
[cordlandwehr] Correctly emit update signal for properties.
[cordlandwehr] Connect simulation Kernel with main UI.
[cordlandwehr] Cleanup.
[cordlandwehr] Insert Console logging module into kernel.
[cordlandwehr] Use "rocs" as file ending.
[cordlandwehr] Save documents before packing project.
[cordlandwehr] Port away from deprecated method.
[cordlandwehr] Change initialization order.
[cordlandwehr] Workaround for cancel drop events.
[cordlandwehr] Method was removed in KF5.
[cordlandwehr] Project reports if any script was modified.
[cordlandwehr] Rewrite code editor to make use of project.
[cordlandwehr] Reenable "Export Script".
[cordlandwehr] Reenable "Save Project As".
[cordlandwehr] Cleanup slot names.
[cordlandwehr] Port graph document importing.
[cordlandwehr] Fix includes.
[cordlandwehr] Propertly select & unselect nodes.
[cordlandwehr] Uniform naming of signals.
[cordlandwehr] Rename graph operations test.
[cordlandwehr] Correctly delete object.
[cordlandwehr] Return script arrays correctly.
[hrvoje.senjan] Make it build with non-deprecated variables
[cordlandwehr] Add stub for new rocs graph file format.
[cordlandwehr] QApplication does not understand --icon paramter.
[cordlandwehr] QApplication needs -qwindowtitle.
[cordlandwehr] Add unit test for fileformat.
[cordlandwehr] Implement node and edge type serialization.
[cordlandwehr] Add file support for nodes.
[cordlandwehr] Implement edge support for file format.
[cordlandwehr] Use new file format as default format.
[cordlandwehr] Unify file names.
[cordlandwehr] Add regression test.
[cordlandwehr] Add API for incoming/outgoing edges.
[cordlandwehr] Add API for accessing only edges of specific type.
[cordlandwehr] Use new edge type access API.
[cordlandwehr] Refactor wrapper registration into public methods.
[cordlandwehr] Refactor wrapper system to be always in sync with document.
[cordlandwehr] Add edge script access API and unit tests.
[cordlandwehr] Use new connect syntax and fix broken connections.
[cordlandwehr] Make accessors const.
[cordlandwehr] Edges do not have IDs.
[cordlandwehr] Add unit tests for script access to node properties.
[cordlandwehr] Add scripting API for edges and some unit tests.
[cordlandwehr] Simplify and fix window title.
[cordlandwehr] Assure that all types initially get proper IDs.
[cordlandwehr] First step in fixing project opening: codeeditor.
[cordlandwehr] Cleanup.
[cordlandwehr] Add API to handle active code and graph documents in projects.
[cordlandwehr] Create graph editor widget.
[cordlandwehr] Rename to CodeEditorWidget.
[cordlandwehr] Use correct graph format backend.
[cordlandwehr] Reorganize graph loading code.
[cordlandwehr] Mark opened graph documents as unmodified.
[cordlandwehr] --CompilerWarnings.
[cordlandwehr] Bump CMake dependency to 3.0.0.
[cordlandwehr] Bump ECM dependency to 1.0.0.
[cordlandwehr] Bump Boost dependency to 1.49.
[cordlandwehr] No implicit casts to ASCII.
[cordlandwehr] Disable buttons if no document exists.
[cordlandwehr] Use new connect API.
[cordlandwehr] Fix document index limits.
[cordlandwehr] Cleanup project setup.
[cordlandwehr] Remove GHNS for scripts.
[cordlandwehr] Add script API to access node types.
[cordlandwehr] Add script API for edge types.
[cordlandwehr] Use new connect API.
[cordlandwehr] Cleanup coding style.
[cordlandwehr] Add source code comments.
[cordlandwehr] Add scripting API for neighborships.
[cordlandwehr] Port to new connect mechanism.
[cordlandwehr] Ask for confirmation when overwriting project.
[cordlandwehr] Allow command line option for opening projects.
[cordlandwehr] Update my mail address.
[cordlandwehr] Cleanup about information.
[cordlandwehr] Do not cast from QString to QUrl.
[cordlandwehr] Fix several initializations.
[cordlandwehr] Add script access API for nodes/edges of specific type.
[cordlandwehr] Add script API to access adjacent edges of specific type.
[cordlandwehr] Update KXmlGui RC file location.
[cordlandwehr] Set default shortcut.
[cordlandwehr] Use scene graph for drawing edges.
[cordlandwehr] Fix generation of mesh graphs.
[cordlandwehr] Add QSG node for arrow heads.
[cordlandwehr] Show arrow heads only conditionally for directed edges.
[cordlandwehr] Set edge line with same as node line width.
[cordlandwehr] Allow setting of graph document names.
[cordlandwehr] Correctly save projects with multiple graph documents.
[cordlandwehr] Unit test for saving several script documents.
[cordlandwehr] Handle Save with new project as Save-As.
[cordlandwehr] Use new connect mechanism.
[cordlandwehr] Categorized logging for file format manager.
[cordlandwehr] Show text editor configuration in main configuration dialog.
[cordlandwehr] Remove default properties dialog.
[cordlandwehr] Declare override.
[cordlandwehr] Cleanup.
[cordlandwehr] Show type IDs in type widget.
[cordlandwehr] Fix connections.
[cordlandwehr] Add button to switch edge type direction.
[cordlandwehr] Remove unused button.
[cordlandwehr] Remove not working code.
[cordlandwehr] Add tooltips for execution buttons.
[cordlandwehr] We have several licenses, say what COPYING really is.
[cordlandwehr] Add EdgeType properties dialog.
[cordlandwehr] Add NodeType properties dialog
[cordlandwehr] Enable exceptions for topology modifier.
[cordlandwehr] Enable exceptions for graph generator.
[cordlandwehr] Report exception as error.
[cordlandwehr] Add Save-As URLs to recent files.
[cordlandwehr] Only add correctly loaded graph docs to project.
[cordlandwehr] Make warning message more verbose.
[cordlandwehr] Do not assert that there are always node/edge types.
[montel] Fix extract i18n
[montel] Allow to translate it
[montel] Reverse dns desktop
[cordlandwehr] Cleanup dependencies.
[cordlandwehr] Implement renaming of dynamic properties for Nodes.
[cordlandwehr] Implement renaming of dynamic properties for Edges.
[cordlandwehr] Implement properties dialog for NodeTypes.
[cordlandwehr] Fix initialization order.
[cordlandwehr] Add missing files.
[cordlandwehr] Implement dynamic properties dialog for edge types.
------------------------------------------
Started by remote host 2a01:4f8:160:9363::9 with note: Triggered by commit
Building remotely on LinuxSlave - 3 (PACKAGER LINBUILDER) in workspace <http://build.kde.org/job/rocs_master/ws/>
Running Prebuild steps
[rocs_master] $ /bin/sh -xe /tmp/hudson4656242621966064639.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 339a712 Merge branch 'frameworks'
Success build forhudson.tasks.Shell at 59bbd3cc
> 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/rocs # timeout=10
Fetching upstream changes from git://anongit.kde.org/rocs
> git --version # timeout=10
> git fetch --tags --progress git://anongit.kde.org/rocs +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 339a71203c97f9fc449fbcaf3ce865418e3c0f43 (refs/heads/jenkins)
> git config core.sparsecheckout # timeout=10
> git checkout -f 339a71203c97f9fc449fbcaf3ce865418e3c0f43
> git rev-list 6174f0f2561fe345f1a40354e512077b80e44e8c # timeout=10
> git tag -a -f -m Jenkins Build #218 jenkins-rocs_master-218 # timeout=10
[rocs_master] $ /bin/sh -xe /tmp/hudson3141520015783107522.sh
+ /home/jenkins/scripts/execute-job.sh
KDE Continuous Integration Build
== Building Project: rocs - Branch master
== Build Dependencies:
==== shared-desktop-ontologies - Branch master
==== soprano - Branch master
==== dogtail - Branch master
==== kdelibs - Branch KDE/4.14
==== libstreams - Branch master
==== attica - Branch qt4
==== cmake - Branch master
==== qca - Branch master
==== qt - Branch 4.8
==== libstreamanalyzer - Branch master
==== strigidaemon - Branch master
==== grantlee - Branch master
==== strigiutils - Branch master
==== libdbusmenu-qt - Branch master
==== automoc - Branch master
==== phonon - Branch master
==== strigiclient - Branch master
==== kdesupport-svn - Branch master
==== polkit-qt-1 - 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:24 (find_package):
Could not find a package configuration file provided by "ECM" (requested
version 1.0.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/rocs_master/ws/build/CMakeFiles/CMakeOutput.log".>
Configure step exited with non-zero code, assuming failure to configure for project rocs.
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:110)
at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:86)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2665)
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:744)
at ......remote call to LinuxSlave - 3(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:970)
at hudson.FilePath.act(FilePath.java:959)
at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:83)
at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:121)
at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:138)
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:1784)
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-edu
mailing list