Skip to content
Success

Console Output

Skipping 678 KB.. Full Log
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.capabilities/target/org.eclipse.gef.examples.ui.capabilities-3.13.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.ui.capabilities ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.ui.capabilities ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.ui.capabilities ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.ui.capabilities ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.ui.capabilities ---
[INFO] 
[INFO] --------< org.eclipse.gef_root:org.eclipse.gef.examples.ui.pde >--------
[INFO] Building [bundle] GEF Classic Examples PDE integration 3.13.400-SNAPSHOT [19/27]
[INFO]   from org.eclipse.gef.examples.ui.pde/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.gef.examples.ui.pde ---
[INFO] The project's OSGi version is 3.13.400.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Resolving class path of [bundle] GEF Classic Examples PDE integration
[INFO] 
[INFO] --- antrun:1.7:run (replace-tokens) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.gef.examples.ui.pde ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/l10n/Messages.java:[17] 
	@SuppressWarnings("squid:S3008") // tell sonar the java naming convention does not make sense for this class
	                  ^^^^^^^^^^^^^
Unsupported @SuppressWarnings("squid:S3008")
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[144] 
	* @param formatsIn           The list of formats to be applied to the user
	         ^^^^^^^^^
Javadoc: Parameter formatsIn is not declared
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[298] 
	ZipFile zipFile = new ZipFile(urlZipLocal.getPath());
	        ^^^^^^^
Resource 'zipFile' should be managed by try-with-resource
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[298] 
	ZipFile zipFile = new ZipFile(urlZipLocal.getPath());
	        ^^^^^^^
Resource 'zipFile' should be managed by try-with-resource
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[323] 
	private void unzip(ZipFile zipFile, File projectFolderFile, IProgressMonitor monitor)
			throws IOException, FileNotFoundException, InterruptedException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method unzip(ZipFile, File, IProgressMonitor) from the type ProjectUnzipperNewWizard can be declared as static
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[326] 
	Enumeration e = zipFile.entries();
	^^^^^^^^^^^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[345] 
	OutputStreamWriter os = null;
	                   ^^
Resource 'os' should be managed by try-with-resource
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[367] 
	InputStream is = null;
	            ^^
Resource 'is' should be managed by try-with-resource
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[368] 
	OutputStream os = null;
	             ^^
Resource 'os' should be managed by try-with-resource
[WARNING] /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/src/org/eclipse/gef/examples/ui/pde/internal/wizards/ProjectUnzipperNewWizard.java:[408] 
	private void renameProject(IProject project, String projectName) throws CoreException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method renameProject(IProject, String) from the type ProjectUnzipperNewWizard can be declared as static
10 problems (10 warnings)
[INFO] 
[INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 141 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/org.eclipse.gef.examples.ui.pde-3.13.400-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/org.eclipse.gef.examples.ui.pde-3.13.400-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata (attach-p2-metadata) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] --- antrun:1.7:run (replace-back-tokens) @ org.eclipse.gef.examples.ui.pde ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2-extras:4.0.6:compare-version-with-baselines (compare-version-with-baseline) @ org.eclipse.gef.examples.ui.pde ---
[INFO] 
[INFO] -------------< org.eclipse.gef.feature:org.eclipse.draw2d >-------------
[INFO] Building [feature] GEF Classic Draw2d 3.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.draw2d ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d ---
[INFO] 12 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.draw2d ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature/target/org.eclipse.draw2d-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.gef ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef ---
[INFO] 113 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/target/org.eclipse.gef-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature/target/org.eclipse.gef-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.examples ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.gef.examples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.examples ---
[INFO] 146 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.gef.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.examples ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature/target/org.eclipse.gef.examples-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.sdk ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.gef.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.gef.sdk ---
[INFO] 113 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.gef.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gef.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.sdk ---
[WARNING] The following referenced features have missing sources
	org.eclipse.draw2d.source_3.20.0.202405270638
	org.eclipse.gef.source_3.20.0.202405270638

