Skip to content
Success

Console Output

Skipping 6,331 KB.. Full Log
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[58] 
	return new Node.Builder().attr(Key.LABEL, label).attr(Key.ID, ID++)
	                                                          ^^
Discouraged access: The field ID from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[62] 
	public static List<Node> nodes(String... labels) {
	                   ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[63] 
	Node[] nodes = new Node[labels.length];
	^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[63] 
	Node[] nodes = new Node[labels.length];
	                   ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[96] 
	private void checkEdgeIdentity(List<Edge> edges, GraphLayoutContext glc,
	                                    ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[96] 
	private void checkEdgeIdentity(List<Edge> edges, GraphLayoutContext glc,
	                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[98] 
	ConnectionLayout layout = glc.getConnections()[x];
	^^^^^^^^^^^^^^^^
Discouraged access: The type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[98] 
	ConnectionLayout layout = glc.getConnections()[x];
	                          ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[99] 
	NodeLayout source = layout.getSource();
	^^^^^^^^^^
Discouraged access: The type NodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[99] 
	NodeLayout source = layout.getSource();
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method getSource() from the type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[100] 
	NodeLayout target = layout.getTarget();
	^^^^^^^^^^
Discouraged access: The type NodeLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[100] 
	NodeLayout target = layout.getTarget();
	                    ^^^^^^^^^^^^^^^^^^
Discouraged access: The method getTarget() from the type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[101] 
	assertSame(edges.get(x).getSource(), source.getItems()[0]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getSource() from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[101] 
	assertSame(edges.get(x).getSource(), source.getItems()[0]);
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[102] 
	assertSame(edges.get(x).getTarget(), target.getItems()[0]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getTarget() from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[102] 
	assertSame(edges.get(x).getTarget(), target.getItems()[0]);
	                                     ^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[104] 
	ConnectionLayout[] connections = glc.getConnections(source, target);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type ConnectionLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[104] 
	ConnectionLayout[] connections = glc.getConnections(source, target);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections(EntityLayout, EntityLayout) from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[127] 
	private void checkIntegrity(List<Node> nodes, List<Edge> edges) {
	                                 ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[127] 
	private void checkIntegrity(List<Node> nodes, List<Edge> edges) {
	                                                   ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[128] 
	Graph graph = new Graph(ATTR_EMPTY, nodes, edges);
	                  ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor GraphLayoutContext(Graph) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[129] 
	GraphLayoutContext glc = new GraphLayoutContext(graph);
	                             ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[145] 
	private void checkNodeIdentity(List<Node> nodes, GraphLayoutContext glc,
	                                    ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[145] 
	private void checkNodeIdentity(List<Node> nodes, GraphLayoutContext glc,
	                                                 ^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[147] 
	Object[] items = glc.getNodes()[x].getItems();
	                 ^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[147] 
	Object[] items = glc.getNodes()[x].getItems();
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getItems() from the type EntityLayout is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[162] 
	private void checkNodesAndEdges(List<Node> nodes, List<Edge> edges,
	                                     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[162] 
	private void checkNodesAndEdges(List<Node> nodes, List<Edge> edges,
	                                                       ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[163] 
	GraphLayoutContext glc) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[183] 
	private void checkSizes(List<Node> nodes, List<Edge> edges,
	                             ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[183] 
	private void checkSizes(List<Node> nodes, List<Edge> edges,
	                                               ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[184] 
	GraphLayoutContext glc) {
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[185] 
	assertEquals(nodes.size(), glc.getNodes().length);
	                           ^^^^^^^^^^^^^^
Discouraged access: The method getNodes() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[186] 
	assertEquals(edges.size(), glc.getConnections().length);
	                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getConnections() from the type AbstractLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[187] 
	assertEquals(nodes.size(), glc.getEntities().length);
	                           ^^^^^^^^^^^^^^^^^
Discouraged access: The method getEntities() from the type GraphLayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[192] 
	List<Node> nodes = nodes("1");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[193] 
	List<Edge> edges = edges(nodes);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[199] 
	List<Node> nodes = nodes("1", "2");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[200] 
	List<Edge> edges = edges(nodes, 0, 1);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[206] 
	List<Node> nodes = nodes("1", "2", "3", "4");
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[207] 
	List<Edge> edges = edges(nodes, 0, 1, 1, 2, 2, 3, 0, 3);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[213] 
	List<Node> nodes = nodes();
	     ^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/org/eclipse/gef4/zest/fx/tests/GraphLayoutContextTests.java:[214] 
	List<Edge> edges = edges(nodes);
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
176 problems (176 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:0.19.0:test (default-test) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Expected eclipse log file: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/data/.metadata/.log
[INFO] Command line:
	/bin/sh -c cd /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests && /opt/public/common/jdk1.8.0_x64/jre/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -Xmx512m -XX:MaxPermSize=256m -Dosgi.framework.extensions=org.eclipse.fx.osgi -Dosgi.clean=true -jar /opt/public/jobs/gef4-master/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar -data /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/data -install /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work -configuration /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/surefire.properties
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Could not acquire PlatformAdmin server

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.gef4.zest.fx.tests.AllTests
ES2 Prism: Error - reported GLX version = 1.2
    GLX version 1.3 or higher is required
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Parameter tasks is deprecated, use target instead
02/02/2015 12:30:22 Xvnc version X.org/xf4vnc custom version
02/02/2015 12:30:22 Copyright (C) 2001-2004 Alan Hourihane.
02/02/2015 12:30:22 Copyright (C) 2000-2004 Constantin Kaplinsky
02/02/2015 12:30:22 Copyright (C) 1999 AT&T Laboratories Cambridge
02/02/2015 12:30:22 All Rights Reserved.
02/02/2015 12:30:22 See http://www.tightvnc.com/ for information on TightVNC
02/02/2015 12:30:22 See http://xf4vnc.sf.net for xf4vnc-specific information
02/02/2015 12:30:22 Desktop name 'x11' (hudson:100)
02/02/2015 12:30:22 Protocol versions supported: 3.7, 3.3
02/02/2015 12:30:22 RGB format 8 8 8
02/02/2015 12:30:22 Listening for VNC connections on TCP port 6000
[dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
[dix] Could not init font path element /usr/share/fonts/OTF, removing from list!
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:eclipse-test-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.fx.tests ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.tests/target/org.eclipse.gef4.zest.fx.tests-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.fx.tests ---
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.plugins:org.eclipse.gef4.zest.fx.tests:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples ---
[INFO] The project's OSGi version is 0.1.0.201502021637
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Creating backup of about.mappings.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples
     [echo] Replacing @build@ token within about.mappings with build id.
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.examples ---
[INFO] Compiling 1 source file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[17] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[18] 
	import javafx.application.Platform;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[19] 
	import javafx.stage.Stage;
	       ^^^^^^^^^^^^^^^^^^
Access restriction: The type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[21] 
	import org.eclipse.gef4.fx.nodes.ScrollPaneEx;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ScrollPaneEx is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[22] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[23] 
	import org.eclipse.gef4.graph.Edge.Builder;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[24] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[25] 
	import org.eclipse.gef4.graph.Graph.Attr.Key;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[26] 
	import org.eclipse.gef4.graph.Node;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[27] 
	import org.eclipse.gef4.layout.LayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type LayoutAlgorithm is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[28] 
	import org.eclipse.gef4.mvc.fx.domain.FXDomain;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDomain is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[29] 
	import org.eclipse.gef4.mvc.fx.viewer.FXStageSceneContainer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXStageSceneContainer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[30] 
	import org.eclipse.gef4.mvc.fx.viewer.FXViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[31] 
	import org.eclipse.gef4.mvc.models.ContentModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ContentModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[32] 
	import org.eclipse.gef4.mvc.viewer.IViewer;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IViewer<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[33] 
	import org.eclipse.gef4.zest.fx.ZestFxModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[34] 
	import org.eclipse.gef4.zest.fx.models.LayoutModel;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type LayoutModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[40] 
	public abstract class AbstractZestExample extends Application {
	                                                  ^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[43] 
	protected static String ID = Key.ID.toString();
	                             ^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[43] 
	protected static String ID = Key.ID.toString();
	                                 ^^
Discouraged access: The field ID from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[44] 
	protected static String LABEL = Key.LABEL.toString();
	                                ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[44] 
	protected static String LABEL = Key.LABEL.toString();
	                                    ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[50] 
	protected static Edge e(org.eclipse.gef4.graph.Node n,
	                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[50] 
	protected static Edge e(org.eclipse.gef4.graph.Node n,
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[51] 
	org.eclipse.gef4.graph.Node m, Object... attr) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[52] 
	String label = (String) n.getAttrs().get(LABEL)
	                        ^^^^^^^^^^^^
Discouraged access: The method getAttrs() from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[53] 
	+ (String) m.getAttrs().get(LABEL);
	           ^^^^^^^^^^^^
Discouraged access: The method getAttrs() from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	^^^^^^^
Discouraged access: The type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                  ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Edge.Builder(Node, Node) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
				genId());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                      ^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[54] 
	Builder builder = new Edge.Builder(n, m).attr(LABEL, label).attr(ID,
	                      ^^^^^^^^^^^^
Discouraged access: The type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[57] 
	builder.attr(attr[i].toString(), attr[i + 1]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[59] 
	return builder.build();
	       ^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Edge.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[62] 
	protected static Edge e(Graph graph, org.eclipse.gef4.graph.Node n,
	                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[62] 
	protected static Edge e(Graph graph, org.eclipse.gef4.graph.Node n,
	                        ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[62] 
	protected static Edge e(Graph graph, org.eclipse.gef4.graph.Node n,
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[63] 
	org.eclipse.gef4.graph.Node m, Object... attr) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[64] 
	Edge edge = e(n, m, attr);
	^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[65] 
	edge.setGraph(graph);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) from the type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[69] 
	protected static org.eclipse.gef4.graph.Node n(Object... attr) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[70] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[70] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[70] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Node.Builder() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[70] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[70] 
	org.eclipse.gef4.graph.Node.Builder builder = new org.eclipse.gef4.graph.Node.Builder();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[72] 
	builder.attr(ID, id).attr(LABEL, id);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[72] 
	builder.attr(ID, id).attr(LABEL, id);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[74] 
	builder.attr(attr[i].toString(), attr[i + 1]);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method attr(String, Object) from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[76] 
	return builder.build();
	       ^^^^^^^^^^^^^^^
Discouraged access: The method build() from the type Node.Builder is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[79] 
	protected static org.eclipse.gef4.graph.Node n(Graph graph, Object... attr) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[79] 
	protected static org.eclipse.gef4.graph.Node n(Graph graph, Object... attr) {
	                                               ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[80] 
	Node node = n(attr);
	^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[81] 
	node.setGraph(graph);
	^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[86] 
	protected FXDomain domain;
	          ^^^^^^^^
Discouraged access: The type FXDomain is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[87] 
	protected FXViewer viewer;
	          ^^^^^^^^
Discouraged access: The type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[88] 
	protected Graph graph;
	          ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[89] 
	protected LayoutAlgorithm layoutAlgorithm;
	          ^^^^^^^^^^^^^^^
Discouraged access: The type LayoutAlgorithm is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[95] 
	protected abstract Graph createGraph();
	                   ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[97] 
	protected abstract LayoutAlgorithm createLayoutAlgorithm();
	                   ^^^^^^^^^^^^^^^
Discouraged access: The type LayoutAlgorithm is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[100] 
	public void start(final Stage primaryStage) throws Exception {
	                        ^^^^^
Access restriction: The type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[103] 
	domain = injector.getInstance(FXDomain.class);
	                              ^^^^^^^^
Discouraged access: The type FXDomain is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[104] 
	viewer = domain.getAdapter(IViewer.class);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAdapter(Class<? super FXViewer>) from the type AbstractDomain<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[104] 
	viewer = domain.getAdapter(IViewer.class);
	                           ^^^^^^^
Discouraged access: The type IViewer<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[105] 
	viewer.setSceneContainer(new FXStageSceneContainer(primaryStage));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setSceneContainer(ISceneContainer) from the type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[105] 
	viewer.setSceneContainer(new FXStageSceneContainer(primaryStage));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor FXStageSceneContainer(Stage) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[105] 
	viewer.setSceneContainer(new FXStageSceneContainer(primaryStage));
	                             ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXStageSceneContainer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[107] 
	primaryStage.setResizable(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setResizable(boolean) from the type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[108] 
	primaryStage.setWidth(getStageWidth());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setWidth(double) from the type Window is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[109] 
	primaryStage.setHeight(getStageHeight());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setHeight(double) from the type Window is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[112] 
	domain.activate();
	^^^^^^^^^^^^^^^^^
Discouraged access: The method activate() from the type AbstractDomain<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[116] 
	Platform.runLater(new Runnable() {
	^^^^^^^^
Access restriction: The type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[116] 
	Platform.runLater(new Runnable() {
			@Override
			public void run() {
				graph = createGraph();
				viewer.getAdapter(ContentModel.class).setContents(
						Collections.singletonList(graph));
				// TODO: we need to ensure the default algorithm is not used
				// before the custom is set
				layoutAlgorithm = createLayoutAlgorithm();
				domain.getAdapter(LayoutModel.class).getLayoutContext(graph)
						.setStaticLayoutAlgorithm(layoutAlgorithm);
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method runLater(Runnable) from the type Platform is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[120] 
	viewer.getAdapter(ContentModel.class).setContents(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAdapter(Class<? super ContentModel>) from the type AbstractViewer<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[120] 
	viewer.getAdapter(ContentModel.class).setContents(
						Collections.singletonList(graph));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setContents(List<? extends Object>) from the type ContentModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[120] 
	viewer.getAdapter(ContentModel.class).setContents(
	                  ^^^^^^^^^^^^
Discouraged access: The type ContentModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	domain.getAdapter(LayoutModel.class).getLayoutContext(graph)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getAdapter(Class<? super LayoutModel>) from the type AbstractDomain<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	domain.getAdapter(LayoutModel.class).getLayoutContext(graph)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getLayoutContext(Graph) from the type LayoutModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	domain.getAdapter(LayoutModel.class).getLayoutContext(graph)
						.setStaticLayoutAlgorithm(layoutAlgorithm);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setStaticLayoutAlgorithm(LayoutAlgorithm) from the type LayoutContext is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[127] 
	domain.getAdapter(LayoutModel.class).getLayoutContext(graph)
	                  ^^^^^^^^^^^
Discouraged access: The type LayoutModel is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[132] 
	customizeUi(viewer.getScrollPane());
	            ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method getScrollPane() from the type FXViewer is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[134] 
	primaryStage.setTitle(title);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method setTitle(String) from the type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[135] 
	primaryStage.sizeToScene();
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The method sizeToScene() from the type Window is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[136] 
	primaryStage.show();
	^^^^^^^^^^^^^^^^^^^
Access restriction: The method show() from the type Stage is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[147] 
	protected void customizeUi(ScrollPaneEx scrollPane) {
	                           ^^^^^^^^^^^^
Discouraged access: The type ScrollPaneEx is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[151] 
	return new ZestFxModule();
	       ^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxModule() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/org/eclipse/gef4/zest/examples/AbstractZestExample.java:[151] 
	return new ZestFxModule();
	           ^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
88 problems (88 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
     [echo] Replacing back modified about.mappings with backup.
     [copy] Copying 1 file to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples
   [delete] Deleting: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/about.mappings.backup
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples.graph 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] The project's OSGi version is 0.1.0.201502021637
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Compiling 3 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[20] 
	import javafx.application.Application;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Access restriction: The type Application is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[22] 
	import org.eclipse.gef4.graph.Edge;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[23] 
	import org.eclipse.gef4.graph.Graph;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[24] 
	import org.eclipse.gef4.graph.Graph.Attr.Key;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[25] 
	import org.eclipse.gef4.layout.LayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type LayoutAlgorithm is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[26] 
	import org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type SpringLayoutAlgorithm is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.layout/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[27] 
	import org.eclipse.gef4.zest.examples.AbstractZestExample;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[31] 
	public class ZestGraphExample extends AbstractZestExample {
	                                      ^^^^^^^^^^^^^^^^^^^
Discouraged access: The type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[33] 
	private static Graph buildAC(String id) {
	               ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[35] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[35] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[37] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha", "id", id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[37] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha", "id", id + "A"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[37] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha", "id", id + "A"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta", "id", id + "B"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta", "id", id + "B"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[38] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta", "id", id + "B"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma", "id", id + "C")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma", "id", id + "C")));
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[39] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma", "id", id + "C")));
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[42] 
	List<Edge> edges = new ArrayList<Edge>();
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[42] 
	List<Edge> edges = new ArrayList<Edge>();
	                                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[43] 
	edges.addAll(Arrays.asList(e(nodes.get(0), nodes.get(1)),
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[44] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(0))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[44] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(0))));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[48] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[49] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	                 ^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_DIRECTED from the type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[50] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[50] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[53] 
	private static Graph buildAE(String id) {
	               ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[55] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[55] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[57] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha", "id", id + "A"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[57] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha", "id", id + "A"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[57] 
	n(Key.LABEL.toString(), "A", "tooltip", "Alpha", "id", id + "A"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta", "id", id + "B"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta", "id", id + "B"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[58] 
	n(Key.LABEL.toString(), "B", "tooltip", "Beta", "id", id + "B"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[59] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma", "id", id + "C"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[59] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma", "id", id + "C"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[59] 
	n(Key.LABEL.toString(), "C", "tooltip", "Gamma", "id", id + "C"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(Key.LABEL.toString(), "D", "tooltip", "Delta", "id", id + "D"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(Key.LABEL.toString(), "D", "tooltip", "Delta", "id", id + "D"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[60] 
	n(Key.LABEL.toString(), "D", "tooltip", "Delta", "id", id + "D"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[61] 
	n(Key.LABEL.toString(), "E", "tooltip", "Epsilon", "id", id
						+ "E")));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[61] 
	n(Key.LABEL.toString(), "E", "tooltip", "Epsilon", "id", id
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[61] 
	n(Key.LABEL.toString(), "E", "tooltip", "Epsilon", "id", id
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[65] 
	nodes.get(4).setNestedGraph(buildAC("c"));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setNestedGraph(Graph) from the type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[68] 
	List<Edge> edges = new ArrayList<Edge>();
	     ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[68] 
	List<Edge> edges = new ArrayList<Edge>();
	                                 ^^^^
Discouraged access: The type Edge is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[69] 
	edges.addAll(Arrays.asList(e(nodes.get(0), nodes.get(1)),
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[70] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(3)),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[70] 
	e(nodes.get(1), nodes.get(2)), e(nodes.get(2), nodes.get(3)),
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[71] 
	e(nodes.get(3), nodes.get(4)), e(nodes.get(4), nodes.get(0))));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[71] 
	e(nodes.get(3), nodes.get(4)), e(nodes.get(4), nodes.get(0))));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method e(Node, Node, Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[75] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[75] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[75] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[75] 
	attrs.put(Graph.Attr.Key.GRAPH_TYPE.toString(),
	                         ^^^^^^^^^^
Discouraged access: The field GRAPH_TYPE from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[76] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[76] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[76] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[76] 
	Graph.Attr.Value.GRAPH_DIRECTED);
	                 ^^^^^^^^^^^^^^
Discouraged access: The field GRAPH_DIRECTED from the type Graph.Attr.Value is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[77] 
	return new Graph(attrs, nodes, edges);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor Graph(Map<String,Object>, List<Node>, List<Edge>) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[77] 
	return new Graph(attrs, nodes, edges);
	           ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[80] 
	public static Graph createDefaultGraph() {
	              ^^^^^
Discouraged access: The type Graph is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[82] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[82] 
	List<org.eclipse.gef4.graph.Node> nodes = new ArrayList<org.eclipse.gef4.graph.Node>();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type Node is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	n(Key.LABEL.toString(), "0", "tooltip", "zero"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	n(Key.LABEL.toString(), "0", "tooltip", "zero"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[84] 
	n(Key.LABEL.toString(), "0", "tooltip", "zero"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(Key.LABEL.toString(), "1", "tooltip", "one"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(Key.LABEL.toString(), "1", "tooltip", "one"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[85] 
	n(Key.LABEL.toString(), "1", "tooltip", "one"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(Key.LABEL.toString(), "2", "tooltip", "two"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(Key.LABEL.toString(), "2", "tooltip", "two"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[86] 
	n(Key.LABEL.toString(), "2", "tooltip", "two"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(Key.LABEL.toString(), "3", "tooltip", "three"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(Key.LABEL.toString(), "3", "tooltip", "three"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[87] 
	n(Key.LABEL.toString(), "3", "tooltip", "three"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(Key.LABEL.toString(), "4", "tooltip", "four"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(Key.LABEL.toString(), "4", "tooltip", "four"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[88] 
	n(Key.LABEL.toString(), "4", "tooltip", "four"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(Key.LABEL.toString(), "5", "tooltip", "five"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(Key.LABEL.toString(), "5", "tooltip", "five"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[89] 
	n(Key.LABEL.toString(), "5", "tooltip", "five"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	n(Key.LABEL.toString(), "6", "tooltip", "six"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	n(Key.LABEL.toString(), "6", "tooltip", "six"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[90] 
	n(Key.LABEL.toString(), "6", "tooltip", "six"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[91] 
	n(Key.LABEL.toString(), "7", "tooltip", "seven"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[91] 
	n(Key.LABEL.toString(), "7", "tooltip", "seven"),
	  ^^^^^^^^^
Discouraged access: The type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[91] 
	n(Key.LABEL.toString(), "7", "tooltip", "seven"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[92] 
	n(Key.LABEL.toString(), "8", "tooltip", "eight"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method n(Object[]) from the type AbstractZestExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExample.java:[92] 
	n(Key.LABEL.toString(), "8", "tooltip", "eight"),
	      ^^^^^
Discouraged access: The field LABEL from the type Graph.Attr.Key is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[15] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[17] 
	import org.eclipse.gef4.mvc.fx.parts.FXDefaultFeedbackPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultFeedbackPartFactory is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[18] 
	import org.eclipse.gef4.mvc.parts.IFeedbackPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPart<VR,V> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[19] 
	import org.eclipse.gef4.mvc.parts.IVisualPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IVisualPart<VR,V> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[21] 
	public class ZestGraphExampleFeedbackPartFactory extends FXDefaultFeedbackPartFactory {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type FXDefaultFeedbackPartFactory is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                        ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[24] 
	protected IFeedbackPart<Node, ? extends Node> createLinkFeedbackPart(IVisualPart<Node, ? extends Node> anchored,
	                                                                                                 ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[25] 
	IVisualPart<Node, ? extends Node> anchorage, String anchorageRole) {
	            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/parts/ZestGraphExampleFeedbackPartFactory.java:[25] 
	IVisualPart<Node, ? extends Node> anchorage, String anchorageRole) {
	                            ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[15] 
	import javafx.scene.Node;
	       ^^^^^^^^^^^^^^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[17] 
	import org.eclipse.gef4.mvc.parts.IFeedbackPartFactory;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPartFactory<VR> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[19] 
	import org.eclipse.gef4.zest.fx.ZestFxModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[23] 
	public class ZestGraphExampleModule extends ZestFxModule {
	                                            ^^^^^^^^^^^^
Discouraged access: The type ZestFxModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IFeedbackPartFactory<Node>>() {
	                              ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type IFeedbackPartFactory<Node> is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.mvc/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/org/eclipse/gef4/zest/examples/graph/ZestGraphExampleModule.java:[27] 
	binder().bind(new TypeLiteral<IFeedbackPartFactory<Node>>() {
	                                                   ^^^^
Access restriction: The type Node is not accessible due to restriction on classpath entry /opt/public/common/jdk1.7.0_51/jre/lib/jfxrt.jar
117 problems (117 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples.graph ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/org.eclipse.gef4.zest.examples.graph-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples.graph ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples.graph.ui 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier (default-build-qualifier) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] The project's OSGi version is 0.1.0.201502021637
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/main/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-compiler-plugin:0.19.0:compile (default-compile) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Compiling 2 source files to /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/ZestGraphExampleUiModule.java:[3] 
	import org.eclipse.gef4.zest.fx.ui.ZestFxUiModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/ZestGraphExampleUiModule.java:[5] 
	public class ZestGraphExampleUiModule extends ZestFxUiModule {
	                                              ^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[15] 
	import org.eclipse.gef4.zest.examples.graph.ZestGraphExample;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[16] 
	import org.eclipse.gef4.zest.examples.graph.ZestGraphExampleModule;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[18] 
	import org.eclipse.gef4.zest.fx.ui.view.ZestFxUiView;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[23] 
	public class ZestGraphExampleView extends ZestFxUiView {
	                                          ^^^^^^^^^^^^
Discouraged access: The type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestGraphExampleModule()).with(new ZestGraphExampleUiModule())));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestFxUiView(Injector) is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestGraphExampleModule()).with(new ZestGraphExampleUiModule())));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor ZestGraphExampleModule() is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[26] 
	super(Guice.createInjector(Modules.override(new ZestGraphExampleModule()).with(new ZestGraphExampleUiModule())));
	                                                ^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExampleModule is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[27] 
	setGraph(ZestGraphExample.createDefaultGraph());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method setGraph(Graph) from the type ZestFxUiView is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.fx.ui/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[27] 
	setGraph(ZestGraphExample.createDefaultGraph());
	         ^^^^^^^^^^^^^^^^
Discouraged access: The type ZestGraphExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
[WARNING] /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/org/eclipse/gef4/zest/examples/graph/ui/view/ZestGraphExampleView.java:[27] 
	setGraph(ZestGraphExample.createDefaultGraph());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method createDefaultGraph() from the type ZestGraphExample is not accessible due to restriction on classpath entry /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph/target/classes
12 problems (12 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] bundle localization file /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/plugin.properties not found
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-plugin (default-package-plugin) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Pack200 normalizing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:eclipse-plugin:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:java-source:sources:0.1.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples.graph.ui ---
[INFO] Pack200 packing jar /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples.graph.ui/target/org.eclipse.gef4.zest.examples.graph.ui-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples.graph.ui ---
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.examples:org.eclipse.gef4.zest.examples.graph.ui:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.zest.examples 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.zest.examples ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.zest.examples ---
[INFO] The project's OSGi version is 0.1.0.201502021637
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-id (default-validate-id) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:validate-version (default-validate-version) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:package-feature (default-package-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.zest.examples ---
[INFO] Building jar: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.zest.examples-feature/target/org.eclipse.gef4.zest.examples-0.1.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.zest.examples ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.zest.examples ---
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:0.1.0-SNAPSHOT in 1 seconds.
[INFO] Signed org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:eclipse-feature:sources-feature:0.1.0-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.zest.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.zest.examples ---
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:xml:p2metadata:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[WARNING] Artifact org.eclipse.gef4.features:org.eclipse.gef4.zest.examples:xml:p2artifacts:0.1.0-SNAPSHOT already attached to project, ignoring duplicate
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.gef4.repository 0.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.gef4.repository ---
[INFO] Deleting /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target
[INFO] 
[INFO] --- tycho-packaging-plugin:0.19.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef4.repository ---
[INFO] The project's OSGi version is 0.1.0.201502021637
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.gef4.repository ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (generate-doc) @ org.eclipse.gef4.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:0.19.0:plugin-source (plugin-source) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-products (default-publish-products) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:publish-categories (default-publish-categories) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.19.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.19.0:assemble-repository (default-assemble-repository) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.19.0:archive-repository (default-archive-repository) @ org.eclipse.gef4.repository ---
[INFO] Building zip: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-0.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:0.19.0:source-feature (source-feature) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (attach-p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- repository-utils:0.19.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.eclipse.gef4.repository ---
[INFO] Building zip: /opt/public/jobs/gef4-master/workspace/org.eclipse.gef4.repository/target/org.eclipse.gef4.repository-0.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-back-build-token) @ org.eclipse.gef4.repository ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-pack200a-plugin:0.19.0:normalize (pack200-normalize) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.0.4:sign (sign) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:0.19.0:pack (pack200-pack) @ org.eclipse.gef4.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:0.19.0:p2-metadata (p2-metadata) @ org.eclipse.gef4.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef4.releng ........................... SUCCESS [1.200s]
[INFO] org.eclipse.gef4.target ........................... SUCCESS [0.384s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [7.051s]
[INFO] org.eclipse.gef4.common ........................... SUCCESS [3.645s]
[INFO] org.eclipse.gef4.common.tests ..................... SUCCESS [7.528s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [6:27.861s]
[INFO] org.eclipse.gef4.common.doc ....................... SUCCESS [2.032s]
[INFO] org.eclipse.gef4.common.sdk ....................... SUCCESS [1.966s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [6.535s]
[INFO] org.eclipse.gef4.geometry ......................... SUCCESS [4.044s]
[INFO] org.eclipse.gef4.geometry.tests ................... SUCCESS [14.460s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [3.483s]
[INFO] org.eclipse.gef4.geometry.convert.swt ............. SUCCESS [3.284s]
[INFO] org.eclipse.gef4.geometry.convert.swt.tests ....... SUCCESS [5.975s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [4.773s]
[INFO] org.eclipse.gef4.geometry.convert.fx .............. SUCCESS [3.473s]
[INFO] org.eclipse.gef4.geometry.convert.fx.tests ........ SUCCESS [6.530s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [7:07.720s]
[INFO] org.eclipse.gef4.geometry.doc ..................... SUCCESS [2.590s]
[INFO] org.eclipse.gef4.geometry.sdk ..................... SUCCESS [2.055s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [5.380s]
[INFO] org.eclipse.gef4.fx ............................... SUCCESS [3.846s]
[INFO] org.eclipse.gef4.fx.tests ......................... SUCCESS [6.504s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [4.952s]
[INFO] org.eclipse.gef4.fx.ui ............................ SUCCESS [3.886s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [7:05.553s]
[INFO] org.eclipse.gef4.fx.doc ........................... SUCCESS [2.120s]
[INFO] org.eclipse.gef4.fx.sdk ........................... SUCCESS [2.028s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [5.237s]
[INFO] org.eclipse.gef4.mvc .............................. SUCCESS [3.731s]
[INFO] org.eclipse.gef4.mvc.tests ........................ SUCCESS [6.576s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [7.225s]
[INFO] org.eclipse.gef4.mvc.ui ........................... SUCCESS [4.920s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [6.002s]
[INFO] org.eclipse.gef4.mvc.fx ........................... SUCCESS [3.642s]
[INFO] org.eclipse.gef4.mvc.fx.tests ..................... SUCCESS [7.723s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [5.314s]
[INFO] org.eclipse.gef4.mvc.fx.ui ........................ SUCCESS [3.805s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [7:14.371s]
[INFO] org.eclipse.gef4.mvc.doc .......................... SUCCESS [2.161s]
[INFO] org.eclipse.gef4.mvc.sdk .......................... SUCCESS [2.086s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [4.274s]
[INFO] org.eclipse.gef4.mvc.examples.logo ................ SUCCESS [5.502s]
[INFO] org.eclipse.gef4.mvc.examples.logo.ui ............. SUCCESS [4.323s]
[INFO] org.eclipse.gef4.mvc.examples.logo.web ............ SUCCESS [12.011s]
[INFO] org.eclipse.gef4.mvc.examples ..................... SUCCESS [3.796s]
[INFO] org.eclipse.gef4.cloudio.ui ....................... SUCCESS [5.314s]
[INFO] org.eclipse.gef4.cloudio.ui ....................... SUCCESS [3.440s]
[INFO] org.eclipse.gef4.cloudio.tests .................... SUCCESS [11.097s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [3:57.144s]
[INFO] org.eclipse.gef4.cloudio.doc ...................... SUCCESS [1.985s]
[INFO] org.eclipse.gef4.cloudio.sdk ...................... SUCCESS [1.938s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [4.090s]
[INFO] org.eclipse.gef4.graph ............................ SUCCESS [4.081s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [3:16.245s]
[INFO] org.eclipse.gef4.graph.doc ........................ SUCCESS [1.711s]
[INFO] org.eclipse.gef4.graph.sdk ........................ SUCCESS [1.652s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [4.189s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [40.529s]
[INFO] org.eclipse.gef4.layout ........................... SUCCESS [3.250s]
[INFO] org.eclipse.gef4.dot .............................. SUCCESS [3.281s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [5.156s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [4.164s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [5.550s]
[INFO] org.eclipse.gef4.dot.ui ........................... SUCCESS [3.542s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [3:52.182s]
[INFO] org.eclipse.gef4.dot.doc .......................... SUCCESS [2.955s]
[INFO] org.eclipse.gef4.dot.tests ........................ SUCCESS [12.943s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [3:51.880s]
[INFO] org.eclipse.gef4.layout.doc ....................... SUCCESS [1.831s]
[INFO] org.eclipse.gef4.layout.sdk ....................... SUCCESS [1.965s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [3:54.538s]
[INFO] org.eclipse.gef4.zest.fx .......................... SUCCESS [3.203s]
[INFO] org.eclipse.gef4.zest.fx.ui ....................... SUCCESS [4.018s]
[INFO] org.eclipse.gef4.zest.doc ......................... SUCCESS [2.267s]
[INFO] org.eclipse.gef4.zest.sdk ......................... SUCCESS [2.855s]
[INFO] org.eclipse.gef4.dot.sdk .......................... SUCCESS [2.063s]
[INFO] org.eclipse.gef4.zest.core ........................ SUCCESS [5.321s]
[INFO] org.eclipse.gef4.zest.jface ....................... SUCCESS [4.460s]
[INFO] org.eclipse.gef4.zest.tests ....................... SUCCESS [24.498s]
[INFO] org.eclipse.gef4.zest.fx.tests .................... SUCCESS [7.965s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [3.864s]
[INFO] org.eclipse.gef4.zest.examples.graph .............. SUCCESS [3.657s]
[INFO] org.eclipse.gef4.zest.examples.graph.ui ........... SUCCESS [3.848s]
[INFO] org.eclipse.gef4.zest.examples .................... SUCCESS [4.295s]
[INFO] org.eclipse.gef4.repository ....................... SUCCESS [13.696s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57:15.616s
[INFO] Finished at: Mon Feb 02 12:30:55 EST 2015
[INFO] Final Memory: 116M/346M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
[workspace] $ /bin/sh -xe /tmp/hudson5412496480595593847.sh
+ '[' -d update-site ']'
+ rm -fr update-site
+ mkdir update-site
+ cp -R org.eclipse.gef4.repository/target/repository/artifacts.jar org.eclipse.gef4.repository/target/repository/content.jar org.eclipse.gef4.repository/target/repository/features org.eclipse.gef4.repository/target/repository/index.html org.eclipse.gef4.repository/target/repository/plugins org.eclipse.gef4.repository/target/repository/site.properties org.eclipse.gef4.repository/target/repository/site.xml org.eclipse.gef4.repository/target/repository/web update-site/
+ '[' -d org.eclipse.gef4.mvc.examples.logo.web-files ']'
+ rm -fr org.eclipse.gef4.mvc.examples.logo.web-files
+ mkdir org.eclipse.gef4.mvc.examples.logo.web-files
+ cp -R org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject.multibindings_3.0.0.v201402270930_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject_3.0.0.v201312141243.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/com.google.inject_3.0.0.v201312141243_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/index.html org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.inject_1.0.0.v20091030.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.inject_1.0.0.v20091030_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.xml_1.3.4.v201005080400.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/javax.xml_1.3.4.v201005080400_resigned.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.commands_3.6.100.v20141026-0121.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.jobs_3.6.100.v20140929-1332.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.core.runtime_3.10.0.v20140724-1132.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.common_3.6.200.v20140819-0835.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.fx.javafx_2.2.0.201411050602.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.common_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.fx_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.geometry.convert.fx_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.geometry_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc.examples.logo.web.jnlp org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc.examples.logo_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc.fx_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.gef4.mvc_0.1.0.201502021637.jar org.eclipse.gef4.mvc.examples.logo.web/target/web-files/org.eclipse.osgi_3.10.100.v20141020-1414.jar org.eclipse.gef4.mvc.examples.logo.web-files/
Terminating xvnc.
Archiving artifacts
Recording test results
[DEBUG] Skipping watched dependency update; build not configured with trigger: gef4-master #2169
Finished: SUCCESS