Skip to content
Failed

Console Output

Skipping 2,609 KB.. Full Log
	bendPoints.set(nIndex - 1, bp1);
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[650] 
04:56:00 	bendPoints.set(nIndex, bp2);
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[678] 
04:56:00 	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
04:56:00 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[678] 
04:56:00 	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
04:56:00 	                                     ^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[716] 
04:56:00 	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
04:56:00 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[716] 
04:56:00 	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
04:56:00 	                                     ^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[744] 
04:56:00 	protected void removeOutsideSourceFeedback(List constraint) {
04:56:00 	                                           ^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[755] 
04:56:00 	protected void removeOutsideTargetFeedback(List constraint) {
04:56:00 	                                           ^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[771] 
04:56:00 	List constraint = (List) getConnection().getRoutingConstraint();
04:56:00 	^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[771] 
04:56:00 	List constraint = (List) getConnection().getRoutingConstraint();
04:56:00 	                   ^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[801] 
04:56:00 	constraint.set(index, new AbsoluteBendpoint(movedFirst.getOrigin()));
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[802] 
04:56:00 	constraint.set(index + 1,
04:56:00 				new AbsoluteBendpoint(movedFirst.getTerminus()));
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[807] 
04:56:00 	constraint.set(index + 1,
04:56:00 				new AbsoluteBendpoint(movedSecond.getTerminus()));
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[827] 
04:56:00 	List constraint = (List) getConnection().getRoutingConstraint();
04:56:00 	^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[827] 
04:56:00 	List constraint = (List) getConnection().getRoutingConstraint();
04:56:00 	                   ^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[863] 
04:56:00 	List constraint, LineSeg moveLine) {
04:56:00 	^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[864] 
04:56:00 	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
04:56:00 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[864] 
04:56:00 	if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) {
04:56:00 	                                     ^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[937] 
04:56:00 	List constraint) {
04:56:00 	^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[955] 
04:56:00 	constraint.add(0, new AbsoluteBendpoint(startPoint));
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[967] 
04:56:00 	List constraint) {
04:56:00 	^^^^
04:56:00 List is a raw type. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[985] 
04:56:00 	constraint.add(new AbsoluteBendpoint(endPoint));
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Type safety: The method add(Object) belongs to the raw type List. References to generic type List<E> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[994] 
04:56:00 	public Object getAdapter(Class key) {
04:56:00 	                         ^^^^^
04:56:00 Class is a raw type. References to generic type Class<T> should be parameterized
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[22] 
04:56:00 	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouterUtilities;
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[23] 
04:56:00 	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[83] 
04:56:00 	* While {@link RectilinearRouter} claims to ignore the endpoints, it still
04:56:00 	               ^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[112] 
04:56:00 	* @see org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter#resetEndPointsToEdge(org.eclipse.draw2d.Connection,
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[112] 
04:56:00 	* @see org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter#resetEndPointsToEdge(org.eclipse.draw2d.Connection,
04:56:00 	                                                                            ^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'RectilinearRouter.resetEndPointsToEdge(Connection, PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[120] 
04:56:00 	if (isReorienting(conn)) {
04:56:00 	    ^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'ObliqueRouter.isReorienting(Connection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[128] 
04:56:00 	super.resetEndPointsToEdge(conn, line);
04:56:00 	      ^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'RectilinearRouter.resetEndPointsToEdge(Connection, PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[131] 
04:56:00 	PrecisionRectangle source = sourceBoundsRelativeToConnection2(conn);
04:56:00 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method sourceBoundsRelativeToConnection2(Connection) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[132] 
04:56:00 	PrecisionRectangle target = targetBoundsRelativeToConnection2(conn);
04:56:00 	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method targetBoundsRelativeToConnection2(Connection) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[157] 
04:56:00 	sourceAnchorRelativeLocation = getAnchorOffRectangleDirection2(
04:56:00 					sourceAnchorPoint, source);
04:56:00 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[159] 
04:56:00 	targetAnchorRelativeLocation = getAnchorOffRectangleDirection2(
04:56:00 					targetAnchorPoint, target);
04:56:00 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[166] 
04:56:00 	offSourceDirection = getOffShapeDirection2(sourceAnchorRelativeLocation);
04:56:00 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[167] 
04:56:00 	offTargetDirection = getOffShapeDirection2(targetAnchorRelativeLocation);
04:56:00 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[205] 
04:56:00 	sourceAnchorRelativeLocation = getAnchorOffRectangleDirection2(
04:56:00 					line.getFirstPoint(), source);
04:56:00 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[207] 
04:56:00 	offSourceDirection = getOffShapeDirection2(sourceAnchorRelativeLocation);
04:56:00 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[208] 
04:56:00 	targetAnchorRelativeLocation = getAnchorOffRectangleDirection2(
04:56:00 					line.getLastPoint(), target);
04:56:00 	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[210] 
04:56:00 	offTargetDirection = getOffShapeDirection2(targetAnchorRelativeLocation);
04:56:00 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[217] 
04:56:00 	OrthogonalRouterUtilities.transformToOrthogonalPointList(line,
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[217] 
04:56:00 	OrthogonalRouterUtilities.transformToOrthogonalPointList(line,
04:56:00 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'OrthogonalRouterUtilities.transformToOrthogonalPointList(PointList, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[219] 
04:56:00 	removeRedundantPoints2(line);
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method removeRedundantPoints2(PointList) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[228] 
04:56:00 	* Copy-pasted from {@link RectilinearRouter} lines 416.
04:56:00 	                          ^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[297] 
04:56:00 	return getOffShapeDirection2(direction);
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[350] 
04:56:00 	LineSeg fromFigureToBendpoint = OrthogonalRouterUtilities
04:56:00 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[351] 
04:56:00 	.getOrthogonalLineSegToAnchorLoc(conn, anchor, bendpoint);
04:56:00 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'OrthogonalRouterUtilities.getOrthogonalLineSegToAnchorLoc(Connection, ConnectionAnchor, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[385] 
04:56:00 	fromFigureToBendpoint = OrthogonalRouterUtilities
04:56:00 	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[386] 
04:56:00 	.getOrthogonalLineSegToAnchorLoc(conn, anchor,
04:56:00 	 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'OrthogonalRouterUtilities.getOrthogonalLineSegToAnchorLoc(Connection, ConnectionAnchor, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[22] 
04:56:00 	import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure;
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The type DiagramStructure is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[34] 
04:56:00 	private DiagramStructure myDiagramStructure;
04:56:00 	        ^^^^^^^^^^^^^^^^
04:56:00 The type DiagramStructure is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[48] 
04:56:00 	public void setVisualIDRegistry(DiagramStructure diagramStructure) {
04:56:00 	                                ^^^^^^^^^^^^^^^^
04:56:00 The type DiagramStructure is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[71] 
04:56:00 	int actualVisualId = myDiagramStructure.getVisualID(childView);
04:56:00 	                                        ^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getVisualID(View) from the type DiagramStructure is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[72] 
04:56:00 	return myDiagramStructure.checkNodeVisualID(parentView, child, actualVisualId);
04:56:00 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method checkNodeVisualID(View, EObject, int) from the type DiagramStructure is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[31] 
04:56:00 	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter;
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[32] 
04:56:00 	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouterUtilities;
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[33] 
04:56:00 	import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter;
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[205] 
04:56:00 	conn.getConnectionRouter() instanceof OrthogonalRouter;
04:56:00 	                                      ^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[485] 
04:56:00 	if (!OrthogonalRouterUtilities.isRectilinear(middlePart)) {
04:56:00 	     ^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[485] 
04:56:00 	if (!OrthogonalRouterUtilities.isRectilinear(middlePart)) {
04:56:00 	                               ^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'OrthogonalRouterUtilities.isRectilinear(PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[492] 
04:56:00 	OrthogonalRouterUtilities.transformToOrthogonalPointList(
04:56:00 	^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[492] 
04:56:00 	OrthogonalRouterUtilities.transformToOrthogonalPointList(
04:56:00 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The method 'OrthogonalRouterUtilities.transformToOrthogonalPointList(PointList, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[543] 
04:56:00 	* @see RectilinearRouter
04:56:00 	       ^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[546] 
04:56:00 	return INSTANCE.removeRedundantPoints2(line);
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The static method removeRedundantPoints2(PointList) from the type RectilinearRouter2 should be accessed in a static way
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[546] 
04:56:00 	return INSTANCE.removeRedundantPoints2(line);
04:56:00 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method removeRedundantPoints2(PointList) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[584] 
04:56:00 	return getOutisePointOffRectanglePosition2(start, new Rectangle(
04:56:00 					end.x, end.y, 0, 0));
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 The method getOutisePointOffRectanglePosition2(Point, Rectangle) from the type RectilinearRouter2 is deprecated
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/CellEditorEx.java:[19] 
04:56:00 	* @see org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx
04:56:00 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/CellEditorEx.java:[22] 
04:56:00 	public interface CellEditorEx extends org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx {
04:56:00 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:00 Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar')
04:56:00 295 problems (295 warnings)
04:56:00 [INFO] 
04:56:00 [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:56:00 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
04:56:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/test/resources
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.0.0-SNAPSHOT-sources.jar
04:56:00 [INFO] 
04:56:00 [INFO] --- target-platform-configuration:2.2.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-packaging-plugin:2.2.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.0.0-SNAPSHOT.jar
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime ---
04:56:00 [INFO] 
04:56:00 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-misc >---------
04:56:00 [INFO] Building Papyrus Infra Other Bundles 0.0.1-SNAPSHOT            [155/728]
04:56:00 [INFO] --------------------------------[ pom ]---------------------------------
04:56:00 [INFO] 
04:56:00 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-misc ---
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-source-plugin:2.2.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-misc ---
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-source-feature-plugin:2.2.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-misc ---
04:56:00 [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-misc ---
04:56:00 [INFO] 
04:56:00 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.sync >---------
04:56:00 [INFO] Building org.eclipse.papyrus.infra.sync 3.0.0-SNAPSHOT         [156/728]
04:56:00 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:56:00 [INFO] 
04:56:00 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.sync ---
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-packaging-plugin:2.2.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.sync ---
04:56:00 [INFO] The project's OSGi version is 3.0.0.202103030937
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-packaging-plugin:2.2.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.sync ---
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-packaging-plugin:2.2.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.sync ---
04:56:00 [INFO] 
04:56:00 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.sync ---
04:56:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:56:00 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
04:56:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/main/resources
04:56:00 [INFO] 
04:56:00 [INFO] --- tycho-compiler-plugin:2.2.0:compile (default-compile) @ org.eclipse.papyrus.infra.sync ---
04:56:00 [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/bin
04:56:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EMFDispatchManager.java:[253] 
04:56:01 	active.remove(key);
04:56:01 	              ^^^
04:56:01 Unlikely argument type SyncItem<capture#7-of ?,capture#8-of ?> for remove(Object) on a Collection<Map.Entry<SyncItem<?,?>,D>>
04:56:01 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[183] 
04:56:01 	result = registryType.newInstance();
04:56:01 	                      ^^^^^^^^^^^^^
04:56:01 The method newInstance() from the type Class<R> is deprecated since version 9
04:56:01 [INFO] ------------------------------------------------------------------------
04:56:01 [INFO] Reactor Summary:
04:56:01 [INFO] 
04:56:01 [INFO] org.eclipse.papyrus.all.releng 0.0.1-SNAPSHOT ...... SUCCESS [ 24.762 s]
04:56:01 [INFO] org.eclipse.papyrus.releng 0.0.1-SNAPSHOT .......... SUCCESS [  0.069 s]
04:56:01 [INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SUCCESS [  0.016 s]
04:56:01 [INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SUCCESS [  0.014 s]
04:56:01 [INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SUCCESS [01:14 min]
04:56:01 [INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SUCCESS [  1.873 s]
04:56:01 [INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SUCCESS [  0.012 s]
04:56:01 [INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SUCCESS [  0.012 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SUCCESS [  0.379 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SUCCESS [  0.842 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SUCCESS [  1.206 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SUCCESS [  1.255 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SUCCESS [  1.546 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SUCCESS [  1.045 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SUCCESS [  3.602 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SUCCESS [  1.530 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT  SUCCESS [  2.082 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SUCCESS [  0.934 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SUCCESS [  1.180 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SUCCESS [  1.398 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SUCCESS [  2.192 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SUCCESS [  1.203 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  1.411 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.514 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.991 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SUCCESS [  0.590 s]
04:56:01 [INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SUCCESS [  0.009 s]
04:56:01 [INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SUCCESS [  0.008 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. SUCCESS [  0.555 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.tools 4.0.0-SNAPSHOT ..... SUCCESS [  2.719 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SUCCESS [  1.081 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SUCCESS [  1.150 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SUCCESS [  0.974 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SUCCESS [  0.674 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SUCCESS [  1.800 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SUCCESS [  2.545 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SUCCESS [  1.603 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  2.669 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SUCCESS [  0.930 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SUCCESS [  2.378 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  1.588 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.541 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SUCCESS [  1.893 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SUCCESS [  0.209 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SUCCESS [  0.957 s]
04:56:01 [INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SUCCESS [  0.009 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SUCCESS [  1.111 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core.architecture 3.0.0-SNAPSHOT SUCCESS [  1.286 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SUCCESS [  1.409 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT  SUCCESS [  0.615 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SUCCESS [  0.774 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SUCCESS [  0.827 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SUCCESS [  0.210 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SUCCESS [  0.188 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SUCCESS [  0.585 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SUCCESS [  0.682 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SUCCESS [  2.624 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  1.608 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SUCCESS [  0.797 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  1.421 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SUCCESS [  0.249 s]
04:56:01 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SUCCESS [  1.514 s]
04:56:01 [INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SUCCESS [  0.011 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SUCCESS [  1.499 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core 4.0.0-SNAPSHOT ...... SUCCESS [  2.723 s]
04:56:01 [INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SUCCESS [  0.007 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf 4.0.0-SNAPSHOT ....... SUCCESS [  1.785 s]
04:56:01 [INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SUCCESS [  0.060 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SUCCESS [  0.953 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.edit 4.0.0-SNAPSHOT SUCCESS [  1.059 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.architecture 3.0.0-SNAPSHOT SUCCESS [  1.902 s]
04:56:01 [INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SUCCESS [  0.009 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SUCCESS [  1.694 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SUCCESS [  1.198 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SUCCESS [  0.799 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SUCCESS [  0.792 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SUCCESS [  1.702 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SUCCESS [  0.818 s]
04:56:01 [INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SUCCESS [  0.007 s]
04:56:01 [INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SUCCESS [  0.007 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SUCCESS [  0.888 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.gmf 2.0.0-SNAPSHOT ... SUCCESS [  1.111 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SUCCESS [  0.669 s]
04:56:01 [INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SUCCESS [  0.007 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.widgets 4.1.0-SNAPSHOT ... SUCCESS [  4.615 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SUCCESS [  1.204 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.ui 3.0.0-SNAPSHOT ........ SUCCESS [  2.762 s]
04:56:01 [INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SUCCESS [  0.007 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SUCCESS [  0.814 s]
04:56:01 [INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SUCCESS [  0.011 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SUCCESS [  2.963 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization 2.0.0-SNAPSHOT SUCCESS [  1.700 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.onefile 3.0.0-SNAPSHOT ... SUCCESS [  1.153 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SUCCESS [  1.267 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SUCCESS [  0.617 s]
04:56:01 [INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SUCCESS [  0.007 s]
04:56:01 [INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SUCCESS [  0.006 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.properties 4.0.0-SNAPSHOT  SUCCESS [  1.479 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.readonly 4.0.0-SNAPSHOT SUCCESS [  0.874 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.ui.emf 3.0.0-SNAPSHOT .... SUCCESS [  1.996 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SUCCESS [  3.117 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SUCCESS [  2.283 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SUCCESS [  0.929 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SUCCESS [  1.431 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SUCCESS [  0.618 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SUCCESS [  0.584 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.types.core 5.0.0-SNAPSHOT  SUCCESS [  3.667 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SUCCESS [  1.289 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.types 5.0.0-SNAPSHOT . SUCCESS [  1.487 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.properties.edit 4.0.0-SNAPSHOT SUCCESS [  1.308 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SUCCESS [  0.998 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SUCCESS [  0.718 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SUCCESS [  1.287 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SUCCESS [  1.446 s]
04:56:01 [INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SUCCESS [  0.048 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SUCCESS [  0.825 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SUCCESS [  0.713 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SUCCESS [  2.156 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SUCCESS [  0.756 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.controlmode 3.0.0-SNAPSHOT SUCCESS [  1.857 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SUCCESS [  0.825 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.decoration 3.0.0-SNAPSHOT SUCCESS [  0.973 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SUCCESS [  0.710 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.localizer 3.0.0-SNAPSHOT SUCCESS [  0.723 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SUCCESS [  0.795 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SUCCESS [  0.969 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SUCCESS [  1.115 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SUCCESS [  0.519 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SUCCESS [  1.401 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SUCCESS [  0.577 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SUCCESS [  0.890 s]
04:56:01 [INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SUCCESS [  0.013 s]
04:56:01 [INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SUCCESS [  0.011 s]
04:56:01 [INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SUCCESS [  0.011 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SUCCESS [  2.087 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SUCCESS [  1.465 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SUCCESS [  2.837 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SUCCESS [  0.712 s]
04:56:01 [INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SUCCESS [  0.008 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.0-SNAPSHOT SUCCESS [  2.053 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SUCCESS [  1.510 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SUCCESS [  1.804 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SUCCESS [  0.992 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SUCCESS [  1.605 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SUCCESS [  1.001 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SUCCESS [  0.782 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable 7.0.0-SNAPSHOT .. SUCCESS [  8.456 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SUCCESS [  4.247 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.common 6.0.0-SNAPSHOT SUCCESS [  2.595 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.0.0-SNAPSHOT SUCCESS [  1.354 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SUCCESS [  2.610 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SUCCESS [  5.497 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SUCCESS [  0.437 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.0.0-SNAPSHOT SUCCESS [  3.499 s]
04:56:01 [INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SUCCESS [  0.007 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.sync 3.0.0-SNAPSHOT ...... FAILURE [  0.806 s]
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SKIPPED
04:56:01 [INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.modelexplorer 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.ui.resources 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.validation 3.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.search 3.0.0-SNAPSHOT .... SKIPPED
04:56:01 [INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SKIPPED
04:56:01 [INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SKIPPED
04:56:01 [INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.tools.utils 4.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.tools 5.0.0-SNAPSHOT ....... SKIPPED
04:56:01 [INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.common 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.eclipse.project.editors 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.controlmode.profile 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.filters 2.0.0-SNAPSHOT ..... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.modelrepair 3.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.profile 4.0.0-SNAPSHOT ..... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.export 2.0.0-SNAPSHOT ...... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.search.ui 3.0.0-SNAPSHOT ... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.service.types 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.alf 4.0.0-SNAPSHOT ......... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.alf.common 3.0.0-SNAPSHOT .. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SKIPPED
04:56:01 [INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SKIPPED
04:56:01 [INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.nattable 6.0.0-SNAPSHOT .... SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.clazz 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.communication 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.component 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.composite 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.deployment 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.activity 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.profile 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.sequence 6.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.statemachine 4.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.timing 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.usecase 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT  SKIPPED
04:56:01 [INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.properties 4.0.0-SNAPSHOT .. SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SKIPPED
04:56:01 [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.modelexplorer 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.drafter 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SKIPPED
04:56:02 [INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SKIPPED
04:56:02 [INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SKIPPED
04:56:02 [INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SKIPPED
04:56:02 [INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SKIPPED
04:56:02 [INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SKIPPED
04:56:02 [INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SKIPPED
04:56:02 [INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SKIPPED
04:56:02 [INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SKIPPED
04:56:02 [INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SKIPPED
04:56:02 [INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SKIPPED
04:56:02 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED
04:56:02 [INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SKIPPED
04:56:02 [INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED
04:56:02 [INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SKIPPED
04:56:02 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
04:56:02 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
04:56:02 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.sdk 5.1.0-SNAPSHOT ............. SKIPPED
04:56:02 [INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.uml.diagrams 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.example.uml.services.decorator 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.examples.user.qvto 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.architecture.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.ui.feature 3.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.widget.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.feature 3.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.alf.feature 3.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.tools.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.search.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.feature 4.0.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.search.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.modelexplorer.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.properties.feature 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.feature 1.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.sdk.feature 5.1.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.main.target.parent 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.main.portable.target 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.p2 5.1.0-SNAPSHOT .............. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SKIPPED
04:56:02 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.dev.ui 1.0.0-SNAPSHOT .......... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.xpand.qvtlibrary 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.xpand 2.2.0-SNAPSHOT ....... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.common 1.3.0-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.codegen 2.11.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.dev.types 4.0.0-SNAPSHOT ....... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.graphdef 2.9.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.tooldef 2.3.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.map 2.9.0-SNAPSHOT ......... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.graphdef.codegen 2.10.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.bridge 1.3.1-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.bridge.trace 1.3.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.graphdef.edit 2.9.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.tooldef.edit 2.3.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.map.edit 2.9.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.bridge.ui 1.5.1-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.codegen.edit 2.9.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.bridge.ui.dashboard 2.3.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.graphdef.codegen.ui 1.3.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.3.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmfgenextension 3.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.def 2.0.0-SNAPSHOT ............. SKIPPED
04:56:02 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.0.100-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.gmf.tooling.feature 3.3.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.diagramgen.feature 1.1.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.junit.framework 2.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.junit.utils 3.0.0-SNAPSHOT ..... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.bundles.tests 2.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.junit.feature 1.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.dev.project.management 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.releng.tools 3.0.0-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.releng.feature 1.0.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths 2.0.0-SNAPSHOT ...... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform.parent 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.portable.targetplatform 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.editor.integration.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.tests 4.0.0-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.tests 2.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.tools.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.properties.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.service.types.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.tools.tests 4.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.feature 2.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.0-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.editors.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.suite.tests 1.0.0-SNAPSHOT . SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.tests.main.releng 1.2.0-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.main.tests.target.parent 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] org.eclipse.papyrus.main.tests.portable.target 0.0.1-SNAPSHOT SKIPPED
04:56:02 [INFO] ------------------------------------------------------------------------
04:56:02 [INFO] BUILD FAILURE
04:56:02 [INFO] ------------------------------------------------------------------------
04:56:02 [INFO] Total time:  18:43 min
04:56:02 [INFO] Finished at: 2021-03-03T09:56:02Z
04:56:02 [INFO] ------------------------------------------------------------------------
04:56:02 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.2.0:compile (default-compile) on project org.eclipse.papyrus.infra.sync: Compilation failure: Compilation failure: 
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/MasterSlaveSyncBucket.java:[33] 
04:56:02 [ERROR] 	public abstract class MasterSlaveSyncBucket<M, T, X> extends SyncBucket<M, T, X> {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[24] 
04:56:02 [ERROR] 	import com.google.common.util.concurrent.CheckedFuture;
04:56:02 [ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The import com.google.common.util.concurrent.CheckedFuture cannot be resolved
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[72] 
04:56:02 [ERROR] 	public <V, X extends Exception> CheckedFuture<V, X> runAsync(SyncServiceRunnable<V, X> operation) {
04:56:02 [ERROR] 	                                ^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[73] 
04:56:02 [ERROR] 	CheckedFuture<V, X> result = operation.asFuture(this);
04:56:02 [ERROR] 	^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[73] 
04:56:02 [ERROR] 	CheckedFuture<V, X> result = operation.asFuture(this);
04:56:02 [ERROR] 	                                       ^^^^^^^^
04:56:02 [ERROR] The method asFuture(ISyncObject) from the type SyncServiceRunnable<V,X> refers to the missing type CheckedFuture
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EObjectEAttributeSyncFeature.java:[41] 
04:56:02 [ERROR] 	public class EObjectEAttributeSyncFeature<M extends EObject> extends SyncFeature<M, EObject, Notification> {
04:56:02 [ERROR] 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EObjectSyncBucket.java:[23] 
04:56:02 [ERROR] 	public abstract class EObjectSyncBucket<M extends EObject, T, X> extends SyncBucket<M, T, X> {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[24] 
04:56:02 [ERROR] 	import com.google.common.util.concurrent.AbstractCheckedFuture;
04:56:02 [ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The import com.google.common.util.concurrent.AbstractCheckedFuture cannot be resolved
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[25] 
04:56:02 [ERROR] 	import com.google.common.util.concurrent.CheckedFuture;
04:56:02 [ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The import com.google.common.util.concurrent.CheckedFuture cannot be resolved
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[57] 
04:56:02 [ERROR] 	public CheckedFuture<V, X> asFuture(final ISyncObject context) {
04:56:02 [ERROR] 	       ^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[58] 
04:56:02 [ERROR] 	return checked(ListenableFutureTask.create(new Callable<V>() {
04:56:02 [ERROR] 	       ^^^^^^^
04:56:02 [ERROR] The method checked(ListenableFuture<V>) from the type SyncServiceRunnable<V,X> refers to the missing type CheckedFuture
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[66] 
04:56:02 [ERROR] 	private CheckedFuture<V, X> checked(final ListenableFuture<V> future) {
04:56:02 [ERROR] 	        ^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[67] 
04:56:02 [ERROR] 	class Checked extends AbstractCheckedFuture<V, X>implements Runnable {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] AbstractCheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[78] 
04:56:02 [ERROR] 	protected X mapException(Exception e) {
04:56:02 [ERROR] 	            ^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The method mapException(Exception) of type Checked must override or implement a supertype method
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EObjectSyncItem.java:[23] 
04:56:02 [ERROR] 	public abstract class EObjectSyncItem<M, T extends EObject> extends SyncItem<M, T> {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[23] 
04:56:02 [ERROR] 	import com.google.common.util.concurrent.CheckedFuture;
04:56:02 [ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The import com.google.common.util.concurrent.CheckedFuture cannot be resolved
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[74] 
04:56:02 [ERROR] 	<V, X extends Exception> CheckedFuture<V, X> runAsync(SyncServiceRunnable<V, X> operation);
04:56:02 [ERROR] 	                         ^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[56] 
04:56:02 [ERROR] 	import com.google.common.util.concurrent.CheckedFuture;
04:56:02 [ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The import com.google.common.util.concurrent.CheckedFuture cannot be resolved
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[366] 
04:56:02 [ERROR] 	public <V, X extends Exception> CheckedFuture<V, X> runAsync(SyncServiceRunnable<V, X> operation) {
04:56:02 [ERROR] 	                                ^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[367] 
04:56:02 [ERROR] 	CheckedFuture<V, X> result = operation.asFuture(this);
04:56:02 [ERROR] 	^^^^^^^^^^^^^
04:56:02 [ERROR] CheckedFuture cannot be resolved to a type
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[367] 
04:56:02 [ERROR] 	CheckedFuture<V, X> result = operation.asFuture(this);
04:56:02 [ERROR] 	                                       ^^^^^^^^
04:56:02 [ERROR] The method asFuture(ISyncObject) from the type SyncServiceRunnable<V,X> refers to the missing type CheckedFuture
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncItem.java:[33] 
04:56:02 [ERROR] 	public abstract class SyncItem<M, T> extends SyncObject {
04:56:02 [ERROR] 	                      ^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncRegistry.java:[39] 
04:56:02 [ERROR] 	public abstract class SyncRegistry<M, T, X> extends SyncObject {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EObjectEReferenceSyncFeature.java:[47] 
04:56:02 [ERROR] 	public abstract class EObjectEReferenceSyncFeature<M extends EObject> extends EStructuralFeatureSyncFeature<M, EObject> {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncBucket.java:[42] 
04:56:02 [ERROR] 	public abstract class SyncBucket<M, T, X> extends SyncObject {
04:56:02 [ERROR] 	                      ^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EObjectMasterSlaveSyncBucket.java:[23] 
04:56:02 [ERROR] 	public abstract class EObjectMasterSlaveSyncBucket<M extends EObject, T, X> extends MasterSlaveSyncBucket<M, T, X> {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncFeature.java:[33] 
04:56:02 [ERROR] 	public abstract class SyncFeature<M, T, X> extends SyncObject {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] /home/jenkins/agent/workspace/Papyrus-Gerrit-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EStructuralFeatureSyncFeature.java:[45] 
04:56:02 [ERROR] 	public abstract class EStructuralFeatureSyncFeature<M extends EObject, T> extends SyncFeature<M, T, Notification> {
04:56:02 [ERROR] 	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:56:02 [ERROR] The return types are incompatible for the inherited methods ISyncObject.runAsync(SyncServiceRunnable<V,X>), SyncObject.runAsync(SyncServiceRunnable<V,X>)
04:56:02 [ERROR] 30 problems (28 errors, 2 warnings)
04:56:02 [ERROR] -> [Help 1]
04:56:02 [ERROR] 
04:56:02 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
04:56:02 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
04:56:02 [ERROR] 
04:56:02 [ERROR] For more information about the errors and possible solutions, please read the following articles:
04:56:02 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
04:56:02 [ERROR] 
04:56:02 [ERROR] After correcting the problems, you can resume the build with the command
04:56:02 [ERROR]   mvn <args> -rf :org.eclipse.papyrus.infra.sync
04:56:06 Build step 'Invoke top-level Maven targets' marked build as failure
04:56:06 Terminating xvnc.
04:56:09 Recording test results
04:56:12 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
04:56:13 Sending e-mails to: quentin.lemenez@cea.fr
04:56:13 Finished: FAILURE