[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature/target/org.eclipse.gef.sdk-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.zest ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest ---
[INFO] 113 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/target/org.eclipse.zest-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature/target/org.eclipse.zest-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.zest.sdk ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.zest.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.zest.sdk ---
[INFO] 113 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.zest.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.zest.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.zest.sdk ---
[WARNING] The following referenced features have missing sources
	org.eclipse.draw2d.source_3.20.0.202405270638
	org.eclipse.zest.source_3.20.0.202405270638

[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature/target/org.eclipse.zest.sdk-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.draw2d.sdk ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.draw2d.sdk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.draw2d.sdk ---
[INFO] 12 system scoped dependencies were not mapped to maven artifacts
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.draw2d.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.draw2d.sdk ---
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.draw2d.sdk ---
[WARNING] The following referenced features have missing sources
	org.eclipse.draw2d.source_3.20.0.202405270638

[INFO] Building jar: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature/target/org.eclipse.draw2d.sdk-3.20.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.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.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/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.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] The project's OSGi version is 3.20.0.202405270638
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.6: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:3.3.1:resources (default-resources) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.gef.repository.eclipse-repository ---
[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 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository/target/org.eclipse.gef.repository.eclipse-repository-3.20.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.gef.repository.eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2:4.0.6: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.6: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.20.0-SNAPSHOT                  [28/27]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar:3.11.0.3922:sonar (default-cli) @ org.eclipse.gef.releng ---
[INFO] 06:41:54.541 Java 17.0.2 Oracle Corporation (64-bit)
[INFO] 06:41:54.542 Linux 6.2.9-300.fc38.x86_64 (amd64)
[INFO] 06:41:54.591 User cache: /home/jenkins/.sonar/cache
[INFO] 06:41:55.834 Communicating with SonarCloud
[INFO] 06:41:55.936 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 06:41:57.165 Load global settings
[INFO] 06:41:57.455 Load global settings (done) | time=323ms
[INFO] 06:41:57.459 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] 06:41:57.644 Loading required plugins
[INFO] 06:41:57.644 Load plugins index
[INFO] 06:41:57.974 Load plugins index (done) | time=330ms
[INFO] 06:41:57.974 Load/download plugins
[INFO] 06:41:58.792 Load/download plugins (done) | time=818ms
[INFO] 06:41:59.389 Found an active CI vendor: 'Jenkins'
[INFO] 06:41:59.399 Load project settings for component key: 'gef-classic'
[INFO] 06:41:59.737 Load project settings for component key: 'gef-classic' (done) | time=338ms
[INFO] 06:41:59.742 Process project properties
[INFO] 06:41:59.776 Project key: gef-classic
[INFO] 06:41:59.776 Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io
[INFO] 06:41:59.776 Working dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar
[INFO] 06:41:59.788 Load project branches
[INFO] 06:42:00.129 Load project branches (done) | time=341ms
[INFO] 06:42:00.133 Check ALM binding of project 'gef-classic'
[INFO] 06:42:00.440 Detected project binding: NOT_BOUND
[INFO] 06:42:00.440 Check ALM binding of project 'gef-classic' (done) | time=307ms
[INFO] 06:42:00.442 Load project pull requests
[INFO] 06:42:00.756 Load project pull requests (done) | time=314ms
[INFO] 06:42:00.759 Load branch configuration
[INFO] 06:42:00.761 Load branch configuration (done) | time=2ms
[INFO] 06:42:00.769 Load quality profiles
[INFO] 06:42:01.175 Load quality profiles (done) | time=405ms
[INFO] 06:42:01.181 Load active rules
[INFO] 06:42:08.344 Load active rules (done) | time=7163ms
[INFO] 06:42:08.511 Organization key: eclipse
[WARNING] 06:42:08.513 The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token.
[INFO] 06:42:08.526 Preprocessing files...
[INFO] 06:42:10.407 3 languages detected in 1463 preprocessed files
[INFO] 06:42:10.408 0 files ignored because of inclusion/exclusion patterns
[INFO] 06:42:10.408 1 file ignored because of scm ignore settings
[INFO] 06:42:10.418 Loading plugins for detected languages
[INFO] 06:42:10.419 Load/download plugins
[INFO] 06:42:12.061 Load/download plugins (done) | time=1642ms
[INFO] 06:42:12.413 Load project repositories
[INFO] 06:42:12.881 Load project repositories (done) | time=468ms
[INFO] 06:42:12.888 Indexing files...
[INFO] 06:42:12.889 Project configuration:
[INFO] 06:42:12.889   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.891 Indexing files of module '[bundle] GEF Classic Draw2d Developer Documentation'
[INFO] 06:42:12.891   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.doc.isv
[INFO] 06:42:12.891   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.891   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.895 Indexing files of module 'org.eclipse.draw2d.tests'
[INFO] 06:42:12.895   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests
[INFO] 06:42:12.895   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:12.895   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.902 Indexing files of module '[feature] GEF Classic Draw2d'
[INFO] 06:42:12.902   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d-feature
[INFO] 06:42:12.902   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.902   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.902 Indexing files of module '[feature] GEF Classic Draw2d SDK'
[INFO] 06:42:12.902   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.sdk-feature
[INFO] 06:42:12.903   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.903   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.903 Indexing files of module '[feature] GEF Classic GEF (MVC)'
[INFO] 06:42:12.903   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef-feature
[INFO] 06:42:12.903   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.903   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.904 Indexing files of module '[feature] GEF Classic GEF (MVC) Examples'
[INFO] 06:42:12.904   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples-feature
[INFO] 06:42:12.904   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.904   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.904 Indexing files of module '[feature] GEF Classic GEF (MVC) SDK'
[INFO] 06:42:12.904   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.sdk-feature
[INFO] 06:42:12.904   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.904   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.905 Indexing files of module '[feature] GEF Classic Zest'
[INFO] 06:42:12.905   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest-feature
[INFO] 06:42:12.905   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.905   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.905 Indexing files of module '[feature] GEF Classic Zest SDK'
[INFO] 06:42:12.905   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.sdk-feature
[INFO] 06:42:12.906   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.906   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.906 Indexing files of module '[bundle] GEF Classic GEF Developer Documentation'
[INFO] 06:42:12.906   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.doc.isv
[INFO] 06:42:12.906   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:12.906   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.907 Indexing files of module 'org.eclipse.gef.tests'
[INFO] 06:42:12.907   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests
[INFO] 06:42:12.907   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:12.907   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.908 Indexing files of module '[bundle] GEF Classic Draw2d'
[INFO] 06:42:12.908   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d
[INFO] 06:42:12.908   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:12.908   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.930 Indexing files of module '[bundle] GEF Classic Draw2d Examples'
[INFO] 06:42:12.930   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples
[INFO] 06:42:12.930   Source paths: .tycho-consumer-pom.xml, sandbox, src
[INFO] 06:42:12.930   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:12.938 Indexing files of module '[bundle] GEF Classic GEF (MVC)'
[INFO] 06:42:12.938   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef
[INFO] 06:42:12.939   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:12.939   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.001 Indexing files of module '[bundle] GEF Classic Flow Editor Example'
[INFO] 06:42:13.001   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow
[INFO] 06:42:13.001   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.002   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.009 Indexing files of module '[bundle] GEF Classic Logic Editor Example'
[INFO] 06:42:13.009   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic
[INFO] 06:42:13.009   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.009   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.049 Indexing files of module '[bundle] GEF Classic Shape Editor Example'
[INFO] 06:42:13.050   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes
[INFO] 06:42:13.050   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.050   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.057 Indexing files of module '[bundle] GEF Classic Text Editor Example'
[INFO] 06:42:13.057   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text
[INFO] 06:42:13.057   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.057   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.065 Indexing files of module '[bundle] GEF Classic Examples'
[INFO] 06:42:13.065   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.capabilities
[INFO] 06:42:13.065   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:13.065   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.065 Indexing files of module '[bundle] GEF Classic Examples PDE integration'
[INFO] 06:42:13.065   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde
[INFO] 06:42:13.065   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.065   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.067 Indexing files of module '[updatesite] org.eclipse.gef.repository.eclipse-repository'
[INFO] 06:42:13.067   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.repository
[INFO] 06:42:13.067   Source paths: .polyglot.category.xml
[INFO] 06:42:13.067   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.067 Indexing files of module '[bundle] GEF Classic Zest Core'
[INFO] 06:42:13.067   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core
[INFO] 06:42:13.067   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.067   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.071 Indexing files of module '[bundle] GEF Classic Zest Examples'
[INFO] 06:42:13.071   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples
[INFO] 06:42:13.072   Source paths: .tycho-consumer-pom.xml, src, icons
[INFO] 06:42:13.072   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.080 Indexing files of module '[bundle] GEF Classic Zest Layouts'
[INFO] 06:42:13.081   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts
[INFO] 06:42:13.081   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.081   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.082 Indexing files of module '[bundle] GEF Classic Zest Developer Documentation'
[INFO] 06:42:13.082   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.doc.isv
[INFO] 06:42:13.082   Source paths: .tycho-consumer-pom.xml
[INFO] 06:42:13.082   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.083 Indexing files of module 'org.eclipse.zest.tests'
[INFO] 06:42:13.083   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests
[INFO] 06:42:13.083   Source paths: .tycho-consumer-pom.xml, src
[INFO] 06:42:13.083   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.084 Indexing files of module 'org.eclipse.gef.releng'
[INFO] 06:42:13.084   Base dir: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io
[INFO] 06:42:13.084   Source paths: pom.xml
[INFO] 06:42:13.084   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:42:13.084 1463 files indexed
[INFO] 06:42:13.093 Quality profile for java: Sonar way
[INFO] 06:42:13.093 Quality profile for web: Sonar way
[INFO] 06:42:13.093 Quality profile for xml: Sonar way
[INFO] 06:42:13.093 ------------- Run sensors on module [bundle] GEF Classic GEF (MVC)
[INFO] 06:42:13.188 Load metrics repository
[INFO] 06:42:13.308 Load metrics repository (done) | time=120ms
[INFO] 06:42:13.315 Sensor cache enabled
[INFO] 06:42:13.538 Load sensor cache
[INFO] 06:42:15.617 Load sensor cache (7 MB) | time=2079ms
[INFO] 06:42:17.143 Sensor JavaSensor [java]
[INFO] 06:42:17.181 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:42:17.183 Using ECJ batch to parse 332 Main java source files with batch size 53 KB.
[INFO] 06:42:17.386 Starting batch processing.
[INFO] 06:42:18.207 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:42:59.149 100% analyzed
[INFO] 06:42:59.149 Batch processing: Done.
[INFO] 06:42:59.150 Did not optimize analysis for any files, performed a full analysis for all 332 files.
[INFO] 06:42:59.320 No "Test" source files to scan.
[INFO] 06:42:59.320 No "Generated" source files to scan.
[INFO] 06:42:59.320 Sensor JavaSensor [java] (done) | time=42177ms
[INFO] 06:42:59.321 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:42:59.322 '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] 06:42:59.323 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:42:59.323 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] 06:42:59.323 Sensor Java Config Sensor [iac]
[INFO] 06:42:59.337 0 source files to be analyzed
[INFO] 06:42:59.364 0/0 source files have been analyzed
[INFO] 06:42:59.364 Sensor Java Config Sensor [iac] (done) | time=41ms
[INFO] 06:42:59.365 Sensor JavaScript inside HTML analysis [javascript]
[INFO] 06:43:02.980 Detected os: Linux arch: amd64 alpine: false. Platform: LINUX_X64
[INFO] 06:43:06.354 Using embedded Node.js runtime
[INFO] 06:43:06.354 Using Node.js executable: '/home/jenkins/.sonar/js/node-runtime/node'.
[INFO] 06:43:09.918 Memory configuration: OS (128861 MB), Node.js (2096 MB).
[INFO] 06:43:09.973 17 source files to be analyzed
[INFO] 06:43:13.519 17/17 source files have been analyzed
[INFO] 06:43:13.519 Hit the cache for 0 out of 17
[INFO] 06:43:13.520 Miss the cache for 17 out of 17: ANALYSIS_MODE_INELIGIBLE [17/17]
[INFO] 06:43:13.520 Sensor JavaScript inside HTML analysis [javascript] (done) | time=14155ms
[INFO] 06:43:13.520 Sensor CSS Rules [javascript]
[INFO] 06:43:13.531 17 source files to be analyzed
[INFO] 06:43:13.941 17/17 source files have been analyzed
[INFO] 06:43:13.941 Hit the cache for 0 out of 0
[INFO] 06:43:13.941 Miss the cache for 0 out of 0
[INFO] 06:43:13.941 Sensor CSS Rules [javascript] (done) | time=421ms
[INFO] 06:43:13.942 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:13.965 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=24ms
[INFO] 06:43:13.965 Sensor SurefireSensor [java]
[INFO] 06:43:13.966 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef/target/surefire-reports]
[INFO] 06:43:13.967 Sensor SurefireSensor [java] (done) | time=2ms
[INFO] 06:43:13.967 Sensor HTML [web]
[INFO] 06:43:14.093 Sensor HTML [web] (done) | time=126ms
[INFO] 06:43:14.093 Sensor XML Sensor [xml]
[INFO] 06:43:14.096 1 source file to be analyzed
[INFO] 06:43:14.333 1/1 source file has been analyzed
[INFO] 06:43:14.333 Sensor XML Sensor [xml] (done) | time=240ms
[INFO] 06:43:14.333 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:14.336 0 source files to be analyzed
[INFO] 06:43:14.416 0/0 source files have been analyzed
[INFO] 06:43:14.416 Sensor IaC Docker Sensor [iac] (done) | time=83ms
[INFO] 06:43:14.417 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:14.418 0 Serverless function entries were found in the project
[INFO] 06:43:14.424 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:14.425 Sensor Serverless configuration file sensor [security] (done) | time=8ms
[INFO] 06:43:14.425 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:14.426 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:43:14.426 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:14.427 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 06:43:14.430 ------------- Run sensors on module [bundle] GEF Classic Shape Editor Example
[INFO] 06:43:14.573 Sensor JavaSensor [java]
[INFO] 06:43:14.584 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:14.584 Using ECJ batch to parse 28 Main java source files with batch size 53 KB.
[INFO] 06:43:14.591 Starting batch processing.
[INFO] 06:43:14.695 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:16.793 100% analyzed
[INFO] 06:43:16.793 Batch processing: Done.
[INFO] 06:43:16.794 Did not optimize analysis for any files, performed a full analysis for all 28 files.
[INFO] 06:43:16.830 No "Test" source files to scan.
[INFO] 06:43:16.830 No "Generated" source files to scan.
[INFO] 06:43:16.830 Sensor JavaSensor [java] (done) | time=2258ms
[INFO] 06:43:16.830 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:16.830 '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] 06:43:16.830 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:16.831 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:16.831 Sensor Java Config Sensor [iac]
[INFO] 06:43:16.832 0 source files to be analyzed
[INFO] 06:43:16.832 0/0 source files have been analyzed
[INFO] 06:43:16.832 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:16.832 Sensor JavaScript inside HTML analysis [javascript]
[INFO] 06:43:16.837 4 source files to be analyzed
[INFO] 06:43:16.893 4/4 source files have been analyzed
[INFO] 06:43:16.894 Hit the cache for 0 out of 4
[INFO] 06:43:16.894 Miss the cache for 4 out of 4: ANALYSIS_MODE_INELIGIBLE [4/4]
[INFO] 06:43:16.894 Sensor JavaScript inside HTML analysis [javascript] (done) | time=62ms
[INFO] 06:43:16.894 Sensor CSS Rules [javascript]
[INFO] 06:43:16.897 4 source files to be analyzed
[INFO] 06:43:16.941 4/4 source files have been analyzed
[INFO] 06:43:16.941 Hit the cache for 0 out of 0
[INFO] 06:43:16.941 Miss the cache for 0 out of 0
[INFO] 06:43:16.941 Sensor CSS Rules [javascript] (done) | time=47ms
[INFO] 06:43:16.941 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:16.943 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:43:16.943 Sensor SurefireSensor [java]
[INFO] 06:43:16.943 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.shapes/target/surefire-reports]
[INFO] 06:43:16.944 Sensor SurefireSensor [java] (done) | time=1ms
[INFO] 06:43:16.944 Sensor HTML [web]
[INFO] 06:43:16.985 Sensor HTML [web] (done) | time=41ms
[INFO] 06:43:16.985 Sensor XML Sensor [xml]
[INFO] 06:43:16.986 1 source file to be analyzed
[INFO] 06:43:17.026 1/1 source file has been analyzed
[INFO] 06:43:17.027 Sensor XML Sensor [xml] (done) | time=41ms
[INFO] 06:43:17.027 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:17.028 0 source files to be analyzed
[INFO] 06:43:17.041 0/0 source files have been analyzed
[INFO] 06:43:17.041 Sensor IaC Docker Sensor [iac] (done) | time=14ms
[INFO] 06:43:17.041 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:17.041 0 Serverless function entries were found in the project
[INFO] 06:43:17.041 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:17.041 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:17.042 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:17.042 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:17.042 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:17.042 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:17.063 ------------- Run sensors on module [bundle] GEF Classic Text Editor Example
[INFO] 06:43:17.156 Sensor JavaSensor [java]
[INFO] 06:43:17.171 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:17.171 Using ECJ batch to parse 78 Main java source files with batch size 53 KB.
[INFO] 06:43:17.181 Starting batch processing.
[INFO] 06:43:17.249 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:23.484 100% analyzed
[INFO] 06:43:23.484 Batch processing: Done.
[INFO] 06:43:23.486 Did not optimize analysis for any files, performed a full analysis for all 78 files.
[INFO] 06:43:23.549 No "Test" source files to scan.
[INFO] 06:43:23.549 No "Generated" source files to scan.
[INFO] 06:43:23.549 Sensor JavaSensor [java] (done) | time=6393ms
[INFO] 06:43:23.550 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:23.550 '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] 06:43:23.550 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:23.550 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:43:23.550 Sensor Java Config Sensor [iac]
[INFO] 06:43:23.552 0 source files to be analyzed
[INFO] 06:43:23.552 0/0 source files have been analyzed
[INFO] 06:43:23.552 Sensor Java Config Sensor [iac] (done) | time=2ms
[INFO] 06:43:23.552 Sensor CSS Rules [javascript]
[INFO] 06:43:23.553 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:23.553 Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] 06:43:23.553 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:23.554 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:23.554 Sensor SurefireSensor [java]
[INFO] 06:43:23.555 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.text/target/surefire-reports]
[INFO] 06:43:23.555 Sensor SurefireSensor [java] (done) | time=1ms
[INFO] 06:43:23.555 Sensor HTML [web]
[INFO] 06:43:23.555 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:23.555 Sensor XML Sensor [xml]
[INFO] 06:43:23.556 1 source file to be analyzed
[INFO] 06:43:23.588 1/1 source file has been analyzed
[INFO] 06:43:23.588 Sensor XML Sensor [xml] (done) | time=33ms
[INFO] 06:43:23.588 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:23.589 0 source files to be analyzed
[INFO] 06:43:23.600 0/0 source files have been analyzed
[INFO] 06:43:23.600 Sensor IaC Docker Sensor [iac] (done) | time=12ms
[INFO] 06:43:23.601 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:23.601 0 Serverless function entries were found in the project
[INFO] 06:43:23.601 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:23.601 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 06:43:23.601 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:23.601 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:23.601 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:23.601 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:23.602 ------------- Run sensors on module [bundle] GEF Classic Zest Core
[INFO] 06:43:23.699 Sensor JavaSensor [java]
[INFO] 06:43:23.707 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:23.707 Using ECJ batch to parse 49 Main java source files with batch size 53 KB.
[INFO] 06:43:23.713 Starting batch processing.
[INFO] 06:43:23.750 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:32.639 100% analyzed
[INFO] 06:43:32.640 Batch processing: Done.
[INFO] 06:43:32.640 Did not optimize analysis for any files, performed a full analysis for all 49 files.
[INFO] 06:43:32.701 No "Test" source files to scan.
[INFO] 06:43:32.701 No "Generated" source files to scan.
[INFO] 06:43:32.702 Sensor JavaSensor [java] (done) | time=9003ms
[INFO] 06:43:32.702 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:32.702 '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] 06:43:32.702 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:32.702 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:32.702 Sensor Java Config Sensor [iac]
[INFO] 06:43:32.704 0 source files to be analyzed
[INFO] 06:43:32.704 0/0 source files have been analyzed
[INFO] 06:43:32.704 Sensor Java Config Sensor [iac] (done) | time=2ms
[INFO] 06:43:32.704 Sensor CSS Rules [javascript]
[INFO] 06:43:32.705 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:32.705 Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] 06:43:32.705 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:32.706 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:32.706 Sensor SurefireSensor [java]
[INFO] 06:43:32.706 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.core/target/surefire-reports]
[INFO] 06:43:32.707 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:32.707 Sensor HTML [web]
[INFO] 06:43:32.707 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:32.707 Sensor XML Sensor [xml]
[INFO] 06:43:32.708 1 source file to be analyzed
[INFO] 06:43:32.726 1/1 source file has been analyzed
[INFO] 06:43:32.727 Sensor XML Sensor [xml] (done) | time=20ms
[INFO] 06:43:32.727 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:32.728 0 source files to be analyzed
[INFO] 06:43:32.738 0/0 source files have been analyzed
[INFO] 06:43:32.738 Sensor IaC Docker Sensor [iac] (done) | time=11ms
[INFO] 06:43:32.738 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:32.739 0 Serverless function entries were found in the project
[INFO] 06:43:32.739 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:32.739 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 06:43:32.739 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:32.739 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:32.739 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:32.740 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 06:43:32.740 ------------- Run sensors on module [feature] GEF Classic Draw2d
[INFO] 06:43:32.813 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:32.813 '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] 06:43:32.813 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:32.813 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:32.813 Sensor Java Config Sensor [iac]
[INFO] 06:43:32.839 0 source files to be analyzed
[INFO] 06:43:32.839 0/0 source files have been analyzed
[INFO] 06:43:32.839 Sensor Java Config Sensor [iac] (done) | time=26ms
[INFO] 06:43:32.839 Sensor CSS Rules [javascript]
[INFO] 06:43:32.840 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:32.840 Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] 06:43:32.840 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:32.841 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:32.841 Sensor HTML [web]
[INFO] 06:43:32.841 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:32.842 Sensor XML Sensor [xml]
[INFO] 06:43:32.842 1 source file to be analyzed
[INFO] 06:43:32.851 1/1 source file has been analyzed
[INFO] 06:43:32.852 Sensor XML Sensor [xml] (done) | time=10ms
[INFO] 06:43:32.852 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:32.852 0 source files to be analyzed
[INFO] 06:43:32.872 0/0 source files have been analyzed
[INFO] 06:43:32.872 Sensor IaC Docker Sensor [iac] (done) | time=20ms
[INFO] 06:43:32.872 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:32.872 0 Serverless function entries were found in the project
[INFO] 06:43:32.872 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:32.872 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:32.873 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:32.873 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:43:32.873 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:32.873 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:32.873 ------------- Run sensors on module [bundle] GEF Classic Examples PDE integration
[INFO] 06:43:32.939 Sensor JavaSensor [java]
[INFO] 06:43:32.963 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:32.964 Using ECJ batch to parse 7 Main java source files with batch size 53 KB.
[INFO] 06:43:32.968 Starting batch processing.
[INFO] 06:43:33.003 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:35.909 100% analyzed
[INFO] 06:43:35.909 Batch processing: Done.
[INFO] 06:43:35.910 Did not optimize analysis for any files, performed a full analysis for all 7 files.
[INFO] 06:43:35.947 No "Test" source files to scan.
[INFO] 06:43:35.947 No "Generated" source files to scan.
[INFO] 06:43:35.948 Sensor JavaSensor [java] (done) | time=3009ms
[INFO] 06:43:35.948 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:35.948 '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] 06:43:35.948 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:35.948 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:35.948 Sensor Java Config Sensor [iac]
[INFO] 06:43:35.949 0 source files to be analyzed
[INFO] 06:43:35.949 0/0 source files have been analyzed
[INFO] 06:43:35.949 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:35.949 Sensor CSS Rules [javascript]
[INFO] 06:43:35.950 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:35.950 Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] 06:43:35.950 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:35.951 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:35.951 Sensor SurefireSensor [java]
[INFO] 06:43:35.951 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.ui.pde/target/surefire-reports]
[INFO] 06:43:35.951 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:35.951 Sensor HTML [web]
[INFO] 06:43:35.952 Sensor HTML [web] (done) | time=1ms
[INFO] 06:43:35.952 Sensor XML Sensor [xml]
[INFO] 06:43:35.952 1 source file to be analyzed
[INFO] 06:43:35.977 1/1 source file has been analyzed
[INFO] 06:43:35.977 Sensor XML Sensor [xml] (done) | time=25ms
[INFO] 06:43:35.977 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:35.978 0 source files to be analyzed
[INFO] 06:43:35.986 0/0 source files have been analyzed
[INFO] 06:43:35.986 Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] 06:43:35.987 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:35.987 0 Serverless function entries were found in the project
[INFO] 06:43:35.987 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:35.987 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:35.987 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:35.987 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:35.987 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:35.987 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:35.988 ------------- Run sensors on module [feature] GEF Classic Zest
[INFO] 06:43:36.070 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:36.070 '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] 06:43:36.070 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:36.070 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:36.070 Sensor Java Config Sensor [iac]
[INFO] 06:43:36.071 0 source files to be analyzed
[INFO] 06:43:36.071 0/0 source files have been analyzed
[INFO] 06:43:36.071 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:36.072 Sensor CSS Rules [javascript]
[INFO] 06:43:36.072 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:36.072 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:36.072 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:36.073 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:36.073 Sensor HTML [web]
[INFO] 06:43:36.074 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:36.074 Sensor XML Sensor [xml]
[INFO] 06:43:36.074 1 source file to be analyzed
[INFO] 06:43:36.090 1/1 source file has been analyzed
[INFO] 06:43:36.091 Sensor XML Sensor [xml] (done) | time=17ms
[INFO] 06:43:36.091 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:36.091 0 source files to be analyzed
[INFO] 06:43:36.099 0/0 source files have been analyzed
[INFO] 06:43:36.100 Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] 06:43:36.100 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:36.100 0 Serverless function entries were found in the project
[INFO] 06:43:36.100 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:36.100 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:36.100 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:36.100 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.100 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:36.100 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.101 ------------- Run sensors on module [bundle] GEF Classic GEF Developer Documentation
[INFO] 06:43:36.193 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:36.194 '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] 06:43:36.194 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:36.194 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:43:36.194 Sensor Java Config Sensor [iac]
[INFO] 06:43:36.195 0 source files to be analyzed
[INFO] 06:43:36.195 0/0 source files have been analyzed
[INFO] 06:43:36.195 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:36.195 Sensor CSS Rules [javascript]
[INFO] 06:43:36.195 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:36.195 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:36.195 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:36.197 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:43:36.197 Sensor HTML [web]
[INFO] 06:43:36.197 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:36.197 Sensor XML Sensor [xml]
[INFO] 06:43:36.198 1 source file to be analyzed
[INFO] 06:43:36.263 1/1 source file has been analyzed
[INFO] 06:43:36.263 Sensor XML Sensor [xml] (done) | time=66ms
[INFO] 06:43:36.264 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:36.264 0 source files to be analyzed
[INFO] 06:43:36.272 0/0 source files have been analyzed
[INFO] 06:43:36.273 Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] 06:43:36.273 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:36.273 0 Serverless function entries were found in the project
[INFO] 06:43:36.273 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:36.273 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:36.273 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:36.273 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.274 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:36.274 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.274 ------------- Run sensors on module [updatesite] org.eclipse.gef.repository.eclipse-repository
[INFO] 06:43:36.482 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:36.482 '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] 06:43:36.482 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:36.483 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:43:36.483 Sensor Java Config Sensor [iac]
[INFO] 06:43:36.484 0 source files to be analyzed
[INFO] 06:43:36.484 0/0 source files have been analyzed
[INFO] 06:43:36.484 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:36.484 Sensor CSS Rules [javascript]
[INFO] 06:43:36.484 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:36.484 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:36.485 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:36.486 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:36.486 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:36.487 0 source files to be analyzed
[INFO] 06:43:36.494 0/0 source files have been analyzed
[INFO] 06:43:36.494 Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] 06:43:36.494 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:36.495 0 Serverless function entries were found in the project
[INFO] 06:43:36.495 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:36.495 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 06:43:36.495 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:36.495 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.495 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:36.495 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.496 ------------- Run sensors on module [bundle] GEF Classic Zest Developer Documentation
[INFO] 06:43:36.619 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:36.619 '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] 06:43:36.619 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:36.619 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:36.619 Sensor Java Config Sensor [iac]
[INFO] 06:43:36.620 0 source files to be analyzed
[INFO] 06:43:36.620 0/0 source files have been analyzed
[INFO] 06:43:36.620 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:36.621 Sensor CSS Rules [javascript]
[INFO] 06:43:36.621 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:36.621 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:36.621 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:36.622 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:36.622 Sensor HTML [web]
[INFO] 06:43:36.623 Sensor HTML [web] (done) | time=1ms
[INFO] 06:43:36.623 Sensor XML Sensor [xml]
[INFO] 06:43:36.623 1 source file to be analyzed
[INFO] 06:43:36.641 1/1 source file has been analyzed
[INFO] 06:43:36.641 Sensor XML Sensor [xml] (done) | time=18ms
[INFO] 06:43:36.641 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:36.642 0 source files to be analyzed
[INFO] 06:43:36.648 0/0 source files have been analyzed
[INFO] 06:43:36.648 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 06:43:36.649 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:36.649 0 Serverless function entries were found in the project
[INFO] 06:43:36.649 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:36.649 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:36.649 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:36.649 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:36.649 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:36.650 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 06:43:36.650 ------------- Run sensors on module [bundle] GEF Classic Flow Editor Example
[INFO] 06:43:36.753 Sensor JavaSensor [java]
[INFO] 06:43:36.765 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:36.765 Using ECJ batch to parse 58 Main java source files with batch size 53 KB.
[INFO] 06:43:36.773 Starting batch processing.
[INFO] 06:43:36.821 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:39.086 100% analyzed
[INFO] 06:43:39.086 Batch processing: Done.
[INFO] 06:43:39.087 Did not optimize analysis for any files, performed a full analysis for all 58 files.
[INFO] 06:43:39.136 No "Test" source files to scan.
[INFO] 06:43:39.136 No "Generated" source files to scan.
[INFO] 06:43:39.136 Sensor JavaSensor [java] (done) | time=2383ms
[INFO] 06:43:39.137 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:39.137 '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] 06:43:39.137 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:39.137 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:43:39.137 Sensor Java Config Sensor [iac]
[INFO] 06:43:39.139 0 source files to be analyzed
[INFO] 06:43:39.139 0/0 source files have been analyzed
[INFO] 06:43:39.139 Sensor Java Config Sensor [iac] (done) | time=2ms
[INFO] 06:43:39.139 Sensor CSS Rules [javascript]
[INFO] 06:43:39.139 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:39.139 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:39.139 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:39.141 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:43:39.141 Sensor SurefireSensor [java]
[INFO] 06:43:39.141 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.flow/target/surefire-reports]
[INFO] 06:43:39.141 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:39.141 Sensor HTML [web]
[INFO] 06:43:39.142 Sensor HTML [web] (done) | time=1ms
[INFO] 06:43:39.142 Sensor XML Sensor [xml]
[INFO] 06:43:39.142 1 source file to be analyzed
[INFO] 06:43:39.157 1/1 source file has been analyzed
[INFO] 06:43:39.157 Sensor XML Sensor [xml] (done) | time=15ms
[INFO] 06:43:39.157 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:39.158 0 source files to be analyzed
[INFO] 06:43:39.164 0/0 source files have been analyzed
[INFO] 06:43:39.165 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 06:43:39.165 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:39.165 0 Serverless function entries were found in the project
[INFO] 06:43:39.165 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:39.165 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:39.165 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:39.165 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:39.166 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:39.166 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:39.166 ------------- Run sensors on module [bundle] GEF Classic Examples
[INFO] 06:43:39.224 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:39.224 '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] 06:43:39.224 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:39.224 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:39.224 Sensor Java Config Sensor [iac]
[INFO] 06:43:39.225 0 source files to be analyzed
[INFO] 06:43:39.225 0/0 source files have been analyzed
[INFO] 06:43:39.225 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:39.226 Sensor CSS Rules [javascript]
[INFO] 06:43:39.226 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:39.226 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:39.226 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:39.227 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:39.228 Sensor HTML [web]
[INFO] 06:43:39.228 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:39.228 Sensor XML Sensor [xml]
[INFO] 06:43:39.228 1 source file to be analyzed
[INFO] 06:43:39.289 1/1 source file has been analyzed
[INFO] 06:43:39.289 Sensor XML Sensor [xml] (done) | time=61ms
[INFO] 06:43:39.289 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:39.290 0 source files to be analyzed
[INFO] 06:43:39.296 0/0 source files have been analyzed
[INFO] 06:43:39.297 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 06:43:39.297 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:39.297 0 Serverless function entries were found in the project
[INFO] 06:43:39.297 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:39.297 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:39.297 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:39.297 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:39.298 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:39.298 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:39.298 ------------- Run sensors on module [bundle] GEF Classic Zest Examples
[INFO] 06:43:39.355 Sensor JavaSensor [java]
[INFO] 06:43:39.375 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:39.375 Using ECJ batch to parse 33 Main java source files with batch size 53 KB.
[INFO] 06:43:39.385 Starting batch processing.
[INFO] 06:43:39.478 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:42.376 100% analyzed
[INFO] 06:43:42.376 Batch processing: Done.
[INFO] 06:43:42.378 Did not optimize analysis for any files, performed a full analysis for all 33 files.
[INFO] 06:43:42.423 No "Test" source files to scan.
[INFO] 06:43:42.423 No "Generated" source files to scan.
[INFO] 06:43:42.423 Sensor JavaSensor [java] (done) | time=3069ms
[INFO] 06:43:42.424 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:42.424 '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] 06:43:42.424 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:42.424 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:42.424 Sensor Java Config Sensor [iac]
[INFO] 06:43:42.425 0 source files to be analyzed
[INFO] 06:43:42.425 0/0 source files have been analyzed
[INFO] 06:43:42.425 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:42.425 Sensor CSS Rules [javascript]
[INFO] 06:43:42.426 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:42.426 Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] 06:43:42.426 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:42.427 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:42.427 Sensor SurefireSensor [java]
[INFO] 06:43:42.427 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.examples/target/surefire-reports]
[INFO] 06:43:42.427 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:42.427 Sensor HTML [web]
[INFO] 06:43:42.428 Sensor HTML [web] (done) | time=1ms
[INFO] 06:43:42.428 Sensor XML Sensor [xml]
[INFO] 06:43:42.428 1 source file to be analyzed
[INFO] 06:43:42.466 1/1 source file has been analyzed
[INFO] 06:43:42.466 Sensor XML Sensor [xml] (done) | time=38ms
[INFO] 06:43:42.467 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:42.467 0 source files to be analyzed
[INFO] 06:43:42.473 0/0 source files have been analyzed
[INFO] 06:43:42.473 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:43:42.473 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:42.474 0 Serverless function entries were found in the project
[INFO] 06:43:42.474 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:42.474 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 06:43:42.474 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:42.474 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:42.474 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:42.474 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:42.474 ------------- Run sensors on module [feature] GEF Classic Draw2d SDK
[INFO] 06:43:42.543 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:42.543 '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] 06:43:42.543 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:42.543 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:42.544 Sensor Java Config Sensor [iac]
[INFO] 06:43:42.544 0 source files to be analyzed
[INFO] 06:43:42.544 0/0 source files have been analyzed
[INFO] 06:43:42.545 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:42.545 Sensor CSS Rules [javascript]
[INFO] 06:43:42.545 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:42.545 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:42.545 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:42.546 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:42.546 Sensor HTML [web]
[INFO] 06:43:42.546 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:42.547 Sensor XML Sensor [xml]
[INFO] 06:43:42.547 1 source file to be analyzed
[INFO] 06:43:42.570 1/1 source file has been analyzed
[INFO] 06:43:42.570 Sensor XML Sensor [xml] (done) | time=23ms
[INFO] 06:43:42.570 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:42.571 0 source files to be analyzed
[INFO] 06:43:42.576 0/0 source files have been analyzed
[INFO] 06:43:42.576 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:43:42.577 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:42.577 0 Serverless function entries were found in the project
[INFO] 06:43:42.577 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:42.577 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:42.577 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:42.577 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:42.577 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:42.577 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:42.577 ------------- Run sensors on module [bundle] GEF Classic Draw2d Examples
[INFO] 06:43:42.634 Sensor JavaSensor [java]
[INFO] 06:43:42.636 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:42.636 Using ECJ batch to parse 87 Main java source files with batch size 53 KB.
[INFO] 06:43:42.647 Starting batch processing.
[INFO] 06:43:42.675 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:49.455 100% analyzed
[INFO] 06:43:49.455 Batch processing: Done.
[INFO] 06:43:49.455 Did not optimize analysis for any files, performed a full analysis for all 87 files.
[INFO] 06:43:49.516 No "Test" source files to scan.
[INFO] 06:43:49.516 No "Generated" source files to scan.
[INFO] 06:43:49.516 Sensor JavaSensor [java] (done) | time=6882ms
[INFO] 06:43:49.517 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:49.517 '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] 06:43:49.517 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:49.517 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:49.517 Sensor Java Config Sensor [iac]
[INFO] 06:43:49.519 0 source files to be analyzed
[INFO] 06:43:49.519 0/0 source files have been analyzed
[INFO] 06:43:49.519 Sensor Java Config Sensor [iac] (done) | time=2ms
[INFO] 06:43:49.519 Sensor CSS Rules [javascript]
[INFO] 06:43:49.519 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:49.519 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:49.519 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:49.521 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:43:49.521 Sensor SurefireSensor [java]
[INFO] 06:43:49.521 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.examples/target/surefire-reports]
[INFO] 06:43:49.521 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:49.522 Sensor HTML [web]
[INFO] 06:43:49.522 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:49.522 Sensor XML Sensor [xml]
[INFO] 06:43:49.522 1 source file to be analyzed
[INFO] 06:43:49.565 1/1 source file has been analyzed
[INFO] 06:43:49.566 Sensor XML Sensor [xml] (done) | time=43ms
[INFO] 06:43:49.566 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:49.567 0 source files to be analyzed
[INFO] 06:43:49.582 0/0 source files have been analyzed
[INFO] 06:43:49.582 Sensor IaC Docker Sensor [iac] (done) | time=16ms
[INFO] 06:43:49.582 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:49.582 0 Serverless function entries were found in the project
[INFO] 06:43:49.582 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:49.583 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:49.583 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:49.583 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:49.583 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:49.583 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:49.583 ------------- Run sensors on module [feature] GEF Classic Zest SDK
[INFO] 06:43:49.904 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:49.904 '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] 06:43:49.904 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:49.904 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:43:49.904 Sensor Java Config Sensor [iac]
[INFO] 06:43:49.905 0 source files to be analyzed
[INFO] 06:43:49.905 0/0 source files have been analyzed
[INFO] 06:43:49.905 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:49.905 Sensor CSS Rules [javascript]
[INFO] 06:43:49.905 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:49.905 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:49.906 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:49.907 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:49.907 Sensor HTML [web]
[INFO] 06:43:49.907 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:49.907 Sensor XML Sensor [xml]
[INFO] 06:43:49.908 1 source file to be analyzed
[INFO] 06:43:49.923 1/1 source file has been analyzed
[INFO] 06:43:49.923 Sensor XML Sensor [xml] (done) | time=16ms
[INFO] 06:43:49.923 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:49.923 0 source files to be analyzed
[INFO] 06:43:49.929 0/0 source files have been analyzed
[INFO] 06:43:49.930 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 06:43:49.930 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:49.930 0 Serverless function entries were found in the project
[INFO] 06:43:49.930 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:49.930 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:49.930 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:49.930 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:49.930 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:49.930 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:49.931 ------------- Run sensors on module [bundle] GEF Classic Logic Editor Example
[INFO] 06:43:50.015 Sensor JavaSensor [java]
[INFO] 06:43:50.023 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:50.023 Using ECJ batch to parse 117 Main java source files with batch size 53 KB.
[INFO] 06:43:50.031 Starting batch processing.
[INFO] 06:43:50.077 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:56.118 100% analyzed
[INFO] 06:43:56.118 Batch processing: Done.
[INFO] 06:43:56.119 Did not optimize analysis for any files, performed a full analysis for all 117 files.
[INFO] 06:43:56.176 No "Test" source files to scan.
[INFO] 06:43:56.176 No "Generated" source files to scan.
[INFO] 06:43:56.176 Sensor JavaSensor [java] (done) | time=6161ms
[INFO] 06:43:56.176 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:56.176 '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] 06:43:56.176 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:56.176 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:56.176 Sensor Java Config Sensor [iac]
[INFO] 06:43:56.179 0 source files to be analyzed
[INFO] 06:43:56.179 0/0 source files have been analyzed
[INFO] 06:43:56.179 Sensor Java Config Sensor [iac] (done) | time=3ms
[INFO] 06:43:56.179 Sensor CSS Rules [javascript]
[INFO] 06:43:56.180 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:56.180 Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] 06:43:56.180 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:56.181 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:56.181 Sensor SurefireSensor [java]
[INFO] 06:43:56.181 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.examples.logic/target/surefire-reports]
[INFO] 06:43:56.181 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:56.182 Sensor HTML [web]
[INFO] 06:43:56.182 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:56.182 Sensor XML Sensor [xml]
[INFO] 06:43:56.182 1 source file to be analyzed
[INFO] 06:43:56.198 1/1 source file has been analyzed
[INFO] 06:43:56.198 Sensor XML Sensor [xml] (done) | time=16ms
[INFO] 06:43:56.198 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:56.199 0 source files to be analyzed
[INFO] 06:43:56.205 0/0 source files have been analyzed
[INFO] 06:43:56.205 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 06:43:56.205 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:56.205 0 Serverless function entries were found in the project
[INFO] 06:43:56.205 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:56.205 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:56.206 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:56.206 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:56.206 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:56.206 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:56.206 ------------- Run sensors on module org.eclipse.gef.tests
[INFO] 06:43:56.269 Sensor JavaSensor [java]
[INFO] 06:43:56.278 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:56.278 Using ECJ batch to parse 7 Main java source files with batch size 53 KB.
[INFO] 06:43:56.284 Starting batch processing.
[INFO] 06:43:56.346 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:43:56.820 100% analyzed
[INFO] 06:43:56.820 Batch processing: Done.
[INFO] 06:43:56.821 Did not optimize analysis for any files, performed a full analysis for all 7 files.
[INFO] 06:43:56.868 No "Test" source files to scan.
[INFO] 06:43:56.869 No "Generated" source files to scan.
[INFO] 06:43:56.869 Sensor JavaSensor [java] (done) | time=600ms
[INFO] 06:43:56.869 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:56.869 '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] 06:43:56.869 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:56.869 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:43:56.869 Sensor Java Config Sensor [iac]
[INFO] 06:43:56.870 0 source files to be analyzed
[INFO] 06:43:56.870 0/0 source files have been analyzed
[INFO] 06:43:56.870 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:43:56.870 Sensor CSS Rules [javascript]
[INFO] 06:43:56.870 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:56.870 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:56.871 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:56.872 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:56.872 Sensor SurefireSensor [java]
[INFO] 06:43:56.872 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.gef.tests/target/surefire-reports]
[INFO] 06:43:56.872 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:43:56.872 Sensor HTML [web]
[INFO] 06:43:56.872 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:56.872 Sensor XML Sensor [xml]
[INFO] 06:43:56.873 1 source file to be analyzed
[INFO] 06:43:56.890 1/1 source file has been analyzed
[INFO] 06:43:56.890 Sensor XML Sensor [xml] (done) | time=18ms
[INFO] 06:43:56.890 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:56.891 0 source files to be analyzed
[INFO] 06:43:56.896 0/0 source files have been analyzed
[INFO] 06:43:56.896 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:43:56.897 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:56.897 0 Serverless function entries were found in the project
[INFO] 06:43:56.897 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:56.897 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:56.897 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:56.897 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:56.897 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:56.897 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:56.897 ------------- Run sensors on module [bundle] GEF Classic Draw2d Developer Documentation
[INFO] 06:43:56.949 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:43:56.950 '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] 06:43:56.950 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:43:56.950 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:43:56.950 Sensor Java Config Sensor [iac]
[INFO] 06:43:56.951 0 source files to be analyzed
[INFO] 06:43:56.951 0/0 source files have been analyzed
[INFO] 06:43:56.963 Sensor Java Config Sensor [iac] (done) | time=13ms
[INFO] 06:43:56.963 Sensor CSS Rules [javascript]
[INFO] 06:43:56.963 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:43:56.963 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:43:56.963 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:43:56.964 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:43:56.965 Sensor HTML [web]
[INFO] 06:43:56.965 Sensor HTML [web] (done) | time=0ms
[INFO] 06:43:56.965 Sensor XML Sensor [xml]
[INFO] 06:43:56.965 1 source file to be analyzed
[INFO] 06:43:56.976 1/1 source file has been analyzed
[INFO] 06:43:56.976 Sensor XML Sensor [xml] (done) | time=11ms
[INFO] 06:43:56.976 Sensor IaC Docker Sensor [iac]
[INFO] 06:43:56.976 0 source files to be analyzed
[INFO] 06:43:56.982 0/0 source files have been analyzed
[INFO] 06:43:56.982 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:43:56.982 Sensor Serverless configuration file sensor [security]
[INFO] 06:43:56.982 0 Serverless function entries were found in the project
[INFO] 06:43:56.982 0 Serverless function handlers were kept as entrypoints
[INFO] 06:43:56.982 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:43:56.983 Sensor AWS SAM template file sensor [security]
[INFO] 06:43:56.983 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:43:56.983 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:43:56.983 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:43:56.983 ------------- Run sensors on module org.eclipse.draw2d.tests
[INFO] 06:43:57.036 Sensor JavaSensor [java]
[INFO] 06:43:57.045 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:43:57.045 Using ECJ batch to parse 47 Main java source files with batch size 53 KB.
[INFO] 06:43:57.065 Starting batch processing.
[INFO] 06:43:57.131 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:44:01.875 100% analyzed
[INFO] 06:44:01.875 Batch processing: Done.
[INFO] 06:44:01.876 Did not optimize analysis for any files, performed a full analysis for all 47 files.
[INFO] 06:44:01.934 No "Test" source files to scan.
[INFO] 06:44:01.934 No "Generated" source files to scan.
[INFO] 06:44:01.934 Sensor JavaSensor [java] (done) | time=4898ms
[INFO] 06:44:01.934 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:01.934 '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] 06:44:01.935 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:01.935 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:44:01.935 Sensor Java Config Sensor [iac]
[INFO] 06:44:01.936 0 source files to be analyzed
[INFO] 06:44:01.936 0/0 source files have been analyzed
[INFO] 06:44:01.936 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:44:01.936 Sensor CSS Rules [javascript]
[INFO] 06:44:01.936 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:01.936 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:01.936 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:01.938 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:44:01.938 Sensor SurefireSensor [java]
[INFO] 06:44:01.938 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d.tests/target/surefire-reports]
[INFO] 06:44:01.938 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:44:01.938 Sensor HTML [web]
[INFO] 06:44:01.938 Sensor HTML [web] (done) | time=0ms
[INFO] 06:44:01.938 Sensor XML Sensor [xml]
[INFO] 06:44:01.939 1 source file to be analyzed
[INFO] 06:44:01.954 1/1 source file has been analyzed
[INFO] 06:44:01.954 Sensor XML Sensor [xml] (done) | time=16ms
[INFO] 06:44:01.954 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:01.955 0 source files to be analyzed
[INFO] 06:44:01.961 0/0 source files have been analyzed
[INFO] 06:44:01.963 Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] 06:44:01.963 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:01.963 0 Serverless function entries were found in the project
[INFO] 06:44:01.963 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:01.963 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:01.963 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:01.963 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:44:01.963 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:01.963 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:01.964 ------------- Run sensors on module [bundle] GEF Classic Zest Layouts
[INFO] 06:44:02.017 Sensor JavaSensor [java]
[INFO] 06:44:02.019 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:44:02.020 Using ECJ batch to parse 45 Main java source files with batch size 53 KB.
[INFO] 06:44:02.025 Starting batch processing.
[INFO] 06:44:02.041 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:44:09.728 100% analyzed
[INFO] 06:44:09.728 Batch processing: Done.
[INFO] 06:44:09.728 Did not optimize analysis for any files, performed a full analysis for all 45 files.
[INFO] 06:44:09.827 No "Test" source files to scan.
[INFO] 06:44:09.827 No "Generated" source files to scan.
[INFO] 06:44:09.828 Sensor JavaSensor [java] (done) | time=7811ms
[INFO] 06:44:09.828 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:09.828 '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] 06:44:09.828 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:09.828 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:44:09.828 Sensor Java Config Sensor [iac]
[INFO] 06:44:09.830 0 source files to be analyzed
[INFO] 06:44:09.830 0/0 source files have been analyzed
[INFO] 06:44:09.830 Sensor Java Config Sensor [iac] (done) | time=2ms
[INFO] 06:44:09.830 Sensor CSS Rules [javascript]
[INFO] 06:44:09.830 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:09.830 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:09.830 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:09.832 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:44:09.832 Sensor SurefireSensor [java]
[INFO] 06:44:09.832 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.layouts/target/surefire-reports]
[INFO] 06:44:09.832 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:44:09.832 Sensor HTML [web]
[INFO] 06:44:09.832 Sensor HTML [web] (done) | time=0ms
[INFO] 06:44:09.833 Sensor XML Sensor [xml]
[INFO] 06:44:09.833 1 source file to be analyzed
[INFO] 06:44:09.867 1/1 source file has been analyzed
[INFO] 06:44:09.867 Sensor XML Sensor [xml] (done) | time=34ms
[INFO] 06:44:09.867 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:09.868 0 source files to be analyzed
[INFO] 06:44:09.875 0/0 source files have been analyzed
[INFO] 06:44:09.875 Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] 06:44:09.875 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:09.875 0 Serverless function entries were found in the project
[INFO] 06:44:09.875 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:09.875 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:09.875 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:09.876 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:44:09.876 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:09.876 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:09.876 ------------- Run sensors on module [feature] GEF Classic GEF (MVC) SDK
[INFO] 06:44:09.948 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:09.948 '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] 06:44:09.948 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:09.949 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:44:09.949 Sensor Java Config Sensor [iac]
[INFO] 06:44:09.949 0 source files to be analyzed
[INFO] 06:44:09.950 0/0 source files have been analyzed
[INFO] 06:44:09.950 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:44:09.950 Sensor CSS Rules [javascript]
[INFO] 06:44:09.950 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:09.950 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:09.950 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:09.951 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:44:09.951 Sensor HTML [web]
[INFO] 06:44:09.952 Sensor HTML [web] (done) | time=1ms
[INFO] 06:44:09.952 Sensor XML Sensor [xml]
[INFO] 06:44:09.952 1 source file to be analyzed
[INFO] 06:44:09.974 1/1 source file has been analyzed
[INFO] 06:44:09.975 Sensor XML Sensor [xml] (done) | time=23ms
[INFO] 06:44:09.975 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:09.975 0 source files to be analyzed
[INFO] 06:44:09.981 0/0 source files have been analyzed
[INFO] 06:44:09.981 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:44:09.981 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:09.981 0 Serverless function entries were found in the project
[INFO] 06:44:09.981 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:09.982 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:09.982 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:09.982 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:44:09.982 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:09.982 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:09.982 ------------- Run sensors on module [feature] GEF Classic GEF (MVC) Examples
[INFO] 06:44:10.036 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:10.036 '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] 06:44:10.036 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:10.036 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:44:10.036 Sensor Java Config Sensor [iac]
[INFO] 06:44:10.037 0 source files to be analyzed
[INFO] 06:44:10.037 0/0 source files have been analyzed
[INFO] 06:44:10.037 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:44:10.038 Sensor CSS Rules [javascript]
[INFO] 06:44:10.038 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:10.038 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:10.038 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:10.039 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:44:10.063 Sensor HTML [web]
[INFO] 06:44:10.063 Sensor HTML [web] (done) | time=0ms
[INFO] 06:44:10.063 Sensor XML Sensor [xml]
[INFO] 06:44:10.064 1 source file to be analyzed
[INFO] 06:44:10.079 1/1 source file has been analyzed
[INFO] 06:44:10.079 Sensor XML Sensor [xml] (done) | time=16ms
[INFO] 06:44:10.079 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:10.080 0 source files to be analyzed
[INFO] 06:44:10.085 0/0 source files have been analyzed
[INFO] 06:44:10.085 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:44:10.086 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:10.086 0 Serverless function entries were found in the project
[INFO] 06:44:10.086 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:10.086 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:10.086 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:10.086 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:44:10.086 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:10.086 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:10.087 ------------- Run sensors on module [feature] GEF Classic GEF (MVC)
[INFO] 06:44:10.141 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:10.141 '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] 06:44:10.141 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:10.141 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:44:10.142 Sensor Java Config Sensor [iac]
[INFO] 06:44:10.142 0 source files to be analyzed
[INFO] 06:44:10.143 0/0 source files have been analyzed
[INFO] 06:44:10.143 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:44:10.143 Sensor CSS Rules [javascript]
[INFO] 06:44:10.143 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:10.143 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:10.143 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:10.144 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:44:10.145 Sensor HTML [web]
[INFO] 06:44:10.145 Sensor HTML [web] (done) | time=0ms
[INFO] 06:44:10.145 Sensor XML Sensor [xml]
[INFO] 06:44:10.145 1 source file to be analyzed
[INFO] 06:44:10.170 1/1 source file has been analyzed
[INFO] 06:44:10.170 Sensor XML Sensor [xml] (done) | time=25ms
[INFO] 06:44:10.170 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:10.171 0 source files to be analyzed
[INFO] 06:44:10.176 0/0 source files have been analyzed
[INFO] 06:44:10.176 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:44:10.177 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:10.177 0 Serverless function entries were found in the project
[INFO] 06:44:10.177 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:10.177 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 06:44:10.177 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:10.177 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:44:10.177 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:10.177 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:10.178 ------------- Run sensors on module [bundle] GEF Classic Draw2d
[INFO] 06:44:10.230 Sensor JavaSensor [java]
[INFO] 06:44:10.232 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:44:10.232 Using ECJ batch to parse 288 Main java source files with batch size 53 KB.
[INFO] 06:44:10.237 Starting batch processing.
[INFO] 06:44:10.265 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:44:45.483 100% analyzed
[INFO] 06:44:45.483 Batch processing: Done.
[INFO] 06:44:45.483 Did not optimize analysis for any files, performed a full analysis for all 288 files.
[INFO] 06:44:45.576 No "Test" source files to scan.
[INFO] 06:44:45.576 No "Generated" source files to scan.
[INFO] 06:44:45.576 Sensor JavaSensor [java] (done) | time=35346ms
[INFO] 06:44:45.576 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:45.576 '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] 06:44:45.576 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:45.577 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] 06:44:45.577 Sensor Java Config Sensor [iac]
[INFO] 06:44:45.580 0 source files to be analyzed
[INFO] 06:44:45.580 0/0 source files have been analyzed
[INFO] 06:44:45.580 Sensor Java Config Sensor [iac] (done) | time=3ms
[INFO] 06:44:45.580 Sensor JavaScript inside HTML analysis [javascript]
[INFO] 06:44:45.584 12 source files to be analyzed
[INFO] 06:44:45.709 12/12 source files have been analyzed
[INFO] 06:44:45.710 Hit the cache for 0 out of 12
[INFO] 06:44:45.710 Miss the cache for 12 out of 12: ANALYSIS_MODE_INELIGIBLE [12/12]
[INFO] 06:44:45.710 Sensor JavaScript inside HTML analysis [javascript] (done) | time=130ms
[INFO] 06:44:45.710 Sensor CSS Rules [javascript]
[INFO] 06:44:45.713 12 source files to be analyzed
[INFO] 06:44:45.853 12/12 source files have been analyzed
[INFO] 06:44:45.853 Hit the cache for 0 out of 0
[INFO] 06:44:45.853 Miss the cache for 0 out of 0
[INFO] 06:44:45.853 Sensor CSS Rules [javascript] (done) | time=143ms
[INFO] 06:44:45.853 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:45.855 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=2ms
[INFO] 06:44:45.855 Sensor SurefireSensor [java]
[INFO] 06:44:45.855 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.draw2d/target/surefire-reports]
[INFO] 06:44:45.855 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:44:45.855 Sensor HTML [web]
[INFO] 06:44:45.972 Sensor HTML [web] (done) | time=117ms
[INFO] 06:44:45.972 Sensor XML Sensor [xml]
[INFO] 06:44:45.973 1 source file to be analyzed
[INFO] 06:44:45.983 1/1 source file has been analyzed
[INFO] 06:44:45.983 Sensor XML Sensor [xml] (done) | time=11ms
[INFO] 06:44:45.983 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:45.984 0 source files to be analyzed
[INFO] 06:44:45.990 0/0 source files have been analyzed
[INFO] 06:44:45.990 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 06:44:45.990 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:45.990 0 Serverless function entries were found in the project
[INFO] 06:44:45.990 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:45.990 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:45.990 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:45.991 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:44:45.991 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:45.991 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:45.991 ------------- Run sensors on module org.eclipse.zest.tests
[INFO] 06:44:46.067 Sensor JavaSensor [java]
[INFO] 06:44:46.082 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:44:46.082 Using ECJ batch to parse 13 Main java source files with batch size 53 KB.
[INFO] 06:44:46.091 Starting batch processing.
[INFO] 06:44:46.278 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:44:47.898 100% analyzed
[INFO] 06:44:47.898 Batch processing: Done.
[INFO] 06:44:47.899 Did not optimize analysis for any files, performed a full analysis for all 13 files.
[INFO] 06:44:48.023 No "Test" source files to scan.
[INFO] 06:44:48.023 No "Generated" source files to scan.
[INFO] 06:44:48.023 Sensor JavaSensor [java] (done) | time=1956ms
[INFO] 06:44:48.023 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:48.023 '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] 06:44:48.023 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:48.024 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:44:48.024 Sensor Java Config Sensor [iac]
[INFO] 06:44:48.024 0 source files to be analyzed
[INFO] 06:44:48.024 0/0 source files have been analyzed
[INFO] 06:44:48.025 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:44:48.025 Sensor CSS Rules [javascript]
[INFO] 06:44:48.025 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:48.025 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:48.025 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:48.026 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:44:48.026 Sensor SurefireSensor [java]
[INFO] 06:44:48.026 parsing [/home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/org.eclipse.zest.tests/target/surefire-reports]
[INFO] 06:44:48.026 Sensor SurefireSensor [java] (done) | time=0ms
[INFO] 06:44:48.026 Sensor HTML [web]
[INFO] 06:44:48.026 Sensor HTML [web] (done) | time=0ms
[INFO] 06:44:48.027 Sensor XML Sensor [xml]
[INFO] 06:44:48.027 1 source file to be analyzed
[INFO] 06:44:48.049 1/1 source file has been analyzed
[INFO] 06:44:48.049 Sensor XML Sensor [xml] (done) | time=22ms
[INFO] 06:44:48.049 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:48.050 0 source files to be analyzed
[INFO] 06:44:48.055 0/0 source files have been analyzed
[INFO] 06:44:48.055 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:44:48.055 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:48.055 0 Serverless function entries were found in the project
[INFO] 06:44:48.055 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:48.055 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:48.055 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:48.056 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:44:48.056 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:48.056 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:44:48.056 ------------- Run sensors on module org.eclipse.gef.releng
[INFO] 06:44:48.108 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:44:48.108 '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] 06:44:48.109 No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] 06:44:48.109 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] 06:44:48.109 Sensor Java Config Sensor [iac]
[INFO] 06:44:48.110 0 source files to be analyzed
[INFO] 06:44:48.110 0/0 source files have been analyzed
[INFO] 06:44:48.110 Sensor Java Config Sensor [iac] (done) | time=1ms
[INFO] 06:44:48.110 Sensor CSS Rules [javascript]
[INFO] 06:44:48.110 No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] 06:44:48.110 Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] 06:44:48.110 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:44:48.111 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:44:48.111 Sensor HTML [web]
[INFO] 06:44:48.111 Sensor HTML [web] (done) | time=0ms
[INFO] 06:44:48.112 Sensor XML Sensor [xml]
[INFO] 06:44:48.139 1 source file to be analyzed
[INFO] 06:44:48.281 1/1 source file has been analyzed
[INFO] 06:44:48.281 Sensor XML Sensor [xml] (done) | time=169ms
[INFO] 06:44:48.281 Sensor IaC Docker Sensor [iac]
[INFO] 06:44:48.282 0 source files to be analyzed
[INFO] 06:44:48.287 0/0 source files have been analyzed
[INFO] 06:44:48.287 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:44:48.287 Sensor Serverless configuration file sensor [security]
[INFO] 06:44:48.287 0 Serverless function entries were found in the project
[INFO] 06:44:48.287 0 Serverless function handlers were kept as entrypoints
[INFO] 06:44:48.287 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:44:48.287 Sensor AWS SAM template file sensor [security]
[INFO] 06:44:48.287 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:44:48.287 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:44:48.288 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 06:44:48.288 Sensor javabugs [dbd]
[INFO] 06:44:48.464 Reading IR files from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ir/java
[INFO] 06:44:49.313 Analyzing 10887 functions to detect bugs.
[INFO] 06:48:43.841 Sensor javabugs [dbd] (done) | time=235553ms
[INFO] 06:48:43.841 Sensor pythonbugs [dbd]
[INFO] 06:48:43.841 Reading IR files from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ir/python
[INFO] 06:48:43.841 No IR files have been included for analysis.
[INFO] 06:48:43.841 Sensor pythonbugs [dbd] (done) | time=0ms
[INFO] 06:48:43.841 Sensor TextAndSecretsSensor [text]
[INFO] 06:48:43.842 Available processors: 2
[INFO] 06:48:43.842 Using 2 threads for analysis.
[INFO] 06:48:44.669 1248 source files to be analyzed
[INFO] 06:48:53.505 1248/1248 source files have been analyzed
[INFO] 06:48:53.506 Sensor TextAndSecretsSensor [text] (done) | time=9665ms
[INFO] 06:48:53.506 Sensor JavaSecuritySensor [security]
[INFO] 06:48:53.520 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] 06:48:53.521 Load type hierarchy and UCFGs: Starting
[INFO] 06:48:53.521 Load type hierarchy: Starting
[INFO] 06:48:53.521 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/java
[INFO] 06:48:53.930 Read 2990 type definitions
[INFO] 06:48:53.976 Load type hierarchy: Time spent was 00:00:00.454
[INFO] 06:48:53.976 Load UCFGs: Starting
[INFO] 06:48:53.976 Reading UCFGs from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/java
[INFO] 06:48:57.623 Load UCFGs: Time spent was 00:00:03.646
[INFO] 06:48:57.623 Load type hierarchy and UCFGs: Time spent was 00:00:04.101
[INFO] 06:48:57.623 Analyzing 10872 UCFGs to detect vulnerabilities.
[INFO] 06:48:57.623 Check cache: Starting
[INFO] 06:48:57.623 Load cache: Starting
[INFO] 06:48:57.623 Load cache: Time spent was 00:00:00.000
[INFO] 06:48:57.624 Check cache: Time spent was 00:00:00.000
[INFO] 06:48:57.624 Create runtime call graph: Starting
[INFO] 06:48:57.625 Variable Type Analysis #1: Starting
[INFO] 06:48:57.626 Create runtime type propagation graph: Starting
[INFO] 06:48:58.458 Create runtime type propagation graph: Time spent was 00:00:00.831
[INFO] 06:48:58.458 Run SCC (Tarjan) on 60078 nodes: Starting
[INFO] 06:48:58.555 Run SCC (Tarjan) on 60078 nodes: Time spent was 00:00:00.096
[INFO] 06:48:58.555 Tarjan found 58563 strongly connected components
[INFO] 06:48:58.555 Propagate runtime types to strongly connected components: Starting
[INFO] 06:48:58.887 Propagate runtime types to strongly connected components: Time spent was 00:00:00.332
[INFO] 06:48:58.888 Variable Type Analysis #1: Time spent was 00:00:01.262
[INFO] 06:48:58.893 Variable Type Analysis #2: Starting
[INFO] 06:48:58.893 Create runtime type propagation graph: Starting
[INFO] 06:48:59.775 Create runtime type propagation graph: Time spent was 00:00:00.881
[INFO] 06:48:59.775 Run SCC (Tarjan) on 59598 nodes: Starting
[INFO] 06:48:59.892 Run SCC (Tarjan) on 59598 nodes: Time spent was 00:00:00.116
[INFO] 06:48:59.892 Tarjan found 57884 strongly connected components
[INFO] 06:48:59.892 Propagate runtime types to strongly connected components: Starting
[INFO] 06:49:00.152 Propagate runtime types to strongly connected components: Time spent was 00:00:00.259
[INFO] 06:49:00.153 Variable Type Analysis #2: Time spent was 00:00:01.259
[INFO] 06:49:00.161 Create runtime call graph: Time spent was 00:00:02.537
[INFO] 06:49:00.161 Load config: Starting
[INFO] 06:49:02.891 Load config: Time spent was 00:00:02.730
[INFO] 06:49:02.892 Compute entry points: Starting
[INFO] 06:49:23.210 Compute entry points: Time spent was 00:00:20.318
[INFO] 06:49:23.210 All rules entry points : 1
[INFO] 06:49:23.210 Slice call graph: Starting
[INFO] 06:49:23.211 Retained UCFGs : 5
[INFO] 06:49:23.211 Slice call graph: Time spent was 00:00:00.001
[INFO] 06:49:23.211 Live variable analysis: Starting
[INFO] 06:49:23.225 Live variable analysis: Time spent was 00:00:00.013
[INFO] 06:49:23.225 Taint analysis for java: Starting
[INFO] 06:49:23.241 0 / 5 UCFGs simulated, memory usage: 561 MB
[INFO] 06:49:23.948 5 / 5 UCFGs simulated, memory usage: 510 MB
[INFO] 06:49:23.948 Taint analysis for java: Time spent was 00:00:00.723
[INFO] 06:49:23.948 Report issues: Starting
[INFO] 06:49:24.033 Report issues: Time spent was 00:00:00.084
[INFO] 06:49:24.033 Store cache: Starting
[INFO] 06:49:24.055 Store cache: Time spent was 00:00:00.021
[INFO] 06:49:24.069 java security sensor: Time spent was 00:00:30.550
[INFO] 06:49:24.070 java security sensor: Begin: 2024-05-27T06:48:53.519219244Z, End: 2024-05-27T06:49:24.069856723Z, Duration: 00:00:30.550
  Load type hierarchy and UCFGs: Begin: 2024-05-27T06:48:53.521481123Z, End: 2024-05-27T06:48:57.623452649Z, Duration: 00:00:04.101
    Load type hierarchy: Begin: 2024-05-27T06:48:53.521566710Z, End: 2024-05-27T06:48:53.975878019Z, Duration: 00:00:00.454
    Load UCFGs: Begin: 2024-05-27T06:48:53.976571066Z, End: 2024-05-27T06:48:57.623205881Z, Duration: 00:00:03.646
  Check cache: Begin: 2024-05-27T06:48:57.623586039Z, End: 2024-05-27T06:48:57.624305446Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-05-27T06:48:57.623633621Z, End: 2024-05-27T06:48:57.623715872Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-05-27T06:48:57.624397976Z, End: 2024-05-27T06:49:00.161499664Z, Duration: 00:00:02.537
    Variable Type Analysis #1: Begin: 2024-05-27T06:48:57.625508882Z, End: 2024-05-27T06:48:58.888067391Z, Duration: 00:00:01.262
      Create runtime type propagation graph: Begin: 2024-05-27T06:48:57.626589596Z, End: 2024-05-27T06:48:58.458275764Z, Duration: 00:00:00.831
      Run SCC (Tarjan) on 60078 nodes: Begin: 2024-05-27T06:48:58.458915522Z, End: 2024-05-27T06:48:58.555183346Z, Duration: 00:00:00.096
      Propagate runtime types to strongly connected components: Begin: 2024-05-27T06:48:58.555511143Z, End: 2024-05-27T06:48:58.887869463Z, Duration: 00:00:00.332
    Variable Type Analysis #2: Begin: 2024-05-27T06:48:58.893623525Z, End: 2024-05-27T06:49:00.153023408Z, Duration: 00:00:01.259
      Create runtime type propagation graph: Begin: 2024-05-27T06:48:58.893704433Z, End: 2024-05-27T06:48:59.775398600Z, Duration: 00:00:00.881
      Run SCC (Tarjan) on 59598 nodes: Begin: 2024-05-27T06:48:59.775618591Z, End: 2024-05-27T06:48:59.892515158Z, Duration: 00:00:00.116
      Propagate runtime types to strongly connected components: Begin: 2024-05-27T06:48:59.892865194Z, End: 2024-05-27T06:49:00.152835559Z, Duration: 00:00:00.259
  Load config: Begin: 2024-05-27T06:49:00.161622690Z, End: 2024-05-27T06:49:02.891733538Z, Duration: 00:00:02.730
  Compute entry points: Begin: 2024-05-27T06:49:02.892066308Z, End: 2024-05-27T06:49:23.210126122Z, Duration: 00:00:20.318
  Slice call graph: Begin: 2024-05-27T06:49:23.210494957Z, End: 2024-05-27T06:49:23.211864087Z, Duration: 00:00:00.001
  Live variable analysis: Begin: 2024-05-27T06:49:23.211931119Z, End: 2024-05-27T06:49:23.225007874Z, Duration: 00:00:00.013
  Taint analysis for java: Begin: 2024-05-27T06:49:23.225241462Z, End: 2024-05-27T06:49:23.948303220Z, Duration: 00:00:00.723
  Report issues: Begin: 2024-05-27T06:49:23.948384606Z, End: 2024-05-27T06:49:24.033340773Z, Duration: 00:00:00.084
  Store cache: Begin: 2024-05-27T06:49:24.033516579Z, End: 2024-05-27T06:49:24.055004218Z, Duration: 00:00:00.021
