Skip to content
Success

Console Output

Skipping 6,888 KB.. Full Log
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[177] 
	fun.appendExpr(property.getRArg(), (RTypedExpr) value, RTypedExpr.MAPPED);
	                                   ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull RTypedExpr'
174. INFO in /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java (at line 182)
	private static final ImList<String> DIRECT_TYPES= ImCollections.newList(
			RTypedExpr.R,
			RTypedExpr.CHAR );
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe null type conversion (type annotations): The value of type '@NonNull ImList<@NonNull String>' is made accessible using the less-annotated type 'ImList<String>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[190] 
	fun.appendExpr(property.getRArg(), (RTypedExpr) value, DIRECT_TYPES);
	                                   ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull RTypedExpr'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[190] 
	fun.appendExpr(property.getRArg(), (RTypedExpr) value, DIRECT_TYPES);
	                                                       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[200] 
	public void generate(final EObject root) {
	                           ^^^^^^^
Missing non-null annotation: inherited method from AbstractRCodeGenerator specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[222] 
	final FunBuilder fun= appendFun(e2r.getRFun());
	                                ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[246] 
	final FunBuilder fun= appendFun(e2r.getRFun());
	                                ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[302] 
	appendExprList(layout.getRowVars(), " + ", "."); //$NON-NLS-1$ //$NON-NLS-2$
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>', corresponding supertype is 'List<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[304] 
	appendExprList(layout.getColVars(), " + ", "."); //$NON-NLS-1$ //$NON-NLS-2$
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>', corresponding supertype is 'List<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[310] 
	appendExprList(layout.getColVars(), " + ", "."); //$NON-NLS-1$ //$NON-NLS-2$
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<RTypedExpr>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RTypedExpr>', corresponding supertype is 'List<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[362] 
	labsFun.appendExpr(lab, text, DIRECT_TYPES);
	                        ^^^^
Null type mismatch: required '@NonNull RTypedExpr' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[362] 
	labsFun.appendExpr(lab, text, DIRECT_TYPES);
	                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[364] 
	labsFun.appendExpr(lab2, text2, DIRECT_TYPES);
	                         ^^^^^
Null type safety (type annotations): The expression of type 'RTypedExpr' needs unchecked conversion to conform to '@NonNull RTypedExpr'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/core/GGPlotRCodeGen.java:[364] 
	labsFun.appendExpr(lab2, text2, DIRECT_TYPES);
	                                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[136] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[140] 
	getRowVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
234 problems (0 errors, 227 warnings, 7 infos)
[INFO] 
[INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.9.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:xml:p2metadata:4.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:xml:p2artifacts:4.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] No tests to run.
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui >-------
[INFO] Building [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.9.0-SNAPSHOT [143/148]
[INFO]   from rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] The project's OSGi version is 4.9.0.202308172246
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Resolving class path of [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation)...
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayerNoSelectionDetail.java:[44] 
	final Label label= new Label(composite, SWT.NONE);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/AutoExpandListener.java:[62] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/AutoExpandListener.java:[82] 
	public void widgetDisposed(final DisposeEvent e) {
	                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from DisposeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[61] 
	LayoutUtils.addSmallFiller(composite, false);
	                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[63] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[69] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[75] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[74] 
	private final EObjectListProperty layersProperty;
	              ^^^^^^^^^^^^^^^^^^^
EObjectListProperty is a raw type. References to generic type EObjectListProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[85] 
	this.layersProperty= new EObjectListProperty("Layers", null,
	                         ^^^^^^^^^^^^^^^^^^^
EObjectListProperty is a raw type. References to generic type EObjectListProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[97] 
	((GridData) this.layersProperty.getControl().getLayoutData()).verticalAlignment= SWT.TOP;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[109] 
	final IEMFEditContext detailContext= new DetailContext(context,
				this.layersProperty.getSingleSelectionObservable() );
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[109] 
	final IEMFEditContext detailContext= new DetailContext(context,
	                                         ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[116] 
	final IObservableValue selection= LayersSection.this.layersProperty.getSingleSelectionObservable();
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[117] 
	final IObservableList layers= LayersSection.this.layersProperty.getPropertyObservable();
	      ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[119] 
	selection.setValue(layers.get(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[144] 
	private IObservableValue value;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[177] 
	final IObservableValue observable;
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[179] 
	observable= EMFProperties.value(getFeature()).observeDetail(rootContext.getBaseObservable());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[179] 
	observable= EMFProperties.value(getFeature()).observeDetail(rootContext.getBaseObservable());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[183] 
	observable.setValue(getEObject(getSelection()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[186] 
	return new DetailContext<>(rootContext, observable);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[194] 
	this.value.setValue(getEObject(getSelection()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[58] 
	LayoutUtils.addSmallFiller(composite, false);
	                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[60] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[67] 
	{	final Composite column= new Composite(composite, SWT.NONE);
	 	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[73] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/StatProperty.java:[40] 
	public class StatProperty extends DropDownProperty {
	                                  ^^^^^^^^^^^^^^^^
DropDownProperty is a raw type. References to generic type DropDownProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[127] 
	final IObservableValue facetObservable= EMFEditProperties.value(context.getEditingDomain(),
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[127] 
	final IObservableValue facetObservable= EMFEditProperties.value(context.getEditingDomain(),
						GGPlotPackage.Literals.GG_PLOT__FACET )
				.observeDetail(context.getBaseObservable());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[129] 
	.observeDetail(context.getBaseObservable());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[134] 
	context.getDataBindingContext().bindValue(
					CustomViewerObservables.observeComboSelection(this.typeViewer, options),
					facetObservable );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IViewerObservableValue<EObject>, IObservableValue) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[135] 
	CustomViewerObservables.observeComboSelection(this.typeViewer, options),
	                                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull AbstractTableViewer'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[135] 
	CustomViewerObservables.observeComboSelection(this.typeViewer, options),
	                                                               ^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull List<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[136] 
	facetObservable );
	^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[139] 
	final IEMFEditContext detailContext= new DetailContext(context, facetObservable);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[139] 
	final IEMFEditContext detailContext= new DetailContext(context, facetObservable);
	                                         ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/rtm/ggplot/ui/RtGGPlotEditorPlugin.java:[126] 
	protected void initializeImageRegistry(final ImageRegistry reg) {
	                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractUIPlugin specifies this parameter as @NonNull
37 problems (37 warnings)
[INFO] 
[INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.9.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:xml:p2metadata:4.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:xml:p2artifacts:4.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------------< org.eclipse.statet.rtm-assemblies:rtm >----------------
[INFO] Building rtm 4.9.0-SNAPSHOT                                    [144/148]
[INFO]   from rtm/_assemblies/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ rtm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ rtm ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ rtm ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (p2-metadata) @ rtm ---
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable >---
[INFO] Building [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.9.0-SNAPSHOT [145/148]
[INFO]   from rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)'
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable ---
[INFO] The project's OSGi version is 4.9.0.202308172246
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ftable ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.9.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:xml:p2metadata:4.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:xml:p2artifacts:4.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot >---
[INFO] Building [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.9.0-SNAPSHOT [146/148]
[INFO]   from rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:package-feature (default-package-feature)'
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot ---
[INFO] The project's OSGi version is 4.9.0.202308172246
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.9.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-main/statet/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:xml:p2metadata:4.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:xml:p2artifacts:4.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >-----
[INFO] Building org.eclipse.statet.repository 4.9.0-SNAPSHOT          [147/148]
[INFO]   from _releng/statet-repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository ---
[INFO] The project's OSGi version is 4.9.0.202310121502
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.statet.repository ---
[INFO] Copying 2 resources from legal-resources to target/classes
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.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] 
[INFO] --- tycho-p2-publisher:3.0.5:publish-products (default-publish-products) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:publish-categories (default-publish-categories) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.5:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository ---
[INFO] Copying resources from /home/jenkins/agent/workspace/statet-main/statet/_releng/statet-repository/target/classes to /home/jenkins/agent/workspace/statet-main/statet/_releng/statet-repository/target/repository
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.commonmark.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.client,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.debug.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.base.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ftable.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.runtime.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.databinding.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.waltable.core,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.apps,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.buildpath.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.services.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.text.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.eutils.autonature,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.console.ui,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.console.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ide.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.emf.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.tex.r,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.yaml.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.coremisc,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.ltk,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.eclient,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.base.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.tex.r.doc,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.uimisc,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.dsl.core,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.emf.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r.debug,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rtm.ftable,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.yaml,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.preferences.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.tex.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rhelp.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient.graphics,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ide.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.r,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.debug.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.tex.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.servi.e,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.redocs.tex.r,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.debug.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.debug.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ltk.buildpath.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.data,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.eutils.autorun,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.servi,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.server,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.doc,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r.commonmark,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.yaml.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.base.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.net.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.net.core.ssh.jsch,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.net.core.ssh.apache,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.text.core,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.nico.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rj.eclient,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.docmlet.wikitext.commonmark.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ggplot.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rj.core,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.dsl.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.edb.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.redocs.wikitext.r,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.tex.r.debug,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.jcommons.util,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.base.ui,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.redocs.wikitext.r.textile,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.ecommons.runtime.ui,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.r,4.9.0.202310121502.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.rtm.ggplot,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ftable.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.nico.ui,4.9.0.202310121501.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.rtm.ggplot.core,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.statet.eutils.autonature,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.eutils.autorun,4.9.0.202308172246.
[WARNING] [1e0f720b-d69e-4a79-948e-0eb063461b72][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.statet.r.launching.winrgui,4.9.0.202308172246.
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (plugin-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.5:archive-repository (default-archive-repository) @ org.eclipse.statet.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-main/statet/_releng/statet-repository/target/statet-repository-E202306-incubation-4.9.0-202310121900.zip
[INFO] 
[INFO] --- tycho-source:3.0.5:feature-source (feature-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (attach-p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata (p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.5:verify-repository (verify) @ org.eclipse.statet.repository ---
[INFO] Verifying p2 repositories in /home/jenkins/agent/workspace/statet-main/statet/_releng/statet-repository/target/repository
[INFO] The integrity of the metadata repository 'file:/home/jenkins/agent/workspace/statet-main/statet/_releng/statet-repository/target/repository/' and artifact repository 'file:/home/jenkins/agent/workspace/statet-main/statet/_releng/statet-repository/target/repository/' has been verified successfully
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:aggregation-statet >------------
[INFO] Building aggregation-statet 4.9.0-SNAPSHOT                     [148/148]
[INFO]   from statet-pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse StatET - Maven Parent 4.9.0-SNAPSHOT ....... SUCCESS [  2.115 s]
[INFO] target-eclipse.ide 4.9.0-SNAPSHOT .................. SUCCESS [  0.252 s]
[INFO] Eclipse StatET - Parent for Eclipse IDE based applications 4.9.0-SNAPSHOT SUCCESS [  0.002 s]
[INFO] Eclipse StatET - Parent for Spring Boot based applications 4.9.0-SNAPSHOT SUCCESS [  0.000 s]
[INFO] jcommons 4.9.0-SNAPSHOT ............................ SUCCESS [  0.003 s]
[INFO] org.eclipse.statet.jcommons.util 4.9.0-SNAPSHOT .... SUCCESS [  9.460 s]
[INFO] [test-bundle] StatET JCommons - Util - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  8.154 s]
[INFO] org.eclipse.statet.jcommons.text.core 4.9.0-SNAPSHOT SUCCESS [  2.300 s]
[INFO] [test-bundle] StatET JCommons - Text - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.176 s]
[INFO] [bundle] StatET JCommons - Net - Core - JSch Integration  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.395 s]
[INFO] [bundle] StatET JCommons - Net - Core - Mina SSH Integration  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.027 s]
[INFO] ecommons 4.9.0-SNAPSHOT ............................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET ECommons - Runtime - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.067 s]
[INFO] [bundle] StatET ECommons - Runtime - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.137 s]
[INFO] [bundle] StatET ECommons - Preferences - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.829 s]
[INFO] [bundle] StatET ECommons - Net - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.630 s]
[INFO] [bundle] StatET ECommons - EMF - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.968 s]
[INFO] [bundle] StatET ECommons - EMF - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.117 s]
[INFO] [bundle] StatET ECommons - Databinding - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.428 s]
[INFO] [bundle] StatET ECommons - Text - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.174 s]
[INFO] [test-bundle] StatET ECommons - Text - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.531 s]
[INFO] [bundle] StatET ECommons - Miscellany of Core Packages  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.449 s]
[INFO] [bundle] StatET ECommons - Debug - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.452 s]
[INFO] [bundle] StatET ECommons - Miscellany of UI Packages  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  5.046 s]
[INFO] [bundle] StatET ECommons - Debug - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.315 s]
[INFO] ecommons.waltable 4.9.0-SNAPSHOT ................... SUCCESS [  0.001 s]
[INFO] [bundle] StatET ECommons - WaLTable - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.328 s]
[INFO] ecommons.edb 4.9.0-SNAPSHOT ........................ SUCCESS [  0.002 s]
[INFO] [bundle] StatET ECommons - Embedded DB - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.579 s]
[INFO] autonature 4.9.0-SNAPSHOT .......................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET EUtils - Auto-Nature  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.159 s]
[INFO] autonature 4.9.0-SNAPSHOT .......................... SUCCESS [  0.001 s]
[INFO] [feature] StatET Auto Project Configuration  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.977 s]
[INFO] autorun 4.9.0-SNAPSHOT ............................. SUCCESS [  0.002 s]
[INFO] [bundle] StatET EUtils - Auto Run  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.776 s]
[INFO] autorun 4.9.0-SNAPSHOT ............................. SUCCESS [  0.001 s]
[INFO] [feature] StatET Auto Run  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.158 s]
[INFO] ltk 4.9.0-SNAPSHOT ................................. SUCCESS [  0.002 s]
[INFO] [bundle] StatET LTK  (Incubation) 4.9.0-SNAPSHOT ... SUCCESS [  0.716 s]
[INFO] [bundle] StatET LTK - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.065 s]
[INFO] [test-bundle] StatET LTK - Core - Tests  (Incubation) 4.4.0.202107080600-r SUCCESS [  3.652 s]
[INFO] [bundle] StatET LTK - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  5.054 s]
[INFO] [bundle] StatET LTK - Buildpath - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.559 s]
[INFO] [bundle] StatET LTK - Buildpath - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.546 s]
[INFO] ltk 4.9.0-SNAPSHOT ................................. SUCCESS [  0.002 s]
[INFO] [feature] StatET LTK  (Incubation) 4.9.0-SNAPSHOT .. SUCCESS [  2.200 s]
[INFO] dsl 4.9.0-SNAPSHOT ................................. SUCCESS [  0.002 s]
[INFO] r 4.9.0-SNAPSHOT ................................... SUCCESS [  0.001 s]
[INFO] [bundle] StatET IDE - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.119 s]
[INFO] [bundle] StatET DSL - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.789 s]
[INFO] [test-bundle] StatET DSL - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  5.419 s]
[INFO] [bundle] StatET DSL - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.247 s]
[INFO] [bundle] StatET YAML Tools - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.559 s]
[INFO] [test-bundle] StatET YAML Tools - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  6.486 s]
[INFO] [bundle] StatET YAML Tools - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.514 s]
[INFO] yaml 4.9.0-SNAPSHOT ................................ SUCCESS [  0.001 s]
[INFO] [feature] StatET YAML Editor  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.019 s]
[INFO] docmlet 4.9.0-SNAPSHOT ............................. SUCCESS [  0.001 s]
[INFO] [bundle] StatET DocMLET - Base - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.677 s]
[INFO] [test-bundle] StatET DocMLET - Base - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.601 s]
[INFO] [bundle] StatET DocMLET - Base - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.256 s]
[INFO] [bundle] StatET DocMLET - TeX - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.051 s]
[INFO] [bundle] StatET DocMLET - TeX - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.778 s]
[INFO] [bundle] StatET DocMLET - Wikitext - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.906 s]
[INFO] [bundle] StatET DocMLET - Wikitext - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.220 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.745 s]
[INFO] [test-bundle] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  6.271 s]
[INFO] [bundle] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.539 s]
[INFO] [bundle] StatET DocMLET - Documentation  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.861 s]
[INFO] docmlet 4.9.0-SNAPSHOT ............................. SUCCESS [  0.001 s]
[INFO] rj.core 4.9.0-SNAPSHOT ............................. SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rj.data 4.9.0-SNAPSHOT .......... SUCCESS [  3.116 s]
[INFO] org.eclipse.statet.rj.services.core 4.9.0-SNAPSHOT . SUCCESS [  2.803 s]
[INFO] [test-bundle] StatET RJ - Data - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [ 44.278 s]
[INFO] org.eclipse.statet.rj.server 4.9.0-SNAPSHOT ........ SUCCESS [  3.327 s]
[INFO] [test-bundle] StatET RJ - Server - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.676 s]
[INFO] [bundle] StatET RJ - Server - Remote Tools  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.328 s]
[INFO] StatET RJ - Server - R Package Skeleton + API  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.714 s]
[INFO] [test-bundle] StatET RJ - R Services API and Tools - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  7.231 s]
[INFO] org.eclipse.statet.rj.client 4.9.0-SNAPSHOT ........ SUCCESS [  1.640 s]
[INFO] [bundle] StatET RJ - Java Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.506 s]
[INFO] rj.core 4.9.0-SNAPSHOT ............................. SUCCESS [  0.001 s]
[INFO] [feature] StatET RJ - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.163 s]
[INFO] org.eclipse.statet.rj.server-consoleserver 4.9.0-SNAPSHOT SUCCESS [  0.274 s]
[INFO] rj.servi 4.9.0-SNAPSHOT ............................ SUCCESS [  0.001 s]
[INFO] org.eclipse.statet.rj.servi 4.9.0-SNAPSHOT ......... SUCCESS [  2.345 s]
[INFO] [test-bundle] StatET RJ - RServi - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.511 s]
[INFO] org.eclipse.statet.rj.servi.webapp 4.9.0-SNAPSHOT .. SUCCESS [  2.863 s]
[INFO] rj.servi 4.9.0-SNAPSHOT ............................ SUCCESS [  0.001 s]
[INFO] rj.eclient 4.9.0-SNAPSHOT .......................... SUCCESS [  0.002 s]
[INFO] [bundle] StatET RJ - Eclipse Client - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.561 s]
[INFO] [bundle] StatET RJ - Eclipse Client  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.542 s]
[INFO] [bundle] StatET RJ - Eclipse Client - R Graphics  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  6.650 s]
[INFO] rj.eclient 4.9.0-SNAPSHOT .......................... SUCCESS [  0.001 s]
[INFO] [feature] StatET RJ - Eclipse Client  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.220 s]
[INFO] [feature] StatET RJ - RServi E-Compilation  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.133 s]
[INFO] Eclipse StatET RJ - RServi 4.9.0-SNAPSHOT .......... SUCCESS [  2.141 s]
[INFO] rj.examples 4.9.0-SNAPSHOT ......................... SUCCESS [  0.003 s]
[INFO] [bundle] StatET RJ - RServi Demo  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.671 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 1  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.930 s]
[INFO] [bundle] StatET RJ - RServi RCP Demo 2  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.421 s]
[INFO] rj.examples 4.9.0-SNAPSHOT ......................... SUCCESS [  0.001 s]
[INFO] [feature] StatET RJ - RCP Demo 2  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.810 s]
[INFO] [product] RServi RCP Demo 4.9.0-SNAPSHOT ........... SUCCESS [ 16.880 s]
[INFO] rhelp 4.9.0-SNAPSHOT ............................... SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rhelp.core 4.9.0-SNAPSHOT ....... SUCCESS [  3.298 s]
[INFO] [test-bundle] StatET R-Help - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.641 s]
[INFO] org.eclipse.statet.rhelp.server 4.9.0-SNAPSHOT ..... SUCCESS [  9.440 s]
[INFO] [bundle] StatET IDE - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.025 s]
[INFO] [bundle] StatET NiCo - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.574 s]
[INFO] [bundle] StatET NiCo - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.976 s]
[INFO] [bundle] StatET R - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.631 s]
[INFO] [test-bundle] StatET R - Core - Tests  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  8.609 s]
[INFO] [bundle] StatET R - Console - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.653 s]
[INFO] [bundle] StatET R - UI  (Incubation) 4.9.0-SNAPSHOT  SUCCESS [  6.609 s]
[INFO] [bundle] StatET R - Console - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.895 s]
[INFO] [bundle] StatET R - Debug - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.963 s]
[INFO] [bundle] StatET R - Debug - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.454 s]
[INFO] org.eclipse.statet.r.launching.winrgui 4.9.0-SNAPSHOT SUCCESS [  3.134 s]
[INFO] [bundle] StatET R - Add-on for R Apps  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.927 s]
[INFO] [bundle] StatET R - Documentation  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.715 s]
[INFO] [bundle] StatET R  (Incubation) 4.9.0-SNAPSHOT ..... SUCCESS [  1.507 s]
[INFO] r 4.9.0-SNAPSHOT ................................... SUCCESS [  0.001 s]
[INFO] [feature] StatET IDE for R  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.507 s]
[INFO] redocs 4.9.0-SNAPSHOT .............................. SUCCESS [  0.002 s]
[INFO] [bundle] StatET ReDocs - Commons for R  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.592 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.395 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - R Debug  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.664 s]
[INFO] [bundle] StatET ReDocs - LaTeX+R - Documentation  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.428 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.149 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - R Debug  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.513 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.846 s]
[INFO] [bundle] StatET ReDocs - Wikitext+R - Textile  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.258 s]
[INFO] redocs 4.9.0-SNAPSHOT .............................. SUCCESS [  0.001 s]
[INFO] [feature] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.616 s]
[INFO] [feature] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.260 s]
[INFO] rtm 4.9.0-SNAPSHOT ................................. SUCCESS [  0.001 s]
[INFO] [bundle] StatET R Task Model - Base - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.770 s]
[INFO] [bundle] StatET R Task Model - Base - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  4.365 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  1.888 s]
[INFO] [bundle] StatET R Task Model - 'ftable' - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.872 s]
[INFO] [bundle] StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.899 s]
[INFO] [bundle] StatET R Task Model - 'ggplot' - UI  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  3.319 s]
[INFO] rtm 4.9.0-SNAPSHOT ................................. SUCCESS [  0.002 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.755 s]
[INFO] [feature] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.9.0-SNAPSHOT SUCCESS [  2.330 s]
[INFO] org.eclipse.statet.repository 4.9.0-SNAPSHOT ....... SUCCESS [  4.658 s]
[INFO] aggregation-statet 4.9.0-SNAPSHOT .................. SUCCESS [  0.000 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:47 min
[INFO] Finished at: 2023-10-12T19:09:30Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 14 plugin(s)
[WARNING] 
[WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.5
[WARNING]  * org.apache.maven.plugins:maven-assembly-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.apache.maven.plugins:maven-jar-plugin:3.2.2
[WARNING]  * org.apache.maven.plugins:maven-compiler-plugin:3.10.1
[WARNING]  * org.eclipse.tycho:tycho-source-plugin:3.0.5
[WARNING]  * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:2.22.2
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:3.0.5
[WARNING]  * org.apache.maven.plugins:maven-war-plugin:3.3.1
[WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.5
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:3.0.5
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[Pipeline] script
[Pipeline] {
[Pipeline] readFile
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy 'nexus')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-main/statet
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=_releng/pom.xml -DpomFile=_releng/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.700 s
[INFO] Finished at: 2023-10-12T19:09:51Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=_releng/eclipse.ide/pom.xml -DpomFile=_releng/eclipse.ide/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.300 s
[INFO] Finished at: 2023-10-12T19:09:55Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.9.0-SNAPSHOT.jar -DpomFile=jcommons/org.eclipse.statet.jcommons.text.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.630 s
[INFO] Finished at: 2023-10-12T19:10:00Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.9.0-SNAPSHOT.jar -DpomFile=jcommons/org.eclipse.statet.jcommons.util/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.719 s
[INFO] Finished at: 2023-10-12T19:10:05Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.9.0-SNAPSHOT.jar -DpomFile=rj.core/org.eclipse.statet.rj.data/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.412 s
[INFO] Finished at: 2023-10-12T19:10:10Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.9.0-SNAPSHOT.jar -DpomFile=rj.core/org.eclipse.statet.rj.services.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.210 s
[INFO] Finished at: 2023-10-12T19:10:17Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.9.0-SNAPSHOT.jar -DpomFile=rj.core/org.eclipse.statet.rj.server/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.470 s
[INFO] Finished at: 2023-10-12T19:10:22Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.9.0-SNAPSHOT.jar -DpomFile=rj.core/org.eclipse.statet.rj.client/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/rj.core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.084 s
[INFO] Finished at: 2023-10-12T19:10:28Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-main/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.9.0-SNAPSHOT.jar -DpomFile=rj.servi/org.eclipse.statet.rj.servi/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-main/statet/rj.servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.9.0-SNAPSHOT-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-snapshots
Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
Maven home: /opt/tools/apache-maven/3.9.2
Java version: 17.0.6, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.6+10
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- deploy:3.1.1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.561 s
[INFO] Finished at: 2023-10-12T19:10:32Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy 'download')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] sshagent
[ssh-agent] Using credentials genie.statet (ssh://genie.statet@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-H0trvVV1Mggu/agent.3550
SSH_AGENT_PID=3552
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/statet-main@tmp/private_key_11765861138166890195.key (/home/jenkins/agent/workspace/statet-main@tmp/private_key_11765861138166890195.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.statet@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/statet/integration/4.9/latest
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/integration/4.9/latest
+ scp -r statet/_releng/statet-repository/target/statet-repository-E202306-incubation-4.9.0-202310121900.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/E202306
+ scp -r statet/_releng/statet-repository/target/repository/artifacts.jar statet/_releng/statet-repository/target/repository/artifacts.xml.xz statet/_releng/statet-repository/target/repository/content.jar statet/_releng/statet-repository/target/repository/content.xml.xz statet/_releng/statet-repository/target/repository/features statet/_releng/statet-repository/target/repository/LICENSE statet/_releng/statet-repository/target/repository/NOTICE.md statet/_releng/statet-repository/target/repository/p2.index statet/_releng/statet-repository/target/repository/plugins genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/E202306
+ scp -r statet/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.9.0-202310121900.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/
+ scp -r statet/rj.core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.9.0-202310121900.tar.gz genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/
+ ssh genie.statet@projects-storage.eclipse.org ls -ARl /home/data/httpd/download.eclipse.org/statet/integration/4.9/latest
/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest:
total 56896
drwxr-sr-x 4 genie.statet science.statet     4096 Oct 12 15:10 E202306
-rw-r--r-- 1 genie.statet science.statet   754171 Oct 12 15:10 statet-consoleserver-incubation-4.9.0-202310121900.tar.gz
-rw-r--r-- 1 genie.statet science.statet 25774775 Oct 12 15:10 statet-repository-E202306-incubation-4.9.0-202310121900.zip
-rw-r--r-- 1 genie.statet science.statet 31720939 Oct 12 15:10 statet-rhelpserver-incubation-4.9.0-202310121900.zip

/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/E202306:
total 212
-rw-r--r-- 1 genie.statet science.statet 39098 Oct 12 15:10 artifacts.jar
-rw-r--r-- 1 genie.statet science.statet 28556 Oct 12 15:10 artifacts.xml.xz
-rw-r--r-- 1 genie.statet science.statet 68214 Oct 12 15:10 content.jar
-rw-r--r-- 1 genie.statet science.statet 23336 Oct 12 15:10 content.xml.xz
drwxr-sr-x 2 genie.statet science.statet  4096 Oct 12 15:10 features
-rw-r--r-- 1 genie.statet science.statet 25432 Oct 12 15:10 LICENSE
-rw-r--r-- 1 genie.statet science.statet  3642 Oct 12 15:10 NOTICE.md
-rw-r--r-- 1 genie.statet science.statet   172 Oct 12 15:10 p2.index
drwxr-sr-x 2 genie.statet science.statet 12288 Oct 12 15:10 plugins

/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/E202306/features:
total 300
-rw-r--r-- 1 genie.statet science.statet 20943 Oct 12 15:10 org.eclipse.statet.eutils.autonature_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 20907 Oct 12 15:10 org.eclipse.statet.eutils.autorun_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 20993 Oct 12 15:10 org.eclipse.statet.ltk_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet 21261 Oct 12 15:10 org.eclipse.statet.r_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet 21118 Oct 12 15:10 org.eclipse.statet.redocs.tex.r_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet 21195 Oct 12 15:10 org.eclipse.statet.redocs.wikitext.r_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  8731 Oct 12 15:10 org.eclipse.statet.releng.3rdparty_4.7.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet 20934 Oct 12 15:10 org.eclipse.statet.rj.core_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet 21031 Oct 12 15:10 org.eclipse.statet.rj.eclient_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 20958 Oct 12 15:10 org.eclipse.statet.rj.servi.e_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 21000 Oct 12 15:10 org.eclipse.statet.rtm.ftable_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 21000 Oct 12 15:10 org.eclipse.statet.rtm.ggplot_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 20971 Oct 12 15:10 org.eclipse.statet.yaml_4.9.0.202310121502.jar

/home/data/httpd/download.eclipse.org/statet/integration/4.9/latest/E202306/plugins:
total 27676
-rw-r--r-- 1 genie.statet science.statet  230002 Oct 12 15:10 org.apache.commons.dbcp_2.9.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet   75032 Oct 12 15:10 org.apache.commons.logging_1.2.0.v20180409-1502.jar
-rw-r--r-- 1 genie.statet science.statet  164252 Oct 12 15:10 org.apache.commons.pool_2.11.1.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet 4123407 Oct 12 15:10 org.apache.derby_10.11.1.1_v201605202053.jar
-rw-r--r-- 1 genie.statet science.statet 1734330 Oct 12 15:10 org.apache.lucene.analyzers-common_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet 3279571 Oct 12 15:10 org.apache.lucene.core_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  236773 Oct 12 15:10 org.apache.lucene.highlighter_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  172236 Oct 12 15:10 org.apache.lucene.join_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  302368 Oct 12 15:10 org.apache.lucene.queries_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet  426342 Oct 12 15:10 org.apache.lucene.queryparser_7.5.0.202209090759.jar
-rw-r--r-- 1 genie.statet science.statet   16948 Oct 12 15:10 org.eclipse.jetty.alpn.client_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  393164 Oct 12 15:10 org.eclipse.jetty.client_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  262914 Oct 12 15:10 org.eclipse.jetty.http_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  216606 Oct 12 15:10 org.eclipse.jetty.io_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet   98952 Oct 12 15:10 org.eclipse.jetty.proxy_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  121209 Oct 12 15:10 org.eclipse.jetty.security_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  796652 Oct 12 15:10 org.eclipse.jetty.server_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  165875 Oct 12 15:10 org.eclipse.jetty.servlet_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet  570703 Oct 12 15:10 org.eclipse.jetty.util_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet   63960 Oct 12 15:10 org.eclipse.jetty.util.ajax_10.0.15.jar
-rw-r--r-- 1 genie.statet science.statet   16053 Oct 12 15:10 org.eclipse.statet.docmlet.base.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  232677 Oct 12 15:10 org.eclipse.statet.docmlet.base.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  271150 Oct 12 15:10 org.eclipse.statet.docmlet.tex.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  342585 Oct 12 15:10 org.eclipse.statet.docmlet.tex.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  205101 Oct 12 15:10 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   21945 Oct 12 15:10 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  252175 Oct 12 15:10 org.eclipse.statet.docmlet.wikitext.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  172906 Oct 12 15:10 org.eclipse.statet.docmlet.wikitext.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet   77094 Oct 12 15:10 org.eclipse.statet.dsl.core_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   23417 Oct 12 15:10 org.eclipse.statet.dsl.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  196468 Oct 12 15:10 org.eclipse.statet.ecommons.coremisc_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   47298 Oct 12 15:10 org.eclipse.statet.ecommons.databinding.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   53791 Oct 12 15:10 org.eclipse.statet.ecommons.debug.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  107908 Oct 12 15:10 org.eclipse.statet.ecommons.debug.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   18046 Oct 12 15:10 org.eclipse.statet.ecommons.edb.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   17991 Oct 12 15:10 org.eclipse.statet.ecommons.emf.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   19710 Oct 12 15:10 org.eclipse.statet.ecommons.emf.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   39720 Oct 12 15:10 org.eclipse.statet.ecommons.net.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   77060 Oct 12 15:10 org.eclipse.statet.ecommons.preferences.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   18345 Oct 12 15:10 org.eclipse.statet.ecommons.runtime.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   16213 Oct 12 15:10 org.eclipse.statet.ecommons.runtime.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   82240 Oct 12 15:10 org.eclipse.statet.ecommons.text.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  866727 Oct 12 15:10 org.eclipse.statet.ecommons.uimisc_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet  880193 Oct 12 15:10 org.eclipse.statet.ecommons.waltable.core_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   67174 Oct 12 15:10 org.eclipse.statet.eutils.autonature_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   27599 Oct 12 15:10 org.eclipse.statet.eutils.autorun_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   19420 Oct 12 15:10 org.eclipse.statet.ide.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  138987 Oct 12 15:10 org.eclipse.statet.ide.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   42609 Oct 12 15:10 org.eclipse.statet.jcommons.net.core.ssh.apache_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   17969 Oct 12 15:10 org.eclipse.statet.jcommons.net.core.ssh.jsch_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   86057 Oct 12 15:10 org.eclipse.statet.jcommons.text.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  364191 Oct 12 15:10 org.eclipse.statet.jcommons.util_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet   10852 Oct 12 15:10 org.eclipse.statet.ltk_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   30220 Oct 12 15:10 org.eclipse.statet.ltk.buildpath.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   72576 Oct 12 15:10 org.eclipse.statet.ltk.buildpath.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  337383 Oct 12 15:10 org.eclipse.statet.ltk.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  864667 Oct 12 15:10 org.eclipse.statet.ltk.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  164793 Oct 12 15:10 org.eclipse.statet.nico.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  435956 Oct 12 15:10 org.eclipse.statet.nico.ui_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   12195 Oct 12 15:10 org.eclipse.statet.r_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  124379 Oct 12 15:10 org.eclipse.statet.r.apps_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet  181643 Oct 12 15:10 org.eclipse.statet.r.console.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  264180 Oct 12 15:10 org.eclipse.statet.r.console.ui_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet 1030454 Oct 12 15:10 org.eclipse.statet.r.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  257583 Oct 12 15:10 org.eclipse.statet.r.debug.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  126787 Oct 12 15:10 org.eclipse.statet.r.debug.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet 1382675 Oct 12 15:10 org.eclipse.statet.r.doc_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   82245 Oct 12 15:10 org.eclipse.statet.redocs.r_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  177804 Oct 12 15:10 org.eclipse.statet.redocs.tex.r_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet   18352 Oct 12 15:10 org.eclipse.statet.redocs.tex.r.debug_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   14324 Oct 12 15:10 org.eclipse.statet.redocs.tex.r.doc_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  171906 Oct 12 15:10 org.eclipse.statet.redocs.wikitext.r_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   44169 Oct 12 15:10 org.eclipse.statet.redocs.wikitext.r.commonmark_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   18519 Oct 12 15:10 org.eclipse.statet.redocs.wikitext.r.debug_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   42573 Oct 12 15:10 org.eclipse.statet.redocs.wikitext.r.textile_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet  253109 Oct 12 15:10 org.eclipse.statet.rhelp.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   51929 Oct 12 15:10 org.eclipse.statet.rj.client_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   12187 Oct 12 15:10 org.eclipse.statet.rj.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  191169 Oct 12 15:10 org.eclipse.statet.rj.data_4.9.0.202310121501.jar
-rw-r--r-- 1 genie.statet science.statet   12213 Oct 12 15:10 org.eclipse.statet.rj.eclient_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   17331 Oct 12 15:10 org.eclipse.statet.rj.eclient.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  176277 Oct 12 15:10 org.eclipse.statet.rj.eclient.graphics_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  259834 Oct 12 15:10 org.eclipse.statet.rj.server_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  147335 Oct 12 15:10 org.eclipse.statet.rj.servi_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  151541 Oct 12 15:10 org.eclipse.statet.rj.services.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   26435 Oct 12 15:10 org.eclipse.statet.r.launching.winrgui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   43552 Oct 12 15:10 org.eclipse.statet.rtm.base.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  236328 Oct 12 15:10 org.eclipse.statet.rtm.base.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet   40393 Oct 12 15:10 org.eclipse.statet.rtm.ftable.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   37173 Oct 12 15:10 org.eclipse.statet.rtm.ftable.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet  197027 Oct 12 15:10 org.eclipse.statet.rtm.ggplot.core_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet   71291 Oct 12 15:10 org.eclipse.statet.rtm.ggplot.ui_4.9.0.202308172246.jar
-rw-r--r-- 1 genie.statet science.statet 1795815 Oct 12 15:10 org.eclipse.statet.r.ui_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  196577 Oct 12 15:10 org.eclipse.statet.yaml.core_4.9.0.202310121502.jar
-rw-r--r-- 1 genie.statet science.statet  104756 Oct 12 15:10 org.eclipse.statet.yaml.ui_4.9.0.202310121502.jar
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3552 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] script
[Pipeline] {
[Pipeline] mail
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS