SuccessConsole Output

Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Combinatorial Testing 2.6.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:0.25.0:build-qualifier (default-build-qualifier) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] The project's OSGi version is 2.6.5.201909061258
[TASKS] Scanning folder '/var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting' for files matching the pattern '**/*.java' - excludes: **/target/*
[TASKS] Found 42 files to scan for tasks
Found 8 open tasks.
[TASKS] Computing warning deltas based on reference build #199
[INFO] 
[INFO] --- tycho-packaging-plugin:0.25.0:validate-id (default-validate-id) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.25.0:validate-version (default-validate-version) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:prepare-agent (jacoco-initialize) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] argLine set to -javaagent:/var/lib/jenkins/workspace/overture-test/.repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/org.jacoco.agent-0.7.6.201602180812-runtime.jar=destfile=/var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/coverage-reports/jacoco-unit.exec,excludes=**/org/overture/ast/analysis/**/*.*:**/org/overture/ast/expressions/**/*.*:**/org/overture/ast/modules/**/*.*:**/org/overture/ast/node/**/*.*:**/org/overture/ast/patterns/**/*.*:**/org/overture/ast/statements/**/*.*:**/org/overture/ast/types/**/*.*:**/org/overture/codegen/ir/**/*:**/org/overture/ide/**/*
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy (copy-dependencies) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Configured Artifact: org.overturetool.core.combinatorialtesting:ctutils:2.6.5-SNAPSHOT:jar
[INFO] Configured Artifact: org.overturetool.core.combinatorialtesting:ctruntime:2.6.5-SNAPSHOT:jar
[INFO] Copying ctutils-2.6.5-SNAPSHOT.jar to /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/jars/ctutils.jar
[INFO] Copying ctruntime-2.6.5-SNAPSHOT.jar to /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/jars/ctruntime.jar
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.25.0:compile (default-compile) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Compiling 42 source files to /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/classes
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/NameSorter.java:[24] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/NameSorter.java:[26] 
	public class NameSorter extends ViewerSorter
	                                ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/internal/TraceNodeSorter.java:[25] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/internal/TraceNodeSorter.java:[33] 
	public class TraceNodeSorter extends ViewerSorter
	                                     ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/treeView/TraceTreeNode.java:[110] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter)
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TraceTreeNode needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/treeView/TraceTestTreeNode.java:[106] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter)
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TraceTestTreeNode needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/treeView/TreeParent.java:[51] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter)
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type TreeParent needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TraceTest.java:[40] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TraceTest.java:[194] 
	class NameSorter extends ViewerSorter
	                         ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TraceTest.java:[222] 
	viewer.setSorter(null);
	       ^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/treeView/ProjectTreeNode.java:[63] 
	public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter)
	       ^^^^^^
Type safety: The return type Object for getAdapter(Class) from the type ProjectTreeNode needs unchecked conversion to conform to T from the type IAdaptable
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TracesTreeView.java:[51] 
	import org.eclipse.jface.viewers.ViewerSorter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TracesTreeView.java:[116] 
	private ViewerSorter traceSorter = new TraceViewerSorter();
	        ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TracesTreeView.java:[117] 
	private ViewerSorter defaultTraceSorter = new TraceNodeSorter();
	        ^^^^^^^^^^^^
The type ViewerSorter is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TracesTreeView.java:[131] 
	viewer.setSorter(defaultTraceSorter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TracesTreeView.java:[397] 
	viewer.setSorter(defaultTraceSorter);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
[WARNING] /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/main/java/org/overture/ide/plugins/combinatorialtesting/views/TracesTreeView.java:[401] 
	viewer.setSorter(traceSorter);
	       ^^^^^^^^^^^^^^^^^^^^^^
The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated
17 problems (17 warnings)
[WARNING] Source directory /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/test/java does not exist
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:0.25.0:target-platform (default-target-platform) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.25.0:package-plugin (default-package-plugin) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Building jar: /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.25.0:p2-metadata-default (default-p2-metadata-default) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.6.201602180812:report (jacoco-site) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/coverage-reports/jacoco-unit.exec
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] Installing /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT.jar to /var/lib/jenkins/workspace/overture-test/.repository/org/overturetool/ide/plugins/org.overture.ide.plugins.combinatorialtesting/2.6.5-SNAPSHOT/org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/pom.xml to /var/lib/jenkins/workspace/overture-test/.repository/org/overturetool/ide/plugins/org.overture.ide.plugins.combinatorialtesting/2.6.5-SNAPSHOT/org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT.pom
[INFO] Installing /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/p2content.xml to /var/lib/jenkins/workspace/overture-test/.repository/org/overturetool/ide/plugins/org.overture.ide.plugins.combinatorialtesting/2.6.5-SNAPSHOT/org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT-p2metadata.xml
[INFO] Installing /var/lib/jenkins/workspace/overture-test/ide/plugins/combinatorialtesting/target/p2artifacts.xml to /var/lib/jenkins/workspace/overture-test/.repository/org/overturetool/ide/plugins/org.overture.ide.plugins.combinatorialtesting/2.6.5-SNAPSHOT/org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:0.25.0:update-local-index (default-update-local-index) @ org.overture.ide.plugins.combinatorialtesting ---
[INFO] 'org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT-p2artifacts.xml' will not be deployed due to the defined include-exclude patterns.
[INFO] 'org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT.jar' will not be deployed due to the defined include-exclude patterns.
[INFO] 'org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT-p2metadata.xml' will not be deployed due to the defined include-exclude patterns.
[INFO] 'org.overture.ide.plugins.combinatorialtesting-2.6.5-SNAPSHOT.pom' will not be deployed due to the defined include-exclude patterns.