Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-k96pd is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-k96pd"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.rap.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-k96pd"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-k96pd"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.rap.svc.cluster.local/rap/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-rap"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-k96pd in workspace /home/jenkins/agent/workspace/rap-head-incubator-chart
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.chart
 > git init /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.chart
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.chart +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.chart # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 35b1585c2766fb444df89a2b479654c552a5dc59 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 35b1585c2766fb444df89a2b479654c552a5dc59 # timeout=10
Commit message: "Include default world geo data (world-110m.json)"
 > git rev-list --no-walk 35b1585c2766fb444df89a2b479654c552a5dc59 # timeout=10
[rap-head-incubator-chart] $ /bin/sh -xe /tmp/jenkins3529572463771909067.sh
+ git clone git://git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.releng
Cloning into 'org.eclipse.rap.incubator.releng'...
[rap-head-incubator-chart] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.rap.incubator.chart/pom.xml -DBUILD_TYPE=N -Dmaven.repo.local=/home/jenkins/agent/workspace/rap-head-incubator-chart/.repository clean verify -B
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.19-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/rt/rap/nightly/runtime/ (0B of 172B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/rt/rap/nightly/runtime
[INFO] Fetching content.xml.xz from http://download.eclipse.org/rt/rap/nightly/runtime/ (0B of 21.88kB at 0B/s)
[INFO] Fetching p2.index from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/ (0B at 0B/s)
[INFO] Adding repository http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies
[INFO] Fetching content.jar from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/ (0B of 4.45kB at 0B/s)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (0B of 121.18kB at 0B/s)
[INFO] Fetching p2.index from http://build.eclipse.org/rt/rap/incubator/nightly/fileupload/ (0B at 0B/s)
[INFO] Adding repository http://build.eclipse.org/rt/rap/incubator/nightly/fileupload
[INFO] Fetching content.jar from http://build.eclipse.org/rt/rap/incubator/nightly/fileupload/ (0B of 8.3kB at 0B/s)
[INFO] Fetching p2.index from http://build.eclipse.org/rt/rap/incubator/nightly/clientscripting/ (0B at 0B/s)
[INFO] Adding repository http://build.eclipse.org/rt/rap/incubator/nightly/clientscripting
[INFO] Fetching content.jar from http://build.eclipse.org/rt/rap/incubator/nightly/clientscripting/ (0B of 9.55kB at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (0B of 134B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (0B of 423B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (0B of 3.87kB at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (0B of 3.83kB at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (0B of 172B at 0B/s)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (0B of 3.57kB at 0B/s)
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/pom.xml
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 60.2kB at 0B/s)
[INFO] Fetching org.eclipse.rap.rwt_3.15.0.20201021-1259.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 1.24MB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.test:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.test:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/pom.xml
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 123kB at 0B/s)
[INFO] Fetching org.eclipse.rap.rwt.testfixture_3.15.0.20200921-1236.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 35kB at 0B/s)
[INFO] Fetching org.mockito.mockito-all_1.9.5.jar from http://build.eclipse.org/rt/rap/base-platforms/3.1/extra-dependencies/plugins/ (0B of 1.51MB at 0B/s)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 29.18kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.test:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.demo:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.demo:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/pom.xml
[INFO] Fetching org.eclipse.osgi_3.16.100.v20200904-1304.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 468.7kB at 0B/s)
[INFO] Fetching org.eclipse.rap.examples_3.15.0.20200921-1236.jar.pack.gz from http://download.eclipse.org/rt/rap/nightly/runtime/plugins/ (0B of 35.89kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.demo:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.feature/pom.xml
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (0B of 13.05kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.repository:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.repository:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.repository:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.rap.addons.chart                            [eclipse-plugin]
[INFO] org.eclipse.rap.addons.chart.test                       [eclipse-plugin]
[INFO] org.eclipse.rap.addons.chart.demo                       [eclipse-plugin]
[INFO] org.eclipse.rap.addons.chart.feature                   [eclipse-feature]
[INFO] org.eclipse.rap.addons.chart.repository             [eclipse-repository]
[INFO] org.eclipse.rap.addons.chart.build                                 [pom]
[INFO] 
[INFO] -------< org.eclipse.rap.incubator:org.eclipse.rap.addons.chart >-------
[INFO] Building org.eclipse.rap.addons.chart 0.1.0-SNAPSHOT               [1/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.addons.chart ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.rap.addons.chart ---
[INFO] The project's OSGi version is 0.1.0.20160622-0732
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.rap.addons.chart ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.rap.addons.chart ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.rap.addons.chart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.rap.addons.chart ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.rap.addons.chart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (test) @ org.eclipse.rap.addons.chart ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.rap.addons.chart ---
[WARNING] bundle localization file /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/plugin.properties not found
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/target/org.eclipse.rap.addons.chart-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.rap.addons.chart ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.rap.addons.chart ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/target/org.eclipse.rap.addons.chart-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.addons.chart ---
[INFO] MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/bundles/org.eclipse.rap.addons.chart/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] ----< org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.test >-----
[INFO] Building org.eclipse.rap.addons.chart.test 0.1.0-SNAPSHOT          [2/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.addons.chart.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.rap.addons.chart.test ---
[INFO] The project's OSGi version is 0.1.0.20160622-0732
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.rap.addons.chart.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.rap.addons.chart.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.rap.addons.chart.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.rap.addons.chart.test ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.rap.addons.chart.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (test) @ org.eclipse.rap.addons.chart.test ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.rap.addons.chart.basic.DonutChart_Test
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.22 sec - in org.eclipse.rap.addons.chart.basic.DonutChart_Test
Running org.eclipse.rap.addons.chart.basic.BarChart_Test
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 sec - in org.eclipse.rap.addons.chart.basic.BarChart_Test
Running org.eclipse.rap.addons.chart.basic.MapChart_Test
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.eclipse.rap.addons.chart.basic.MapChart_Test
Running org.eclipse.rap.addons.chart.basic.LineChart_Test
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 sec - in org.eclipse.rap.addons.chart.basic.LineChart_Test
Running org.eclipse.rap.addons.chart.basic.PieChart_Test
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec - in org.eclipse.rap.addons.chart.basic.PieChart_Test
Running org.eclipse.rap.addons.chart.Chart_Test
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec - in org.eclipse.rap.addons.chart.Chart_Test

Results :

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

[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.rap.addons.chart.test ---
[WARNING] bundle localization file /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/plugin.properties not found
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/target/org.eclipse.rap.addons.chart.test-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.rap.addons.chart.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.rap.addons.chart.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/target/org.eclipse.rap.addons.chart.test-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.addons.chart.test ---
[INFO] No baseline version MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.test:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/tests/org.eclipse.rap.addons.chart.test/pom.xml
[INFO] 
[INFO] ----< org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.demo >-----
[INFO] Building org.eclipse.rap.addons.chart.demo 0.1.0-SNAPSHOT          [3/6]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.addons.chart.demo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier (default-build-qualifier) @ org.eclipse.rap.addons.chart.demo ---
[INFO] The project's OSGi version is 0.1.0.20160622-0732
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.rap.addons.chart.demo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.rap.addons.chart.demo ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.rap.addons.chart.demo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:0.24.0:compile (default-compile) @ org.eclipse.rap.addons.chart.demo ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.rap.addons.chart.demo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (test) @ org.eclipse.rap.addons.chart.demo ---
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.rap.addons.chart.demo ---
[WARNING] bundle localization file /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/plugin.properties not found
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/target/org.eclipse.rap.addons.chart.demo-0.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.rap.addons.chart.demo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.eclipse.rap.addons.chart.demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/target/org.eclipse.rap.addons.chart.demo-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.addons.chart.demo ---
[INFO] MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.demo:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/examples/org.eclipse.rap.addons.chart.demo/pom.xml
    The main artifact has been replaced with the baseline version.
    The following attached artifacts have been replaced with the baseline version: [sources]

[INFO] 
[INFO] ---< org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.feature >---
[INFO] Building org.eclipse.rap.addons.chart.feature 0.1.0-SNAPSHOT       [4/6]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.addons.chart.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rap.addons.chart.feature ---
[INFO] The project's OSGi version is 0.1.0.20160622-0732
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-id (default-validate-id) @ org.eclipse.rap.addons.chart.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:validate-version (default-validate-version) @ org.eclipse.rap.addons.chart.feature ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (test) @ org.eclipse.rap.addons.chart.feature ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.rap.addons.chart.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.rap.addons.chart.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:package-feature (default-package-feature) @ org.eclipse.rap.addons.chart.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.feature/target/org.eclipse.rap.addons.chart.feature-0.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.rap.addons.chart.feature ---
[WARNING] MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.feature/pom.xml: baseline and build artifacts have same version but different contents
[INFO] MavenProject: org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.feature:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.feature/pom.xml
    The main artifact has been replaced with the baseline version.

[INFO] 
[INFO] --- tycho-p2-plugin:0.24.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.rap.addons.chart.feature ---
[INFO] 
[INFO] --< org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.repository >--
[INFO] Building org.eclipse.rap.addons.chart.repository 0.1.0-SNAPSHOT    [5/6]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.rap.addons.chart.repository ---
[INFO] The project's OSGi version is 0.1.0.20160622-0732
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.rap.addons.chart.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.repository/src/main/resources
[INFO] 
[INFO] --- maven-surefire-plugin:2.15:test (test) @ org.eclipse.rap.addons.chart.repository ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-products (default-publish-products) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-categories (default-publish-categories) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:0.24.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.24.0:assemble-repository (default-assemble-repository) @ org.eclipse.rap.addons.chart.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:0.24.0:archive-repository (default-archive-repository) @ org.eclipse.rap.addons.chart.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.repository/target/org.eclipse.rap.addons.chart.repository-0.1.0-SNAPSHOT.zip
[INFO] 
[INFO] ----< org.eclipse.rap.incubator:org.eclipse.rap.addons.chart.build >----
[INFO] Building org.eclipse.rap.addons.chart.build 0.1.0-SNAPSHOT         [6/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.rap.addons.chart.build ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.rap.addons.chart.build 0.1.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.rap.addons.chart ....................... SUCCESS [01:29 min]
[INFO] org.eclipse.rap.addons.chart.test .................. SUCCESS [  5.680 s]
[INFO] org.eclipse.rap.addons.chart.demo .................. SUCCESS [  1.399 s]
[INFO] org.eclipse.rap.addons.chart.feature ............... SUCCESS [  1.178 s]
[INFO] org.eclipse.rap.addons.chart.repository ............ SUCCESS [ 13.249 s]
[INFO] org.eclipse.rap.addons.chart.build ................. SUCCESS [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:10 min
[INFO] Finished at: 2021-05-10T00:02:42Z
[INFO] ------------------------------------------------------------------------
[rap-head-incubator-chart] $ /bin/sh -xe /tmp/jenkins708060923951768464.sh
+ echo 'Cleaning old bits and bytes from /shared/rt/rap/incubator/nightly/chart'
Cleaning old bits and bytes from /shared/rt/rap/incubator/nightly/chart
+ rm -rf '/shared/rt/rap/incubator/nightly/chart/*'
+ echo 'Copy build results (p2 repository) to central RAP Incubator location on build.eclipse.org.'
Copy build results (p2 repository) to central RAP Incubator location on build.eclipse.org.
+ cd /home/jenkins/agent/workspace/rap-head-incubator-chart/org.eclipse.rap.incubator.chart/releng/org.eclipse.rap.addons.chart.repository/target/repository/
+ cp --verbose --recursive artifacts.jar content.jar features plugins /shared/rt/rap/incubator/nightly/chart/
cp: target '/shared/rt/rap/incubator/nightly/chart/' is not a directory
Build step 'Execute shell' marked build as failure
Sending e-mails to: mknauer@eclipsesource.com ivan@eclipsesource.com
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: FAILURE