Skip to content
Success

Console Output

Skipping 668 KB.. Full Log
	Label attribute1 = new Label("columns: Column[]", privateField);
	                             ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[52] 
	Label attribute2 = new Label("rows: Row[]", privateField);
	                             ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[54] 
	Label method1 = new Label("getColumns(): Column[]", publicField);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[55] 
	Label method2 = new Label("getRows(): Row[]", publicField);
	                          ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[66] 
	Label classLabel2 = new Label("Column", classImage);
	                              ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[70] 
	Label attribute3 = new Label("columnID: int", privateField);
	                             ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[71] 
	Label attribute4 = new Label("items: List", privateField);
	                             ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[73] 
	Label method3 = new Label("getColumnID(): int", publicField);
	                          ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[74] 
	Label method4 = new Label("getItems(): List", publicField);
	                          ^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[110] 
	Font classFont = new Font(null, "Arial", 12, SWT.BOLD);
	                                ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[111] 
	Image classImage = new Image(Display.getDefault(), UMLClassFigure.class.getResourceAsStream("class_obj.gif"));
	                                                                                            ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[113] 
	UMLClassFigure.class.getResourceAsStream("field_private_obj.gif"));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[115] 
	UMLClassFigure.class.getResourceAsStream("methpub_obj.gif"));
	                                         ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/uml/UMLExample.java:[120] 
	c.setText("A UML Container");
	          ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[57] 
	GraphNode n1 = new GraphNode(g, SWT.NONE, "Information", image1);
	                                          ^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[58] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Warning", image2);
	                                          ^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet3.java:[59] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Error", image3);
	                                          ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet3.java:[91] 
	public double getWeight(Object connection) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object) from the type GraphJFaceSnippet3.SimpleGraphContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet6.java:[76] 
	public double getWeight(Object entity1, Object entity2) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object, Object) from the type GraphJFaceSnippet6.MyContentProvider can potentially be declared as static
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[43] 
	GraphContainer a = new GraphContainer(g, SWT.NONE, "SomeClass.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[48] 
	GraphContainer b = new GraphContainer(g, SWT.NONE, "SomeNestedClass.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[54] 
	GraphContainer c = new GraphContainer(g, SWT.NONE, "DefaultAction.java", classImage);
	                                                   ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[64] 
	GraphNode a = new GraphNode(c, ZestStyles.NODES_FISHEYE | ZestStyles.NODES_HIDE_TEXT, "SomeClass.java",
	                                                                                      ^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[68] 
	"SomeNestedClass.java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[72] 
	"DefaultAction.java", classImage);
	^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[77] 
	"LastAction(Hero).java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[82] 
	"LastAction(Hero).java", classImage);
	^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[111] 
	image1 = new Image(Display.getDefault(), ZoomSnippet.class.getResourceAsStream("package_obj.gif"));
	                                                                               ^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[112] 
	classImage = new Image(Display.getDefault(), ZoomSnippet.class.getResourceAsStream("class_obj.gif"));
	                                                                                   ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/ZoomSnippet.java:[115] 
	shell.setText("GraphSnippet1");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[35] 
	shell.setText("GraphSnippet1");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[43] 
	machine1.setText("Machine 1 (prop:1)");
	                 ^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[45] 
	machine2.setText("Machine 2");
	                 ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[47] 
	machine3.setText("Machine 3");
	                 ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[51] 
	networkConnection.setText("Network (bandwidth:1) ");
	                          ^^^^^^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[56] 
	container1.setText("Host 1");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[58] 
	container2.setText("Host 2");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[61] 
	container3.setText("Host 3");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[63] 
	container4.setText("Host 4");
	                   ^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[66] 
	GraphNode object1 = new GraphNode(container1, ZestStyles.NODES_FISHEYE, "JSP Object");
	                                                                        ^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[67] 
	GraphNode object2 = new GraphNode(container1, ZestStyles.NODES_FISHEYE, "JSP Object 2");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[68] 
	GraphNode object3 = new GraphNode(container2, ZestStyles.NODES_FISHEYE, "JSP Object 3");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[69] 
	GraphNode object4 = new GraphNode(container3, ZestStyles.NODES_FISHEYE, "JSP Object 4");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/NestedGraphSnippet2.java:[70] 
	GraphNode object5 = new GraphNode(container4, ZestStyles.NODES_FISHEYE, "JSP Object 5");
	                                                                        ^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[43] 
	shell.setText("GraphSnippet7");
	              ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[49] 
	GraphNode n = new GraphNode(g, SWT.NONE, "Paper");
	                                         ^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[50] 
	GraphNode n2 = new GraphNode(g, SWT.NONE, "Rock");
	                                          ^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[51] 
	GraphNode n3 = new GraphNode(g, SWT.NONE, "Scissors");
	                                          ^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[64] 
	System.out.println(o + " is at: (" + e.x + "," + e.y + ")");
	                       ^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[64] 
	System.out.println(o + " is at: (" + e.x + "," + e.y + ")");
	                                           ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/swt/GraphSnippet7.java:[64] 
	System.out.println(o + " is at: (" + e.x + "," + e.y + ")");
	                                                       ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
[WARNING] /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/org/eclipse/zest/examples/jface/GraphJFaceSnippet7.java:[103] 
	public double getWeight(Object entity1, Object entity2) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getWeight(Object, Object) from the type GraphJFaceSnippet7.MyContentProvider can potentially be declared as static
246 problems (246 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.4:process (default-process) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-ds:4.0.4:declarative-services (default-declarative-services) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.zest.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.4:testCompile (default-testCompile) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.examples ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 164 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.zest.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/target/org.eclipse.zest.examples-3.16.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-plugin (default-package-plugin) @ org.eclipse.zest.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/target/org.eclipse.zest.examples-3.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.examples ---
[INFO] 
[INFO] -------------< org.eclipse.gef.feature:org.eclipse.draw2d >-------------
[INFO] Building [feature] GEF Classic Draw2d 3.19.0-SNAPSHOT            [20/27]
[INFO]   from org.eclipse.draw2d-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.draw2d:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.draw2d ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 7 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.draw2d ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.draw2d ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --------------< org.eclipse.gef.feature:org.eclipse.gef >---------------
[INFO] Building [feature] GEF Classic GEF (MVC) 3.19.0-SNAPSHOT         [21/27]
[INFO]   from org.eclipse.gef-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.gef ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/target/org.eclipse.gef-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature/target/org.eclipse.gef-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef ---
[INFO] 
[INFO] ----------< org.eclipse.gef.feature:org.eclipse.gef.examples >----------
[INFO] Building [feature] GEF Classic GEF (MVC) Examples 3.19.0-SNAPSHOT [22/27]
[INFO]   from org.eclipse.gef.examples-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef.examples:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.examples ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 81 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.gef.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] ------------< org.eclipse.gef.feature:org.eclipse.gef.sdk >-------------
[INFO] Building [feature] GEF Classic GEF (MVC) SDK 3.19.0-SNAPSHOT     [23/27]
[INFO]   from org.eclipse.gef.sdk-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.gef.sdk:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.sdk ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.sdk ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.gef.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef.sdk ---
[WARNING] The following referenced features has missing sources
	org.eclipse.draw2d.source_3.19.0.202402101651
	org.eclipse.gef.source_3.19.0.202402101651

[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --------------< org.eclipse.gef.feature:org.eclipse.zest >--------------
[INFO] Building [feature] GEF Classic Zest 3.19.0-SNAPSHOT              [24/27]
[INFO]   from org.eclipse.zest-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.zest:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.zest ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.zest ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.zest ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/target/org.eclipse.zest-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature/target/org.eclipse.zest-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.zest ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest ---
[INFO] 
[INFO] ------------< org.eclipse.gef.feature:org.eclipse.zest.sdk >------------
[INFO] Building [feature] GEF Classic Zest SDK 3.19.0-SNAPSHOT          [25/27]
[INFO]   from org.eclipse.zest.sdk-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.zest.sdk:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.zest.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest.sdk ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.zest.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.zest.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.sdk ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 63 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.zest.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.zest.sdk ---
[WARNING] The following referenced features has missing sources
	org.eclipse.draw2d.source_3.19.0.202402101651
	org.eclipse.zest.source_3.19.0.202402101651

[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.zest.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] -----------< org.eclipse.gef.feature:org.eclipse.draw2d.sdk >-----------
[INFO] Building [feature] GEF Classic Draw2d SDK 3.19.0-SNAPSHOT        [26/27]
[INFO]   from org.eclipse.draw2d.sdk-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef.feature:org.eclipse.draw2d.sdk:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/.polyglot.feature.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.draw2d.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d.sdk ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-id (default-validate-id) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:validate-version (default-validate-version) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.draw2d.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.draw2d.sdk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.sdk ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 7 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:package-feature (default-package-feature) @ org.eclipse.draw2d.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.19.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.draw2d.sdk ---
[WARNING] The following referenced features has missing sources
	org.eclipse.draw2d.source_3.19.0.202402101651

[INFO] Building jar: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.19.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.draw2d.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --< org.eclipse.gef_root:org.eclipse.gef.repository.eclipse-repository >--
[INFO] Building [updatesite] org.eclipse.gef.repository.eclipse-repository 3.19.0-SNAPSHOT [27/27]
[INFO]   from org.eclipse.gef.repository/.polyglot.category.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.gef_root:org.eclipse.gef.repository.eclipse-repository:3.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository/.polyglot.category.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-packaging:4.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] The project's OSGi version is 3.19.0.202402101651
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.4:target-platform (default-target-platform) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-products (default-publish-products) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:publish-categories (default-publish-categories) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:4.0.4:plugin-source (plugin-source) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.4:archive-repository (default-archive-repository) @ org.eclipse.gef.repository.eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository/target/org.eclipse.gef.repository.eclipse-repository-3.19.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.4:feature-source (feature-source) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2:4.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.4:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] ------------< org.eclipse.gef_root:org.eclipse.gef.releng >-------------
[INFO] Building org.eclipse.gef.releng 3.19.0-SNAPSHOT                  [28/27]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ org.eclipse.gef.releng ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 8.0.0.52633
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Load global settings
[INFO] Load global settings (done) | time=425ms
[INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Loading required plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=363ms
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=1024ms
[INFO] Found an active CI vendor: 'Jenkins'
[INFO] Load project settings for component key: 'gef-classic'
[INFO] Load project settings for component key: 'gef-classic' (done) | time=297ms
[INFO] Process project properties
[INFO] Project key: gef-classic
[INFO] Base dir: /home/jenkins/agent/workspace/build-classic_PR-374
[INFO] Working dir: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar
[INFO] Load project branches
[INFO] Load project branches (done) | time=314ms
[INFO] Check ALM binding of project 'gef-classic'
[INFO] Detected project binding: NOT_BOUND
[INFO] Check ALM binding of project 'gef-classic' (done) | time=278ms
[INFO] Load project pull requests
[INFO] Load project pull requests (done) | time=281ms
[INFO] Load branch configuration
[INFO] Load branch configuration (done) | time=2ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=356ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=10559ms
[INFO] Organization key: eclipse
[INFO] Preprocessing files...
[INFO] 3 languages detected in 1428 preprocessed files
[INFO] 0 files ignored because of inclusion/exclusion patterns
[INFO] 1 file ignored because of scm ignore settings
[INFO] Loading plugins for detected languages
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=1471ms
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=972ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Draw2d Developer Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.doc.isv
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'org.eclipse.draw2d.tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic Draw2d'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic Draw2d SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.sdk-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic GEF (MVC)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic GEF (MVC) Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic GEF (MVC) SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.sdk-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic Zest'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[feature] GEF Classic Zest SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.sdk-feature
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic GEF Developer Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.doc.isv
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'org.eclipse.gef.tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Draw2d'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Draw2d Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.examples
[INFO]   Source paths: .tycho-consumer-pom.xml, sandbox, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic GEF (MVC)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Flow Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.flow
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Logic Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.logic
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Shape Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.shapes
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Text Editor Example'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.text
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.ui.capabilities
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Examples PDE integration'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.ui.pde
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[updatesite] org.eclipse.gef.repository.eclipse-repository'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.repository
[INFO]   Source paths: .polyglot.category.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Zest Core'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.core
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Zest Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Zest Layouts'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.layouts
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module '[bundle] GEF Classic Zest Developer Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.doc.isv
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'org.eclipse.zest.tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'org.eclipse.gef.releng'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-classic_PR-374
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] 1428 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for web: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module [bundle] GEF Classic Text Editor Example
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=310ms
[INFO] Sensor cache enabled
[INFO] Load sensor cache
[INFO] Load sensor cache (7 MB) | time=2616ms
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 78 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 78 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=18606ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=42ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=8ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.text/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=4ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=235ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 79 source files to be analyzed
[INFO] 79/79 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1515ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=105ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=2ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] GEF Classic GEF (MVC)
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=45ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=143ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=12ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.gef.tests
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 5 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1007ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=43ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=29ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=176ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic GEF (MVC) Examples
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=27ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=100ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Flow Editor Example
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 58 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 58 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=4545ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.flow/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=35ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 59 source files to be analyzed
[INFO] 59/59 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=505ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Zest SDK
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=35ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=66ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=21ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.draw2d.tests
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 45 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 45 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=10205ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=99ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=21ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 46 source files to be analyzed
[INFO] 46/46 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1060ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic GEF Developer Documentation
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=42ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=100ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Examples
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 33 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 33 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=5134ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.examples/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=23ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 34 source files to be analyzed
[INFO] 34/34 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=409ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Examples PDE integration
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 7 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=3210ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.ui.pde/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=21ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=135ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Examples
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=75ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Draw2d Examples
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 87 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 87 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=10091ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d.examples/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 88 source files to be analyzed
[INFO] 88/88 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1297ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=12ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Logic Editor Example
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 117 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 117 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=9311ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.logic/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 118 source files to be analyzed
[INFO] 118/118 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=885ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=13ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Draw2d SDK
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=50ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Draw2d
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 282 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 282 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=47738ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor JavaScript inside HTML analysis [javascript]
[INFO] Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
[INFO] Using embedded Node.js runtime
[INFO] Using Node.js executable: '/home/jenkins/.sonar/js/node-runtime/node'.
[INFO] Memory configuration: OS (128876 MB), Node.js (2096 MB).
[INFO] 12 source files to be analyzed
[INFO] 12/12 source files have been analyzed
[INFO] Hit the cache for 0 out of 12
[INFO] Miss the cache for 12 out of 12: ANALYSIS_MODE_INELIGIBLE [12/12]
[INFO] Sensor JavaScript inside HTML analysis [javascript] (done) | time=15398ms
[INFO] Sensor CSS Rules [javascript]
[INFO] 12 source files to be analyzed
[INFO] 12/12 source files have been analyzed
[INFO] Hit the cache for 0 out of 0
[INFO] Miss the cache for 0 out of 0
[INFO] Sensor CSS Rules [javascript] (done) | time=373ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.draw2d/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=178ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 295 source files to be analyzed
[INFO] 295/295 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4295ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=27ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Developer Documentation
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=19ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=57ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic GEF (MVC)
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 331 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 331 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=33380ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor JavaScript inside HTML analysis [javascript]
[INFO] 17 source files to be analyzed
[INFO] 17/17 source files have been analyzed
[INFO] Hit the cache for 0 out of 17
[INFO] Miss the cache for 17 out of 17: ANALYSIS_MODE_INELIGIBLE [17/17]
[INFO] Sensor JavaScript inside HTML analysis [javascript] (done) | time=316ms
[INFO] Sensor CSS Rules [javascript]
[INFO] 17 source files to be analyzed
[INFO] 17/17 source files have been analyzed
[INFO] Hit the cache for 0 out of 0
[INFO] Miss the cache for 0 out of 0
[INFO] Sensor CSS Rules [javascript] (done) | time=333ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=32ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=37ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=63ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 349 source files to be analyzed
[INFO] 349/349 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4802ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Draw2d Developer Documentation
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=33ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Shape Editor Example
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 26 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1258ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor JavaScript inside HTML analysis [javascript]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Hit the cache for 0 out of 4
[INFO] Miss the cache for 4 out of 4: ANALYSIS_MODE_INELIGIBLE [4/4]
[INFO] Sensor JavaScript inside HTML analysis [javascript] (done) | time=83ms
[INFO] Sensor CSS Rules [javascript]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Hit the cache for 0 out of 0
[INFO] Miss the cache for 0 out of 0
[INFO] Sensor CSS Rules [javascript] (done) | time=47ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.gef.examples.shapes/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=19ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=30ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 31 source files to be analyzed
[INFO] 31/31 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=362ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Zest
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic GEF (MVC) SDK
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=37ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.zest.tests
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 5 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=468ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=5ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=25ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=112ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Core
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 49 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 49 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=9581ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.core/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=16ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 50 source files to be analyzed
[INFO] 50/50 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1012ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] GEF Classic Draw2d
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [updatesite] org.eclipse.gef.repository.eclipse-repository
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] GEF Classic Zest Layouts
[INFO] Sensor JavaSensor [java]
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 45 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 45 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=7526ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-classic_PR-374/org.eclipse.zest.layouts/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=30ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 46 source files to be analyzed
[INFO] 46/46 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=976ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.gef.releng
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=72ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=54ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] Sensor javabugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ir/java
[INFO] Analyzing 10763 functions to detect bugs.
[INFO] Sensor javabugs [dbd] (done) | time=256295ms
[INFO] Sensor pythonbugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ir/python
[INFO] No IR files have been included for analysis.
[INFO] Sensor pythonbugs [dbd] (done) | time=1ms
[INFO] Sensor JavaSecuritySensor [security]
[INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ucfg2/java
[INFO] Read 2342 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.401
[INFO] Load UCFGs: Starting
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ucfg2/java
[INFO] Load UCFGs: Time spent was 00:00:05.888
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:06.291
[INFO] Analyzing 10722 UCFGs to detect vulnerabilities.
[INFO] Check cache: Starting
[INFO] Load cache: Starting
[INFO] Load cache: Time spent was 00:00:00.000
[INFO] Check cache: Time spent was 00:00:00.000
[INFO] Create runtime call graph: Starting
[INFO] Variable Type Analysis #1: Starting
[INFO] Create runtime type propagation graph: Starting
[INFO] Create runtime type propagation graph: Time spent was 00:00:01.030
[INFO] Run SCC (Tarjan) on 58762 nodes: Starting
[INFO] Run SCC (Tarjan) on 58762 nodes: Time spent was 00:00:00.134
[INFO] Tarjan found 57232 strongly connected components
[INFO] Propagate runtime types to strongly connected components: Starting
[INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.497
[INFO] Variable Type Analysis #1: Time spent was 00:00:01.665
[INFO] Variable Type Analysis #2: Starting
[INFO] Create runtime type propagation graph: Starting
[INFO] Create runtime type propagation graph: Time spent was 00:00:01.376
[INFO] Run SCC (Tarjan) on 58253 nodes: Starting
[INFO] Run SCC (Tarjan) on 58253 nodes: Time spent was 00:00:00.129
[INFO] Tarjan found 56482 strongly connected components
[INFO] Propagate runtime types to strongly connected components: Starting
[INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.772
[INFO] Variable Type Analysis #2: Time spent was 00:00:02.279
[INFO] Create runtime call graph: Time spent was 00:00:03.960
[INFO] Load config: Starting
[INFO] Load config: Time spent was 00:00:02.627
[INFO] Compute entry points: Starting
[INFO] Compute entry points: Time spent was 00:00:20.960
[INFO] All rules entry points : 1
[INFO] Slice call graph: Starting
[INFO] Retained UCFGs : 5
[INFO] Slice call graph: Time spent was 00:00:00.000
[INFO] Live variable analysis: Starting
[INFO] Live variable analysis: Time spent was 00:00:00.015
[INFO] Taint analysis for java: Starting
[INFO] 0 / 5 UCFGs simulated, memory usage: 713 MB
[INFO] 5 / 5 UCFGs simulated, memory usage: 722 MB
[INFO] Taint analysis for java: Time spent was 00:00:00.775
[INFO] Report issues: Starting
[INFO] Report issues: Time spent was 00:00:00.091
[INFO] Store cache: Starting
[INFO] Store cache: Time spent was 00:00:00.028
[INFO] java security sensor: Time spent was 00:00:34.755
[INFO] java security sensor: Begin: 2024-02-10T17:02:45.605784539Z, End: 2024-02-10T17:03:20.361293505Z, Duration: 00:00:34.755
  Load type hierarchy and UCFGs: Begin: 2024-02-10T17:02:45.607910176Z, End: 2024-02-10T17:02:51.899366693Z, Duration: 00:00:06.291
    Load type hierarchy: Begin: 2024-02-10T17:02:45.608003721Z, End: 2024-02-10T17:02:46.009622357Z, Duration: 00:00:00.401
    Load UCFGs: Begin: 2024-02-10T17:02:46.010165367Z, End: 2024-02-10T17:02:51.899158266Z, Duration: 00:00:05.888
  Check cache: Begin: 2024-02-10T17:02:51.899447442Z, End: 2024-02-10T17:02:51.900031743Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-02-10T17:02:51.899471097Z, End: 2024-02-10T17:02:51.899511532Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-02-10T17:02:51.900098329Z, End: 2024-02-10T17:02:55.860178973Z, Duration: 00:00:03.960
    Variable Type Analysis #1: Begin: 2024-02-10T17:02:51.900957192Z, End: 2024-02-10T17:02:53.566476698Z, Duration: 00:00:01.665
      Create runtime type propagation graph: Begin: 2024-02-10T17:02:51.901935095Z, End: 2024-02-10T17:02:52.932281495Z, Duration: 00:00:01.030
      Run SCC (Tarjan) on 58762 nodes: Begin: 2024-02-10T17:02:52.933900447Z, End: 2024-02-10T17:02:53.068264006Z, Duration: 00:00:00.134
      Propagate runtime types to strongly connected components: Begin: 2024-02-10T17:02:53.068564748Z, End: 2024-02-10T17:02:53.566203295Z, Duration: 00:00:00.497
    Variable Type Analysis #2: Begin: 2024-02-10T17:02:53.572153871Z, End: 2024-02-10T17:02:55.851783207Z, Duration: 00:00:02.279
      Create runtime type propagation graph: Begin: 2024-02-10T17:02:53.572220879Z, End: 2024-02-10T17:02:54.948798891Z, Duration: 00:00:01.376
      Run SCC (Tarjan) on 58253 nodes: Begin: 2024-02-10T17:02:54.949020269Z, End: 2024-02-10T17:02:55.078455590Z, Duration: 00:00:00.129
      Propagate runtime types to strongly connected components: Begin: 2024-02-10T17:02:55.078687326Z, End: 2024-02-10T17:02:55.851540321Z, Duration: 00:00:00.772
  Load config: Begin: 2024-02-10T17:02:55.860327286Z, End: 2024-02-10T17:02:58.487999364Z, Duration: 00:00:02.627
  Compute entry points: Begin: 2024-02-10T17:02:58.488321414Z, End: 2024-02-10T17:03:19.448388329Z, Duration: 00:00:20.960
  Slice call graph: Begin: 2024-02-10T17:03:19.448557220Z, End: 2024-02-10T17:03:19.449512021Z, Duration: 00:00:00.000
  Live variable analysis: Begin: 2024-02-10T17:03:19.449605433Z, End: 2024-02-10T17:03:19.464732055Z, Duration: 00:00:00.015
  Taint analysis for java: Begin: 2024-02-10T17:03:19.465158755Z, End: 2024-02-10T17:03:20.241150225Z, Duration: 00:00:00.775
  Report issues: Begin: 2024-02-10T17:03:20.241359861Z, End: 2024-02-10T17:03:20.333019565Z, Duration: 00:00:00.091
  Store cache: Begin: 2024-02-10T17:03:20.333124533Z, End: 2024-02-10T17:03:20.361173272Z, Duration: 00:00:00.028
[INFO] java security sensor peak memory: 1283 MB
[INFO] Sensor JavaSecuritySensor [security] (done) | time=34772ms
[INFO] Sensor CSharpSecuritySensor [security]
[INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-classic_PR-374/target/ucfg2/cs
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] csharp security sensor: Time spent was 00:00:00.000
[INFO] Sensor CSharpSecuritySensor [security] (done) | time=0ms
[INFO] Sensor PhpSecuritySensor [security]
[INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ucfg2/php
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] php security sensor: Time spent was 00:00:00.000
[INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms
[INFO] Sensor PythonSecuritySensor [security]
[INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ucfg2/python
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] python security sensor: Time spent was 00:00:00.000
[INFO] Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] Sensor JsSecuritySensor [security]
[INFO] Enabled taint analysis rules: S5131, S5883, S2083, S3649, S2631, S5696, S6096, S6287, S5144, S2076, S6105, S5146, S5147, S6350, S5334
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-classic_PR-374/target/sonar/ucfg2/js
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] js security sensor: Time spent was 00:00:00.000
[INFO] Sensor JsSecuritySensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=405ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=2084ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 26 source files to be analyzed
[INFO] SCM Publisher 1/26 source file have been analyzed (done) | time=299ms
[WARNING] Missing blame information for the following files:
[WARNING]   * org.eclipse.draw2d.sdk-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.tests/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples.logic/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest.core/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest.sdk-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.draw2d.examples/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples.shapes/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest.doc.isv/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.draw2d.doc.isv/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.sdk-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest.examples/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.draw2d-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples.flow/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.draw2d/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples.ui.capabilities/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest.layouts/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples.ui.pde/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.doc.isv/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef-feature/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.gef.examples.text/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.zest.tests/.tycho-consumer-pom.xml
[WARNING]   * org.eclipse.draw2d.tests/.tycho-consumer-pom.xml
[WARNING] This may lead to missing/broken features in SonarCloud
[INFO] CPD Executor 240 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 961 files
[INFO] CPD Executor CPD calculation finished (done) | time=375ms
[INFO] Analysis report generated in 761ms, dir size=10 MB
[INFO] Analysis report compressed in 3054ms, zip size=4 MB
[INFO] Analysis report uploaded in 8902ms
[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=gef-classic
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AY2T-Xhaih0UwLSiwFje
[INFO] Sensor cache published successfully
[INFO] Analysis total time: 8:55.706 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef.releng 3.19.0-SNAPSHOT ............. SUCCESS [09:00 min]
[INFO] [bundle] GEF Classic Draw2d 3.15.0-SNAPSHOT ........ SUCCESS [ 26.744 s]
[INFO] [bundle] GEF Classic GEF (MVC) 3.17.0-SNAPSHOT ..... SUCCESS [ 13.833 s]
[INFO] [bundle] GEF Classic Zest Layouts 1.4.0-SNAPSHOT ... SUCCESS [  1.339 s]
[INFO] [bundle] GEF Classic Zest Core 1.11.0-SNAPSHOT ..... SUCCESS [  1.732 s]
[INFO] [bundle] GEF Classic Zest Developer Documentation 1.8.600-SNAPSHOT SUCCESS [ 30.597 s]
[INFO] [bundle] GEF Classic Draw2d Developer Documentation 3.13.0-SNAPSHOT SUCCESS [ 24.006 s]
[INFO] [bundle] GEF Classic GEF Developer Documentation 3.13.400-SNAPSHOT SUCCESS [ 25.277 s]
[INFO] org.eclipse.draw2d.tests 3.13.0-SNAPSHOT ........... SUCCESS [ 14.381 s]
[INFO] org.eclipse.zest.tests 1.8.500-SNAPSHOT ............ SUCCESS [ 14.247 s]
[INFO] org.eclipse.gef.tests 3.13.300-SNAPSHOT ............ SUCCESS [  5.509 s]
[INFO] [bundle] GEF Classic Draw2d Examples 3.15.200-SNAPSHOT SUCCESS [  1.714 s]
[INFO] [bundle] GEF Classic Flow Editor Example 3.15.200-SNAPSHOT SUCCESS [  1.480 s]
[INFO] [bundle] GEF Classic Logic Editor Example 3.14.300-SNAPSHOT SUCCESS [  1.632 s]
[INFO] [bundle] GEF Classic Shape Editor Example 3.14.200-SNAPSHOT SUCCESS [  1.329 s]
[INFO] [bundle] GEF Classic Text Editor Example 3.15.0-SNAPSHOT SUCCESS [  1.422 s]
[INFO] [bundle] GEF Classic Examples 3.13.300-SNAPSHOT .... SUCCESS [  0.237 s]
[INFO] [bundle] GEF Classic Examples PDE integration 3.13.300-SNAPSHOT SUCCESS [  1.189 s]
[INFO] [bundle] GEF Classic Zest Examples 3.16.0-SNAPSHOT . SUCCESS [  2.241 s]
[INFO] [feature] GEF Classic Draw2d 3.19.0-SNAPSHOT ....... SUCCESS [  0.378 s]
[INFO] [feature] GEF Classic GEF (MVC) 3.19.0-SNAPSHOT .... SUCCESS [  0.397 s]
[INFO] [feature] GEF Classic GEF (MVC) Examples 3.19.0-SNAPSHOT SUCCESS [  0.431 s]
[INFO] [feature] GEF Classic GEF (MVC) SDK 3.19.0-SNAPSHOT  SUCCESS [  0.450 s]
[INFO] [feature] GEF Classic Zest 3.19.0-SNAPSHOT ......... SUCCESS [  0.691 s]
[INFO] [feature] GEF Classic Zest SDK 3.19.0-SNAPSHOT ..... SUCCESS [  0.450 s]
[INFO] [feature] GEF Classic Draw2d SDK 3.19.0-SNAPSHOT ... SUCCESS [  0.178 s]
[INFO] [updatesite] org.eclipse.gef.repository.eclipse-repository 3.19.0-SNAPSHOT SUCCESS [  4.110 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:30 min
[INFO] Finished at: 2024-02-10T17:03:42Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.

Sat Feb 10 17:03:43 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withSonarQubeEnv
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] recordIssues
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 1317 issues (skipped 172 duplicates)
[Java Compiler] Post processing issues on 'centos-8-tn06g' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/build-classic_PR-374'
[Java Compiler] -> resolved paths in source directory (257 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 1317 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 257 affected files
[Java Compiler] No filter has been set, publishing all 1317 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 1317 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/build-classic/branches/PR-374/builds/16/files-with-issues'
[Java Compiler] -> 257 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 1317 issues (skipped 172 duplicates)
[Java Compiler] Post processing issues on 'centos-8-tn06g' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/build-classic_PR-374'
[Java Compiler] -> resolved paths in source directory (257 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 1317 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 257 affected files
[Java Compiler] No filter has been set, publishing all 1317 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 1317 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/build-classic/branches/PR-374/builds/16/files-with-issues'
[Java Compiler] -> 257 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (PR-374)
[Java Compiler] Using reference build 'build-classic/PR-374 #14' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 1317, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 1317 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'build-classic/PR-374 #16'.
[Checks API] No suitable checks publisher found.
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 37 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Successfully parsed console log
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Successfully parsed console log
[Maven] -> found 37 issues (skipped 0 duplicates)
[Maven] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[Maven] Skipping post processing
[Maven] No filter has been set, publishing all 37 issues
[Maven] Repository miner is not configured, skipping repository mining
[Maven] Reference build recorder is not configured
[Maven] Obtaining reference build from same job (PR-374)
[Maven] Using reference build 'build-classic/PR-374 #14' to compute new, fixed, and outstanding issues
[Maven] Issues delta (vs. reference build): outstanding: 37, new: 0, fixed: 0
[Maven] No quality gates have been set - skipping
[Maven] Health report is disabled - skipping
[Maven] Created analysis result for 37 issues (found 0 new issues, fixed 0 issues)
[Maven] Attaching ResultAction with ID 'maven-warnings' to build 'build-classic/PR-374 #16'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/build-classic_PR-374')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] Obtaining reference build from same job (PR-374)
[JavaDoc] Using reference build 'build-classic/PR-374 #14' to compute new, fixed, and outstanding issues
[JavaDoc] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'build-classic/PR-374 #16'.
[Checks API] No suitable checks publisher found.
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS