Build failed in Jenkins: rocs_stable_qt5 #222
KDE CI System
null at kde.org
Tue Mar 3 10:01:37 UTC 2015
See <http://build.kde.org/job/rocs_stable_qt5/222/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.
[cordlandwehr] Test script access for dynamic properties of Nodes.
[cordlandwehr] Test script access for dynamic properties of Edges.
[cordlandwehr] Fix typo.
[cordlandwehr] Correctly set node color from script.
[cordlandwehr] Update node item on color change.
[cordlandwehr] Set graph document url when loading.
[cordlandwehr] Better use space in widget delegate.
[scripty] SVN_SILENT made messages (.desktop file)
[scripty] SVN_SILENT made messages (.desktop file)
[lueck] extract messages from qml files as well
[cordlandwehr] Update ID when changed.
[cordlandwehr] Port to new connect API.
[cordlandwehr] Port to new connect API.
[cordlandwehr] Ensure only valid node type IDs.
[cordlandwehr] Ensure only valid edge type IDs.
[cordlandwehr] Start IDs with 1.
[scripty] SVN_SILENT made messages (.desktop file)
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Correctly update on load/save files.
[cordlandwehr] Allow arbitrary dynamic properties during execution.
[cordlandwehr] Print doccument error messages at script output.
[cordlandwehr] Show script errors of nodes/edges at script output.
[cordlandwehr] Update items if type is changed.
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Add Grantlee5 dependency.
[cordlandwehr] Compile port to Grantlee5.
[cordlandwehr] Adapt filenames to new naming scheme.
[cordlandwehr] Adapt to coding style.
[cordlandwehr] Update copyright and relicense to GPL2+ with KDE e.V clause.
[cordlandwehr] Remove data structure objects.
[cordlandwehr] Update licensing.
[cordlandwehr] Remove vanished data structures.
[cordlandwehr] Correctly find api documentation files.
[cordlandwehr] Fix path for css files.
[scripty] SVN_SILENT made messages (after extraction)
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Do not use doublequotes for single characters.
[cordlandwehr] Make constructor explicit.
[cordlandwehr] Use const iterators
[cordlandwehr] Cleanup includes and include guards.
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Cleanup text.
[cordlandwehr] Provide all document script API.
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Add script API for getting node by ID.
[cordlandwehr] Add script API for creating edges.
[cordlandwehr] Add script API for creating nodes.
[cordlandwehr] Add script API for deleting nodes and edges.
[cordlandwehr] Avoid ambigious shortcuts for save.
[cordlandwehr] Update caption of project is modified.
[scripty] SVN_SILENT made messages (after extraction)
[cordlandwehr] React on modified graph document.
[cordlandwehr] Unit test that scripting api files are valid.
[cordlandwehr] Reimplement distance computing for scripting API.
[cordlandwehr] Fix distance computation with bidirectional edges.
[cordlandwehr] Extend project file format with document name metadata.
[montel] Fix desktop name
[cordlandwehr] Fix crash with script engine's garbage collector.
[scripty] SVN_SILENT made messages (.desktop file)
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Add UI to change node IDs.
[cordlandwehr] Add unit test to verify results of direction change.
[cordlandwehr] Use const refs in for loops.
[cordlandwehr] QtQuick items should not be public API.
[cordlandwehr] Correctly set arrow head color on creation.
[cordlandwehr] Refactor edge type style into own class.
[cordlandwehr] Allow setting visibility of edge types.
[cordlandwehr] Port to KCoreAddons framework for plugin loading
[cordlandwehr] Update item visibility on type change.
[cordlandwehr] Add script access for neighborships with edge types.
[scripty] SVN_SILENT made messages (after extraction)
[cordlandwehr] Port selection mechanism to StateMachine.
[cordlandwehr] Edge creation with state machine.
[cordlandwehr] Correctly focus for key handling.
[cordlandwehr] Declare override.
[cordlandwehr] Implement moving of multiple nodes at once.
[scripty] SVN_SILENT made messages (.desktop file)
[montel] Clean up
[montel] Port to new connect api
[cordlandwehr] Use QVector instead of QList in public API.
[cordlandwehr] Assert that document is imported.
[cordlandwehr] Initialize member variables
[cordlandwehr] Simplify code.
[cordlandwehr] Remove unused assignments.
[cordlandwehr] More efficient way for deleting element from vector.
[cordlandwehr] Refactor node type style into own class.
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Add visibility settings for nodes and their properties.
[cordlandwehr] Explicitly declare overrides.
[cordlandwehr] Use property name visibility information.
[cordlandwehr] Add visibility settings for edges property names.
[cordlandwehr] Declare overrides for models, fix virtual destructors.
[cordlandwehr] Use property name visibility information.
[cordlandwehr] Hide nodes when not visible.
[cordlandwehr] Hide edge if any of its end points is not visible.
[cordlandwehr] Save/Load visibility information of types.
[cordlandwehr] Save/Load property name visibility information.
[cordlandwehr] Update about dialog.
[cordlandwehr] Remove unused method.
[cordlandwehr] Port to new connect syntax.
[cordlandwehr] Remove debug output.
[cordlandwehr] Require Qt 5.4.
[scripty] SVN_SILENT made messages (after extraction)
[scripty] SVN_SILENT made messages (.desktop file)
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Update README files.
[cordlandwehr] Provide app icons for Windows/Mac.
[cordlandwehr] Enable NodeTypeModel to be used from QML.
[cordlandwehr] Propagate current types to scene.
[cordlandwehr] Make node/edge type selectable at visual editor.
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Store/restore code document names for project.
[cordlandwehr] Add UI to make code document names changeable.
[scripty] SVN_SILENT made messages (after extraction)
[cordlandwehr] Set proper SONAME.
[cordlandwehr] Fix title display in type combobox.
[cordlandwehr] Comment out alignment menu.
[cordlandwehr] Delete News.
[cordlandwehr] Use code document name when loading project.
[cordlandwehr] Add fall-back for code document name.
[cordlandwehr] Only accept pressed events when correct action.
[scripty] SVN_SILENT made messages (after extraction)
[scripty] SVN_SILENT made messages (.desktop file)
[cordlandwehr] Add missing newline.
[cordlandwehr] Fix some typos in comments.
[cordlandwehr] Explicitly mark strings as Latin1.
[cordlandwehr] Set visibility when associating item with node.
[cordlandwehr] Disconnect from correct object.
[cordlandwehr] Fix uninitialized pointer.
[cordlandwehr] Port to new connect API.
[cordlandwehr] Fix showing of dialogs.
[cordlandwehr] Ensure correct mousearea order.
[cordlandwehr] Fix (randomly occuring) crash when creating nodes.
[cordlandwehr] Fix mousearea z-ordering.
[cordlandwehr] Add CTRL+A key event.
[cordlandwehr] Remove debug message.
[cordlandwehr] Correctly update ID generator at any element insert.
------------------------------------------
Started by user aacid
Building remotely on LinuxSlave - 3 (PACKAGER LINBUILDER) in workspace <http://build.kde.org/job/rocs_stable_qt5/ws/>
Running Prebuild steps
[rocs_stable_qt5] $ /bin/sh -xe /tmp/hudson452316247228086609.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 Applications/15.04 from origin.
== Cleaning Source Tree
HEAD is now at 7f7f7e7 Correctly update ID generator at any element insert.
Success build forhudson.tasks.Shell at 50b2dafe
> 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 -c core.askpass=true 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 7f7f7e7c013274033840f09023ba8aabd56c2c07 (refs/heads/jenkins)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7f7f7e7c013274033840f09023ba8aabd56c2c07
> git rev-list 0a9feda427d7f375f25135470a95e78c301c59f6 # timeout=10
> git tag -a -f -m Jenkins Build #222 jenkins-rocs_stable_qt5-222 # timeout=10
[rocs_stable_qt5] $ /bin/sh -xe /tmp/hudson8399165123753119355.sh
+ /home/jenkins/scripts/execute-job.sh
KDE Continuous Integration Build
== Building Project: rocs - Branch Applications/15.04
== Build Dependencies:
==== kauth - Branch master
==== ki18n - Branch master
==== kdnssd - Branch master
==== kguiaddons - Branch master
==== kparts - Branch master
==== kcoreaddons - Branch master
==== attica - Branch master
==== ktextwidgets - Branch master
==== kcodecs - Branch master
==== knotifyconfig - Branch master
==== kglobalaccel - Branch master
==== kdeclarative - Branch master
==== kwidgetsaddons - Branch master
==== plasma-framework - Branch master
==== kcmutils - Branch master
==== sonnet - Branch master
==== kdesignerplugin - Branch master
==== cmake - Branch master
==== kservice - Branch master
==== kplotting - Branch master
==== kjobwidgets - Branch master
==== kdbusaddons - Branch master
==== knotifications - Branch master
==== kdoctools - Branch master
==== kwallet - Branch master
==== ktexteditor - Branch master
==== kiconthemes - Branch master
==== kded - Branch master
==== khtml - Branch master
==== kxmlgui - Branch master
==== kdesu - Branch master
==== polkit-qt-1 - Branch master
==== kdesupport-svn - Branch master
==== qt5 - Branch 5.3.2
==== kcrash - Branch master
==== karchive - Branch master
==== frameworkintegration - Branch master
==== kidletime - Branch master
==== kjs - Branch master
==== extra-cmake-modules - Branch master
==== kactivities - Branch master
==== kpackage - Branch master
==== dogtail - Branch master
==== kcompletion - Branch master
==== kconfig - Branch master
==== kdewebkit - Branch master
==== kio - Branch master
==== libgit2 - Branch master
==== kinit - Branch master
==== kpty - Branch master
==== kbookmarks - Branch master
==== kdelibs4support - Branch master
==== threadweaver - Branch master
==== kunitconversion - Branch master
==== kconfigwidgets - Branch master
==== kross - Branch master
==== grantlee - Branch master
==== kwindowsystem - Branch master
==== kitemmodels - Branch master
==== knewstuff - Branch master
==== kjsembed - Branch master
==== phonon - Branch master
==== kemoticons - Branch master
==== solid - Branch master
==== kitemviews - Branch master
== Applying Patches
=== No patches to apply
== Syncing Dependencies from Master Server
rsync: change_dir "/srv/jenkins/install/linux/x86_64/g++//stable-kf5-qt5/general/grantlee/inst" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1530) [Receiver=3.0.9]
Syncing dependencies from master server for project rocs failed.
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:2688)
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 - 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: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:761)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:721)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:670)
at hudson.model.Run.execute(Run.java:1742)
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