[INFO] 06:49:24.071 java security sensor peak memory: 1293 MB
[INFO] 06:49:24.071 Sensor JavaSecuritySensor [security] (done) | time=30565ms
[INFO] 06:49:24.071 Sensor CSharpSecuritySensor [security]
[INFO] 06:49:24.071 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] 06:49:24.071 Load type hierarchy and UCFGs: Starting
[INFO] 06:49:24.071 Load type hierarchy: Starting
[INFO] 06:49:24.071 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/ucfg2/cs
[INFO] 06:49:24.071 Read 0 type definitions
[INFO] 06:49:24.071 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:49:24.071 Load UCFGs: Starting
[INFO] 06:49:24.072 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.072 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.072 No UCFGs have been included for analysis.
[INFO] 06:49:24.072 csharp security sensor: Time spent was 00:00:00.000
[INFO] 06:49:24.072 csharp security sensor: Begin: 2024-05-27T06:49:24.071491143Z, End: 2024-05-27T06:49:24.072376592Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.071642556Z, End: 2024-05-27T06:49:24.072090461Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-27T06:49:24.071667263Z, End: 2024-05-27T06:49:24.071936428Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-27T06:49:24.071991770Z, End: 2024-05-27T06:49:24.072043943Z, Duration: 00:00:00.000
[INFO] 06:49:24.072 csharp security sensor peak memory: 1293 MB
[INFO] 06:49:24.072 Sensor CSharpSecuritySensor [security] (done) | time=1ms
[INFO] 06:49:24.072 Sensor PhpSecuritySensor [security]
[INFO] 06:49:24.072 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] 06:49:24.072 Load type hierarchy and UCFGs: Starting
[INFO] 06:49:24.072 Load type hierarchy: Starting
[INFO] 06:49:24.072 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/php
[INFO] 06:49:24.073 Read 0 type definitions
[INFO] 06:49:24.073 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:49:24.073 Load UCFGs: Starting
[INFO] 06:49:24.073 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.073 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.073 No UCFGs have been included for analysis.
[INFO] 06:49:24.073 php security sensor: Time spent was 00:00:00.000
[INFO] 06:49:24.073 php security sensor: Begin: 2024-05-27T06:49:24.072779154Z, End: 2024-05-27T06:49:24.073437302Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.072887519Z, End: 2024-05-27T06:49:24.073175520Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-27T06:49:24.072911533Z, End: 2024-05-27T06:49:24.073048685Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-27T06:49:24.073096455Z, End: 2024-05-27T06:49:24.073132950Z, Duration: 00:00:00.000
[INFO] 06:49:24.073 php security sensor peak memory: 1293 MB
[INFO] 06:49:24.073 Sensor PhpSecuritySensor [security] (done) | time=1ms
[INFO] 06:49:24.073 Sensor PythonSecuritySensor [security]
[INFO] 06:49:24.073 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] 06:49:24.073 Load type hierarchy and UCFGs: Starting
[INFO] 06:49:24.074 Load type hierarchy: Starting
[INFO] 06:49:24.074 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/python
[INFO] 06:49:24.074 Read 0 type definitions
[INFO] 06:49:24.074 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:49:24.074 Load UCFGs: Starting
[INFO] 06:49:24.074 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.074 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.074 No UCFGs have been included for analysis.
[INFO] 06:49:24.074 python security sensor: Time spent was 00:00:00.000
[INFO] 06:49:24.074 python security sensor: Begin: 2024-05-27T06:49:24.073873580Z, End: 2024-05-27T06:49:24.074530115Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.073991933Z, End: 2024-05-27T06:49:24.074275675Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-27T06:49:24.074015349Z, End: 2024-05-27T06:49:24.074150441Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-27T06:49:24.074197677Z, End: 2024-05-27T06:49:24.074233084Z, Duration: 00:00:00.000
[INFO] 06:49:24.074 python security sensor peak memory: 1293 MB
[INFO] 06:49:24.074 Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] 06:49:24.074 Sensor JsSecuritySensor [security]
[INFO] 06:49:24.075 Enabled taint analysis rules: S5146, S6105, S3649, S2076, S5144, S5883, S6096, S6350, S2631, S5147, S6287, S5334, S2083, S5696, S5131
[INFO] 06:49:24.075 Load type hierarchy and UCFGs: Starting
[INFO] 06:49:24.075 Load type hierarchy: Starting
[INFO] 06:49:24.075 Reading type hierarchy from: /home/jenkins/agent/workspace/GEF_Classic_SonarQube.io/target/sonar/ucfg2/js
[INFO] 06:49:24.075 Read 0 type definitions
[INFO] 06:49:24.075 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:49:24.075 Load UCFGs: Starting
[INFO] 06:49:24.075 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.075 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:49:24.075 No UCFGs have been included for analysis.
[INFO] 06:49:24.075 js security sensor: Time spent was 00:00:00.000
[INFO] 06:49:24.075 js security sensor: Begin: 2024-05-27T06:49:24.074957193Z, End: 2024-05-27T06:49:24.075675823Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-27T06:49:24.075126630Z, End: 2024-05-27T06:49:24.075414521Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-27T06:49:24.075150659Z, End: 2024-05-27T06:49:24.075283511Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-27T06:49:24.075331059Z, End: 2024-05-27T06:49:24.075366876Z, Duration: 00:00:00.000
[INFO] 06:49:24.075 js security sensor peak memory: 1293 MB
[INFO] 06:49:24.075 Sensor JsSecuritySensor [security] (done) | time=1ms
[INFO] 06:49:24.076 ------------- Run sensors on project
[INFO] 06:49:24.081 Sensor Zero Coverage Sensor
[INFO] 06:49:24.482 Sensor Zero Coverage Sensor (done) | time=401ms
[INFO] 06:49:24.483 Sensor Java CPD Block Indexer
[INFO] 06:49:26.573 Sensor Java CPD Block Indexer (done) | time=2090ms
[INFO] 06:49:26.710 SCM Publisher SCM provider for this project is: git
[INFO] 06:49:26.714 SCM Publisher 25 source files to be analyzed
[INFO] 06:49:26.834 SCM Publisher 0/25 source files have been analyzed (done) | time=119ms
[WARNING] 06:49:26.834 Missing blame information for the following files:
[WARNING] 06:49:26.834   * org.eclipse.draw2d.sdk-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.tests/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples.logic/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.zest.core/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.zest.sdk-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.draw2d.examples/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples.shapes/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.zest.doc.isv/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.draw2d.doc.isv/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.sdk-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.zest.examples/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.draw2d-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples.flow/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.zest-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.draw2d/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples.ui.capabilities/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.zest.layouts/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples.ui.pde/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.doc.isv/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef-feature/.tycho-consumer-pom.xml
[WARNING] 06:49:26.834   * org.eclipse.gef.examples.text/.tycho-consumer-pom.xml
[WARNING] 06:49:26.835   * org.eclipse.zest.tests/.tycho-consumer-pom.xml
[WARNING] 06:49:26.835   * org.eclipse.draw2d.tests/.tycho-consumer-pom.xml
[WARNING] 06:49:26.835 This may lead to missing/broken features in SonarCloud
[INFO] 06:49:26.967 CPD Executor 246 files had no CPD blocks
[INFO] 06:49:26.967 CPD Executor Calculating CPD for 976 files
[INFO] 06:49:27.286 CPD Executor CPD calculation finished (done) | time=319ms
[INFO] 06:49:28.197 Analysis report generated in 730ms, dir size=11 MB
[INFO] 06:49:31.137 Analysis report compressed in 2939ms, zip size=5 MB
[INFO] 06:49:36.037 Analysis report uploaded in 4900ms
[INFO] 06:49:36.038 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=gef-classic
[INFO] 06:49:36.039 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 06:49:36.039 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY-4z8dj2wgPHO1IlPW7
[INFO] 06:49:39.166 Sensor cache published successfully
[INFO] 06:49:41.079 Analysis total time: 7:41.939 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.gef.releng 3.20.0-SNAPSHOT ............. SUCCESS [07:47 min]
[INFO] [bundle] GEF Classic Draw2d 3.16.0-SNAPSHOT ........ SUCCESS [ 28.619 s]
[INFO] [bundle] GEF Classic GEF (MVC) 3.18.0-SNAPSHOT ..... SUCCESS [ 14.329 s]
[INFO] [bundle] GEF Classic Zest Layouts 1.5.0-SNAPSHOT ... SUCCESS [  1.238 s]
[INFO] [bundle] GEF Classic Zest Core 1.12.0-SNAPSHOT ..... SUCCESS [  1.503 s]
[INFO] [bundle] GEF Classic Zest Developer Documentation 1.8.700-SNAPSHOT SUCCESS [ 31.704 s]
[INFO] [bundle] GEF Classic Draw2d Developer Documentation 3.13.100-SNAPSHOT SUCCESS [ 21.493 s]
[INFO] [bundle] GEF Classic GEF Developer Documentation 3.13.500-SNAPSHOT SUCCESS [ 24.612 s]
[INFO] org.eclipse.draw2d.tests 3.13.100-SNAPSHOT ......... SUCCESS [  8.786 s]
[INFO] [bundle] GEF Classic Zest Examples 3.17.0-SNAPSHOT . SUCCESS [ 19.514 s]
[INFO] org.eclipse.zest.tests 1.8.600-SNAPSHOT ............ SUCCESS [  2.410 s]
[INFO] org.eclipse.gef.tests 3.13.400-SNAPSHOT ............ SUCCESS [  1.376 s]
[INFO] [bundle] GEF Classic Draw2d Examples 3.15.300-SNAPSHOT SUCCESS [  0.985 s]
[INFO] [bundle] GEF Classic Flow Editor Example 3.16.0-SNAPSHOT SUCCESS [  1.326 s]
[INFO] [bundle] GEF Classic Logic Editor Example 3.14.400-SNAPSHOT SUCCESS [  2.252 s]
[INFO] [bundle] GEF Classic Shape Editor Example 3.15.0-SNAPSHOT SUCCESS [  1.238 s]
[INFO] [bundle] GEF Classic Text Editor Example 3.15.100-SNAPSHOT SUCCESS [  1.481 s]
[INFO] [bundle] GEF Classic Examples 3.13.400-SNAPSHOT .... SUCCESS [  0.298 s]
[INFO] [bundle] GEF Classic Examples PDE integration 3.13.400-SNAPSHOT SUCCESS [  1.425 s]
[INFO] [feature] GEF Classic Draw2d 3.20.0-SNAPSHOT ....... SUCCESS [  0.460 s]
[INFO] [feature] GEF Classic GEF (MVC) 3.20.0-SNAPSHOT .... SUCCESS [  0.520 s]
[INFO] [feature] GEF Classic GEF (MVC) Examples 3.20.0-SNAPSHOT SUCCESS [  0.443 s]
[INFO] [feature] GEF Classic GEF (MVC) SDK 3.20.0-SNAPSHOT  SUCCESS [  0.385 s]
[INFO] [feature] GEF Classic Zest 3.20.0-SNAPSHOT ......... SUCCESS [  0.382 s]
[INFO] [feature] GEF Classic Zest SDK 3.20.0-SNAPSHOT ..... SUCCESS [  0.585 s]
[INFO] [feature] GEF Classic Draw2d SDK 3.20.0-SNAPSHOT ... SUCCESS [  0.420 s]
[INFO] [updatesite] org.eclipse.gef.repository.eclipse-repository 3.20.0-SNAPSHOT SUCCESS [  4.379 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11:08 min
[INFO] Finished at: 2024-05-27T06:49:41Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS