Skip to content

Console Output

Started by timer
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-8ddd5da576d032700dc6cbf1b4f3260e/.git # timeout=10
Setting origin to https://github.com/eclipse/swtchart.git
 > git config remote.origin.url https://github.com/eclipse/swtchart.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git config --get remote.origin.url # timeout=10
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/0.7.x
Seen branch in repository origin/0.8.0
Seen branch in repository origin/0.8.1
Seen branch in repository origin/0.8.x
Seen branch in repository origin/REL-0.12.0
Seen branch in repository origin/REL-0.13.0
Seen branch in repository origin/REL-0.14.0
Seen branch in repository origin/REL-0.7.0
Seen branch in repository origin/develop
Seen branch in repository origin/master
Seen 10 remote branches
Obtained Jenkinsfile from fb53ffdeaaf41c779a2e680214d98f9e638419ea
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Agent centos-7-djj1p is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-djj1p"
  namespace: "swtchart"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.swtchart.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-djj1p"
    - 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: "centos-7-djj1p"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.swtchart.svc.cluster.local/swtchart/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    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
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-swtchart"
      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"

Running on centos-7-djj1p in /home/jenkins/agent/workspace/build_0.8.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/swtchart.git
 > git init /home/jenkins/agent/workspace/build_0.8.x # timeout=10
Fetching upstream changes from https://github.com/eclipse/swtchart.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/swtchart.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/swtchart.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision fb53ffdeaaf41c779a2e680214d98f9e638419ea (0.8.x)
Commit message: "Build daily, but don't deploy."
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fb53ffdeaaf41c779a2e680214d98f9e638419ea # timeout=10
 > git rev-list --no-walk fb53ffdeaaf41c779a2e680214d98f9e638419ea # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[build_0.8.x] $ Xvnc -help
Starting xvnc
[build_0.8.x] $ Xvnc :86 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.8.0 - built Feb  5 2024 15:30:47
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Tue Apr 30 05:39:18 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5986
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ mvn -f org.eclipse.swtchart.cbi/pom.xml clean install
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/ (128B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/ (128B)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.6
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.6/ (476B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.6/ (476B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.6/categoriesNeon/ (1.46kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.6/categoriesNeon/ (1.46kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/ (109.41kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/ (109.41kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/ (109.39kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/ (109.39kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/ (109.64kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/ (109.64kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/ (109.7kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/ (109.7kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/ (134B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20191126223242/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/ (172B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/ (89.89kB)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/ (89.89kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/pom.xml
[INFO] Fetching R-4.6.3-201703010400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.6/ (63B)
[INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (18.2kB)
[INFO] Fetching org.eclipse.swt_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (18.2kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (1.17MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (961.03kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.105.3.v20170228-0512.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (961.03kB)
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/pom.xml
[INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (431.77kB)
[INFO] Fetching org.eclipse.osgi_3.11.3.v20170209-1843.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (431.77kB)
[INFO] Fetching R-4.6-201606061100&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.6/ (63B)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (246.29kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (246.29kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (347.67kB)
[INFO] Fetching org.apache.batik.css_1.7.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (347.67kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (154.43kB)
[INFO] Fetching org.apache.batik.util_1.7.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (154.43kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (17.78kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (17.78kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (37.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (37.68kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (95.1kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (95.1kB)
[INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (207.37kB)
[INFO] Fetching org.apache.batik.util.gui_1.7.0.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (207.37kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.osgi.services_3.5.100.v20160504-1419.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (40.14kB)
[INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (251.65kB)
[INFO] Fetching org.eclipse.compare_3.7.1.v20170103-1805.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (251.65kB)
[INFO] Fetching R-4.6.2-201611241400&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.6/ (63B)
[INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (268.51kB)
[INFO] Fetching org.eclipse.ui_3.108.1.v20160929-1045.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (268.51kB)
[INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (862.01kB)
[INFO] Fetching org.eclipse.core.resources_3.11.1.v20161107-2032.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (862.01kB)
[INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (314.18kB)
[INFO] Fetching org.eclipse.jface.text_3.11.2.v20170220-1911.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (314.18kB)
[INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (793.87kB)
[INFO] Fetching org.eclipse.ui.ide_3.12.3.v20170119-0935.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (793.87kB)
[INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (48.08kB)
[INFO] Fetching org.eclipse.ui.views_3.8.102.v20170111-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (48.08kB)
[INFO] Fetching R-4.6.1-201609071200&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.6/ (63B)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (228.35kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.1.v20160818-1626.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (228.35kB)
[INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.core.runtime_3.12.0.v20160606-1342.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (32.83kB)
[INFO] Fetching org.eclipse.core.expressions_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (32.83kB)
[INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (178.45kB)
[INFO] Fetching org.eclipse.ui.editors_3.10.1.v20161106-1856.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (178.45kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.1.v20161220-1635.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (32.24kB)
[INFO] Fetching org.eclipse.compare.core_3.6.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (32.24kB)
[INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (8.22MB)
[INFO] Fetching com.ibm.icu_56.1.0.v201601250100.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (8.22MB)
[INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.core.commands_3.8.1.v20161221-1651.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (43.13kB)
[INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (51.37kB)
[INFO] Fetching org.eclipse.equinox.common_3.8.0.v20160509-1230.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (51.37kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (39.58kB)
[INFO] Fetching org.eclipse.core.contenttype_3.5.100.v20160418-1621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (39.58kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (53.94kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.6.1.v20160815-1406.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (53.94kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (71.51kB)
[INFO] Fetching org.eclipse.equinox.registry_3.6.100.v20160223-2218.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (71.51kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.0.v20160412-0910.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (57.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (90.47kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.0.v20160511-1747.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (90.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.0.v20160427-0852.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (42.91kB)
[INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.text_3.6.0.v20160503-1849.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (91.22kB)
[INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.core.filesystem_1.6.1.v20161113-2349.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (46.37kB)
[INFO] Fetching org.eclipse.core.jobs_3.8.0.v20160509-0411.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (46.37kB)
[INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.core.net_1.3.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (42.22kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.200.v20150715-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (42.22kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.11.100.v20160506-0804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (13.72kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (26.23kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.1.v20160712-0927.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (26.23kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (16.6kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (22.44kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.5.1.v20170203-1100.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (22.44kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.core.services_2.0.100.v20160509-1032.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.5.0.v20151127-1241.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (7.59kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.14.0.v20160211-1614.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (13.88kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (21.67kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.1.200.v20160506-0804.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (21.67kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (366.46kB)
[INFO] Fetching org.eclipse.emf.ecore_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (366.46kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.11.100.v20160509-1025.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (24.02kB)
[INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (344.64kB)
[INFO] Fetching org.eclipse.jface_3.12.2.v20170113-2113.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (344.64kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (65.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1.v20161114-0210.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (65.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (80.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.12.100.v20160517-1505.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (80.01kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.10.100.v20160523-0836.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (16.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (9.57kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (106.56kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_1.2.0.v20160229-1459.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (106.56kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.2.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (14.13kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.1.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (9.84kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (81.91kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.4.0.v20160517-1624.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (81.91kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (36.05kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (80.33kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (80.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.2.101.v20170206-1129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (98.24kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1.v20170117-1415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (98.24kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (72.42kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1.v20160829-0832.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (72.42kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.1.v20161026-1531.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (70.71kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (7.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.13.100.v20160506-0759.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (7.92kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (104.54kB)
[INFO] Fetching org.eclipse.emf.common_2.12.0.v20160420-0247.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (104.54kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.0.0.v20160307-1318.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (23.14kB)
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (30.41kB)
[INFO] Fetching org.eclipse.equinox.util_1.0.500.v20130404-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (30.41kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (29.98kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.4.100.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (71.28kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (101.77kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.100.v20160427-2220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (101.77kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (47.43kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.300.v20160419-0834.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (47.43kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (52.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.200.v20160421-0324.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (52.26kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (36.04kB)
[INFO] Fetching org.tukaani.xz_1.3.0.v201308270617.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (36.04kB)
[INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (122.2kB)
[INFO] Fetching org.eclipse.help_3.7.0.v20160602-1307.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (122.2kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (105.61kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.7.0.v20160419-0705.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (105.61kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (176.66kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.8.0.v20160518-1817.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (176.66kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (131.55kB)
[INFO] Fetching org.eclipse.ui.navigator_3.6.101.v20161006-1120.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (131.55kB)
[INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (127.51kB)
[INFO] Fetching org.eclipse.team.core_3.8.0.v20160418-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (127.51kB)
[INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (431.71kB)
[INFO] Fetching org.eclipse.team.ui_3.8.0.v20160518-1906.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (431.71kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.workbench_3.108.3.v20170216-1539.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.1.101.v20160829-0827.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.1-201609071200/plugins/ (48.51kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (62.91kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.5.101.v20161006-0640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (62.91kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.7.0.v20160310-0903.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (39.29kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (19.33kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (19.33kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (14.95kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (14.95kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (29.01kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (29.01kB)
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.extensions:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.extensions:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.extensions:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.extensions.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.extensions.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.extensions.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.export:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.export:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/pom.xml
[INFO] Fetching org.apache.batik.css_1.9.1.v20181015-1528.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (101.67kB)
[INFO] Fetching org.apache.batik.css_1.9.1.v20181015-1528.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (101.67kB)
[INFO] Fetching org.apache.batik.util_1.9.1.v20180703-1553.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (62.39kB)
[INFO] Fetching org.apache.batik.util_1.9.1.v20180703-1553.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (62.39kB)
[INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (13.04kB)
[INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (13.04kB)
[INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (14.5kB)
[INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (14.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (258.72kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (258.72kB)
[INFO] Fetching org.apache.batik.dom_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (75.51kB)
[INFO] Fetching org.apache.batik.dom_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (75.51kB)
[INFO] Fetching org.apache.batik.xml_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (23.05kB)
[INFO] Fetching org.apache.batik.xml_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (23.05kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ (63B)
[INFO] Fetching org.apache.xalan_2.7.1.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (2.69MB)
[INFO] Fetching org.apache.xalan_2.7.1.v201005080400.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (2.69MB)
[INFO] Fetching org.apache.batik.ext.awt_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (154.5kB)
[INFO] Fetching org.apache.batik.ext.awt_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (154.5kB)
[INFO] Fetching org.apache.batik.svggen_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (83.97kB)
[INFO] Fetching org.apache.batik.svggen_1.9.1.v20190730-1743.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (83.97kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (82.7kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20191126223242/repository/plugins/ (82.7kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (122.3kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (122.3kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (35.64kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6-201606061100/plugins/ (35.64kB)
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.export:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.export.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.export.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.export.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.updatesite:0.8.0 @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.updatesite:0.8.0 @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.swtchart:org.eclipse.swtchart.updatesite:0.8.0 @ /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/pom.xml
[WARNING] The project org.eclipse.swtchart:org.eclipse.swtchart.build:pom:0.8.0 uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse SWTChart                                                   [pom]
[INFO] Target Project                               [eclipse-target-definition]
[INFO] org.eclipse.swtchart                                    [eclipse-plugin]
[INFO] org.eclipse.swtchart.test                          [eclipse-test-plugin]
[INFO] org.eclipse.swtchart.extensions                         [eclipse-plugin]
[INFO] org.eclipse.swtchart.extensions.test               [eclipse-test-plugin]
[INFO] org.eclipse.swtchart.export                             [eclipse-plugin]
[INFO] org.eclipse.swtchart.export.test                   [eclipse-test-plugin]
[INFO] org.eclipse.swtchart.feature                           [eclipse-feature]
[INFO] org.eclipse.swtchart.updatesite                     [eclipse-repository]
[INFO] 
[INFO] ----------< org.eclipse.swtchart:org.eclipse.swtchart.build >-----------
[INFO] Building Eclipse SWTChart 0.8.0                                   [1/10]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.build ---
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.build ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.swtchart.build ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.cbi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.build/0.8.0/org.eclipse.swtchart.build-0.8.0.pom
[INFO] 
[INFO] ------< org.eclipse.swtchart:org.eclipse.swtchart.targetplatform >------
[INFO] Building Target Project 0.8.0                                     [2/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.targetplatform/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.targetplatform ---
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.targetplatform ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-target-definition (default-package-target-definition) @ org.eclipse.swtchart.targetplatform ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.targetplatform ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.targetplatform/org.eclipse.swtchart.targetplatform.target to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.targetplatform/0.8.0/org.eclipse.swtchart.targetplatform-0.8.0.target
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.targetplatform/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.targetplatform/0.8.0/org.eclipse.swtchart.targetplatform-0.8.0.pom
[INFO] 
[INFO] -------------< org.eclipse.swtchart:org.eclipse.swtchart >--------------
[INFO] Building org.eclipse.swtchart 0.8.0-SNAPSHOT                      [3/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.swtchart ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.5.1:compile (default-compile) @ org.eclipse.swtchart ---
[INFO] Compiling 54 source files to /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtchart ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/src/test/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/org.eclipse.swtchart-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.swtchart ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/org.eclipse.swtchart-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/org.eclipse.swtchart-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart/0.8.0-SNAPSHOT/org.eclipse.swtchart-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart/0.8.0-SNAPSHOT/org.eclipse.swtchart-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/org.eclipse.swtchart-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart/0.8.0-SNAPSHOT/org.eclipse.swtchart-0.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart/0.8.0-SNAPSHOT/org.eclipse.swtchart-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart/0.8.0-SNAPSHOT/org.eclipse.swtchart-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart ---
[INFO] 
[INFO] -----------< org.eclipse.swtchart:org.eclipse.swtchart.test >-----------
[INFO] Building org.eclipse.swtchart.test 0.8.0-SNAPSHOT                 [4/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.swtchart.test ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart.test ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.5.1:compile (default-compile) @ org.eclipse.swtchart.test ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtchart.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/src/test/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/org.eclipse.swtchart.test-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.swtchart.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/org.eclipse.swtchart.test-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart.test ---
[INFO] 
[INFO] --- tycho-surefire:1.5.1:test (default-test) @ org.eclipse.swtchart.test ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/work/data, -install, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/work, -configuration, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/surefire.properties]
Running org.eclipse.swtchart.LineSeriesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.847 s - in org.eclipse.swtchart.LineSeriesTest
testSymbolColors(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.42 s
testStack(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.349 s
testLineColor(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.23 s
testArea(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.863 s
testStep(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.863 s
testType(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.02 s
testLineStyle(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.621 s
testLineWidth(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.328 s
testSymbolColor(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.221 s
testSymbolSize(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.42 s
testSymbolType(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 1.023 s
testAxisId(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.041 s
testVisibility(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.221 s
testPixelCoordinates(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.046 s
testScatter(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.12 s
testSeries(org.eclipse.swtchart.LineSeriesTest)  Time elapsed: 0.019 s
Running org.eclipse.swtchart.AxisTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 13.859 s - in org.eclipse.swtchart.AxisTest
testLogScale(org.eclipse.swtchart.AxisTest)  Time elapsed: 0.884 s
testRange(org.eclipse.swtchart.AxisTest)  Time elapsed: 0.945 s
testZoom(org.eclipse.swtchart.AxisTest)  Time elapsed: 1.584 s
testCoordinate(org.eclipse.swtchart.AxisTest) skipped
testReversed(org.eclipse.swtchart.AxisTest)  Time elapsed: 0.944 s
testAdjustRange(org.eclipse.swtchart.AxisTest)  Time elapsed: 3.732 s
testCategory(org.eclipse.swtchart.AxisTest)  Time elapsed: 0.026 s
testPosition(org.eclipse.swtchart.AxisTest)  Time elapsed: 1.036 s
testScroll(org.eclipse.swtchart.AxisTest)  Time elapsed: 2.907 s
testZoomAt(org.eclipse.swtchart.AxisTest)  Time elapsed: 1.793 s
Running org.eclipse.swtchart.AxisTickTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.314 s - in org.eclipse.swtchart.AxisTickTest
testTickMarkStepHint(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.839 s
testFont(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.641 s
testTickLabelAngle(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.123 s
testTickLabelValues(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.117 s
testVisibility(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.421 s
testBounds(org.eclipse.swtchart.AxisTickTest) skipped
testForeground(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.318 s
testFormat(org.eclipse.swtchart.AxisTickTest)  Time elapsed: 0.846 s
Running org.eclipse.swtchart.ChartTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.061 s - in org.eclipse.swtchart.ChartTest
testBackground(org.eclipse.swtchart.ChartTest)  Time elapsed: 0.317 s
testSwtResources(org.eclipse.swtchart.ChartTest)  Time elapsed: 0.231 s
testOrientation1(org.eclipse.swtchart.ChartTest)  Time elapsed: 1.424 s
testOrientation2(org.eclipse.swtchart.ChartTest)  Time elapsed: 1.532 s
testBackgroundInPlotArea(org.eclipse.swtchart.ChartTest)  Time elapsed: 0.315 s
testSaveToFile(org.eclipse.swtchart.ChartTest) skipped
testSuspendUpdate(org.eclipse.swtchart.ChartTest)  Time elapsed: 0.235 s
Running org.eclipse.swtchart.ChartTitleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 s - in org.eclipse.swtchart.ChartTitleTest
testFont(org.eclipse.swtchart.ChartTitleTest)  Time elapsed: 0.333 s
testText(org.eclipse.swtchart.ChartTitleTest)  Time elapsed: 0.429 s
testVisibility(org.eclipse.swtchart.ChartTitleTest)  Time elapsed: 0.334 s
testForeground(org.eclipse.swtchart.ChartTitleTest)  Time elapsed: 0.221 s
Running org.eclipse.swtchart.SeriesLabelTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.49 s - in org.eclipse.swtchart.SeriesLabelTest
testFont(org.eclipse.swtchart.SeriesLabelTest)  Time elapsed: 0.325 s
testFormats(org.eclipse.swtchart.SeriesLabelTest)  Time elapsed: 0.557 s
testVisibility(org.eclipse.swtchart.SeriesLabelTest)  Time elapsed: 0.222 s
testForeground(org.eclipse.swtchart.SeriesLabelTest)  Time elapsed: 0.221 s
testFormat(org.eclipse.swtchart.SeriesLabelTest)  Time elapsed: 1.161 s
Running org.eclipse.swtchart.AxisSetTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.395 s - in org.eclipse.swtchart.AxisSetTest
testZoomInOut(org.eclipse.swtchart.AxisSetTest)  Time elapsed: 0.332 s
testCreateAndDeleteAxes(org.eclipse.swtchart.AxisSetTest)  Time elapsed: 0.817 s
testDefaultAxes(org.eclipse.swtchart.AxisSetTest)  Time elapsed: 0.02 s
testAdjustRange(org.eclipse.swtchart.AxisSetTest)  Time elapsed: 0.223 s
Running org.eclipse.swtchart.BarSeriesTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.502 s - in org.eclipse.swtchart.BarSeriesTest
testPadding(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.428 s
testStack(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.463 s
testType(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.02 s
testBarColor(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.229 s
testAxisId(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.043 s
testVisibility(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.223 s
testBounds(org.eclipse.swtchart.BarSeriesTest) skipped
testPixelCoordinates(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.065 s
testSeries(org.eclipse.swtchart.BarSeriesTest)  Time elapsed: 0.025 s
Running org.eclipse.swtchart.ErrorBarTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.067 s - in org.eclipse.swtchart.ErrorBarTest
testErrorSeries(org.eclipse.swtchart.ErrorBarTest)  Time elapsed: 0.625 s
testColor(org.eclipse.swtchart.ErrorBarTest)  Time elapsed: 0.321 s
testError(org.eclipse.swtchart.ErrorBarTest)  Time elapsed: 0.537 s
testType(org.eclipse.swtchart.ErrorBarTest)  Time elapsed: 0.726 s
testLineWidth(org.eclipse.swtchart.ErrorBarTest)  Time elapsed: 0.323 s
testVisibility(org.eclipse.swtchart.ErrorBarTest)  Time elapsed: 0.531 s
Running org.eclipse.swtchart.LegendTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.069 s - in org.eclipse.swtchart.LegendTest
testBackground(org.eclipse.swtchart.LegendTest)  Time elapsed: 0.119 s
testFont(org.eclipse.swtchart.LegendTest)  Time elapsed: 0.332 s
testVisibility(org.eclipse.swtchart.LegendTest)  Time elapsed: 0.745 s
testBounds(org.eclipse.swtchart.LegendTest) skipped
testForeground(org.eclipse.swtchart.LegendTest)  Time elapsed: 0.224 s
testPosition(org.eclipse.swtchart.LegendTest)  Time elapsed: 0.643 s
Running org.eclipse.swtchart.AxisTitleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.338 s - in org.eclipse.swtchart.AxisTitleTest
testFont(org.eclipse.swtchart.AxisTitleTest)  Time elapsed: 0.644 s
testText(org.eclipse.swtchart.AxisTitleTest)  Time elapsed: 0.837 s
testVisibility(org.eclipse.swtchart.AxisTitleTest)  Time elapsed: 0.43 s
testForeground(org.eclipse.swtchart.AxisTitleTest)  Time elapsed: 0.424 s
Running org.eclipse.swtchart.GridTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 s - in org.eclipse.swtchart.GridTest
testLineStyle(org.eclipse.swtchart.GridTest)  Time elapsed: 0.62 s
testForeground(org.eclipse.swtchart.GridTest)  Time elapsed: 0.419 s
Running org.eclipse.swtchart.SeriesSetTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s - in org.eclipse.swtchart.SeriesSetTest
testCreateSeries(org.eclipse.swtchart.SeriesSetTest)  Time elapsed: 0.225 s
testDeleteSeries(org.eclipse.swtchart.SeriesSetTest)  Time elapsed: 0.235 s
testGetSeries(org.eclipse.swtchart.SeriesSetTest)  Time elapsed: 0.023 s
testSeriesOrder(org.eclipse.swtchart.SeriesSetTest)  Time elapsed: 0.962 s

Results:

Tests run: 85, Failures: 0, Errors: 0, Skipped: 5

[INFO] All tests passed!
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.test ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/org.eclipse.swtchart.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.test-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.test-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/org.eclipse.swtchart.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.test-0.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.test-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.test-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.test ---
[INFO] 
[INFO] --------< org.eclipse.swtchart:org.eclipse.swtchart.extensions >--------
[INFO] Building org.eclipse.swtchart.extensions 0.8.0-SNAPSHOT           [5/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.extensions ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.swtchart.extensions ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart.extensions ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart.extensions ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart.extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.5.1:compile (default-compile) @ org.eclipse.swtchart.extensions ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtchart.extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/src/test/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.extensions ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.extensions ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.swtchart.extensions ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart.extensions ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.extensions ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.extensions ---
[INFO] 
[INFO] -----< org.eclipse.swtchart:org.eclipse.swtchart.extensions.test >------
[INFO] Building org.eclipse.swtchart.extensions.test 0.8.0-SNAPSHOT      [6/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.extensions.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.swtchart.extensions.test ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart.extensions.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart.extensions.test ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart.extensions.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.5.1:compile (default-compile) @ org.eclipse.swtchart.extensions.test ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtchart.extensions.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/src/test/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.extensions.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.extensions.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.swtchart.extensions.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart.extensions.test ---
[INFO] 
[INFO] --- tycho-surefire:1.5.1:test (default-test) @ org.eclipse.swtchart.extensions.test ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/work/data, -install, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/work, -configuration, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/surefire.properties]

(SWT:554): Gtk-WARNING **: 05:41:16.444: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height -3
Running org.eclipse.swtchart.extensions.core.RangeRestriction_17_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_17_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_17_Test)  Time elapsed: 0.002 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_17_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_17_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_17_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test)  Time elapsed: 0.001 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test)  Time elapsed: 0.001 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_6_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test)  Time elapsed: 0.001 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_21_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test)  Time elapsed: 0.001 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_1_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test)  Time elapsed: 0.001 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_19_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0.001 s
test7(org.eclipse.swtchart.extensions.core.RangeRestriction_8_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_3_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_5_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_15_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_15_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_15_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_15_Test)  Time elapsed: 0.001 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_15_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_15_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_10_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_10_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_10_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_10_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_10_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_10_Test)  Time elapsed: 0.001 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_18_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_18_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_18_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_18_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_18_Test)  Time elapsed: 0.001 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_18_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_7_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_9_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_13_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_13_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_13_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_13_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_13_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_13_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_20_Test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_20_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_20_Test)  Time elapsed: 0.001 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_20_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_20_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test)  Time elapsed: 0.001 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_2_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_14_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_14_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_14_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_14_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_14_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_14_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_16_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_16_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_16_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_16_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_16_Test)  Time elapsed: 0.001 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_16_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test
test1(org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.RangeRestriction_4_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.core.ChartSettings_1_UITest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.swtchart.extensions.core.ChartSettings_1_UITest
test1(org.eclipse.swtchart.extensions.core.ChartSettings_1_UITest)  Time elapsed: 0.022 s
Running org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest
test10(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test11(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test12(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test13(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test14(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test15(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test16(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test1(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0.001 s
test2(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0.001 s
test7(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test8(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
test9(org.eclipse.swtchart.extensions.core.PrimaryAxisSettings_1_UITest)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_2_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_2_Test
test1(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_2_Test)  Time elapsed: 0.002 s
test2(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_2_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_2_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_2_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test
test10(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0.001 s
test11(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test1(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test5(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test6(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test7(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test8(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
test9(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter_1_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter_1_Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter_1_Test
test1(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter_1_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter_1_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.axisconverter.PassThroughConverter_1_Test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtchart.extensions.axisconverter.PassThroughConverter_1_Test
test1(org.eclipse.swtchart.extensions.axisconverter.PassThroughConverter_1_Test)  Time elapsed: 0 s
test2(org.eclipse.swtchart.extensions.axisconverter.PassThroughConverter_1_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.axisconverter.PassThroughConverter_1_Test)  Time elapsed: 0 s
Running org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_1_Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_1_Test
test1(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_1_Test)  Time elapsed: 0.001 s
test2(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_1_Test)  Time elapsed: 0 s
test3(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_1_Test)  Time elapsed: 0 s
test4(org.eclipse.swtchart.extensions.axisconverter.RelativeIntensityConverter_1_Test)  Time elapsed: 0 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.extensions.test ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.extensions.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.extensions.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.extensions.test-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.extensions.test ---
[INFO] 
[INFO] ----------< org.eclipse.swtchart:org.eclipse.swtchart.export >----------
[INFO] Building org.eclipse.swtchart.export 0.8.0-SNAPSHOT               [7/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.export ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.swtchart.export ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart.export ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart.export ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart.export ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.5.1:compile (default-compile) @ org.eclipse.swtchart.export ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtchart.export ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/src/test/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/org.eclipse.swtchart.export-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.export ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.swtchart.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/org.eclipse.swtchart.export-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart.export ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.export ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/org.eclipse.swtchart.export-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export/0.8.0-SNAPSHOT/org.eclipse.swtchart.export-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export/0.8.0-SNAPSHOT/org.eclipse.swtchart.export-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/org.eclipse.swtchart.export-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export/0.8.0-SNAPSHOT/org.eclipse.swtchart.export-0.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export/0.8.0-SNAPSHOT/org.eclipse.swtchart.export-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export/0.8.0-SNAPSHOT/org.eclipse.swtchart.export-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.export ---
[INFO] 
[INFO] -------< org.eclipse.swtchart:org.eclipse.swtchart.export.test >--------
[INFO] Building org.eclipse.swtchart.export.test 0.8.0-SNAPSHOT          [8/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.export.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier (default-build-qualifier) @ org.eclipse.swtchart.export.test ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart.export.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart.export.test ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart.export.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.5.1:compile (default-compile) @ org.eclipse.swtchart.export.test ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtchart.export.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/src/test/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.export.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.export.test ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-plugin (default-package-plugin) @ org.eclipse.swtchart.export.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart.export.test ---
[INFO] 
[INFO] --- tycho-surefire:1.5.1:test (default-test) @ org.eclipse.swtchart.export.test ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.201.v20161025-1711/org.eclipse.equinox.launcher-1.3.201.v20161025-1711.jar, -data, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/work/data, -install, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/work, -configuration, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/surefire.properties]
Running org.eclipse.swtchart.export.menu.ImageFactory_3_UITest

(SWT:603): Gtk-WARNING **: 05:41:24.100: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:24.100: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:24.101: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:24.101: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)
Can't set vertical slider true, see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511257
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 s - in org.eclipse.swtchart.export.menu.ImageFactory_3_UITest
test1(org.eclipse.swtchart.export.menu.ImageFactory_3_UITest)  Time elapsed: 0.001 s
test2(org.eclipse.swtchart.export.menu.ImageFactory_3_UITest)  Time elapsed: 0.906 s
Running org.eclipse.swtchart.export.menu.ImageFactory_2_UITest

(SWT:603): Gtk-WARNING **: 05:41:24.992: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:24.992: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:24.992: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:24.992: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)
Can't set vertical slider true, see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511257
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.swtchart.export.menu.ImageFactory_2_UITest
test1(org.eclipse.swtchart.export.menu.ImageFactory_2_UITest)  Time elapsed: 0 s
test2(org.eclipse.swtchart.export.menu.ImageFactory_2_UITest)  Time elapsed: 0.42 s
Running org.eclipse.swtchart.export.menu.ImageFactory_1_UITest

(SWT:603): Gtk-WARNING **: 05:41:25.425: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:25.425: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:25.425: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)

(SWT:603): Gtk-WARNING **: 05:41:25.426: Negative content width -17 (allocation 1, extents 9x9) while allocating gadget (node entry, owner GtkEntry)
Can't set vertical slider true, see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=511257
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in org.eclipse.swtchart.export.menu.ImageFactory_1_UITest
test1(org.eclipse.swtchart.export.menu.ImageFactory_1_UITest)  Time elapsed: 0.001 s
test2(org.eclipse.swtchart.export.menu.ImageFactory_1_UITest)  Time elapsed: 0.322 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.export.test ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.export.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.export.test/0.8.0-SNAPSHOT/org.eclipse.swtchart.export.test-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.export.test ---
[INFO] 
[INFO] ---------< org.eclipse.swtchart:org.eclipse.swtchart.feature >----------
[INFO] Building org.eclipse.swtchart.feature 0.8.0-SNAPSHOT              [9/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtchart.feature ---
[INFO] The project's OSGi version is 0.8.0.202404300539
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-id (default-validate-id) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:validate-version (default-validate-version) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:package-feature (default-package-feature) @ org.eclipse.swtchart.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/target/org.eclipse.swtchart.feature-0.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:1.5.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- tycho-p2:1.5.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.feature ---
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/target/org.eclipse.swtchart.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.feature/0.8.0-SNAPSHOT/org.eclipse.swtchart.feature-0.8.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.feature/0.8.0-SNAPSHOT/org.eclipse.swtchart.feature-0.8.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.feature/0.8.0-SNAPSHOT/org.eclipse.swtchart.feature-0.8.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.feature/0.8.0-SNAPSHOT/org.eclipse.swtchart.feature-0.8.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.feature ---
[INFO] 
[INFO] --------< org.eclipse.swtchart:org.eclipse.swtchart.updatesite >--------
[INFO] Building org.eclipse.swtchart.updatesite 0.8.0                   [10/10]
[INFO]   from /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.5.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.swtchart.updatesite ---
[INFO] 
[INFO] --- tycho-packaging:1.5.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtchart.updatesite ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.swtchart.updatesite ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtchart.updatesite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-source:1.5.1:plugin-source (plugin-source) @ org.eclipse.swtchart.updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:1.5.1:target-platform (default-target-platform) @ org.eclipse.swtchart.updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher:1.5.1:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtchart.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:1.5.1:publish-products (default-publish-products) @ org.eclipse.swtchart.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:1.5.1:publish-categories (default-publish-categories) @ org.eclipse.swtchart.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:1.5.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtchart.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:1.5.1:assemble-repository (default-assemble-repository) @ org.eclipse.swtchart.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:1.5.1:archive-repository (default-archive-repository) @ org.eclipse.swtchart.updatesite ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtchart.updatesite ---
[INFO] No primary artifact to install, installing attached artifacts instead.
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.updatesite/0.8.0/org.eclipse.swtchart.updatesite-0.8.0.pom
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.updatesite/0.8.0/org.eclipse.swtchart.updatesite-0.8.0-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/build_0.8.x/org.eclipse.swtchart.updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/swtchart/org.eclipse.swtchart.updatesite/0.8.0/org.eclipse.swtchart.updatesite-0.8.0-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:1.5.1:update-local-index (default-update-local-index) @ org.eclipse.swtchart.updatesite ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Eclipse SWTChart 0.8.0 ............................. SUCCESS [  0.392 s]
[INFO] Target Project 0.8.0 ............................... SUCCESS [  0.486 s]
[INFO] org.eclipse.swtchart 0.8.0-SNAPSHOT ................ SUCCESS [  3.030 s]
[INFO] org.eclipse.swtchart.test 0.8.0-SNAPSHOT ........... SUCCESS [ 50.442 s]
[INFO] org.eclipse.swtchart.extensions 0.8.0-SNAPSHOT ..... SUCCESS [  1.146 s]
[INFO] org.eclipse.swtchart.extensions.test 0.8.0-SNAPSHOT  SUCCESS [  6.883 s]
[INFO] org.eclipse.swtchart.export 0.8.0-SNAPSHOT ......... SUCCESS [  0.470 s]
[INFO] org.eclipse.swtchart.export.test 0.8.0-SNAPSHOT .... SUCCESS [  8.177 s]
[INFO] org.eclipse.swtchart.feature 0.8.0-SNAPSHOT ........ SUCCESS [  0.092 s]
[INFO] org.eclipse.swtchart.updatesite 0.8.0 .............. SUCCESS [  3.875 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:07 min
[INFO] Finished at: 2024-04-30T05:41:30Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (deploy)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.swtchart (ssh://genie.swtchart@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-GQ9pYIX1xgHu/agent.656
SSH_AGENT_PID=658
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build_0.8.x@tmp/private_key_1462783989089245327.key (/home/jenkins/agent/workspace/build_0.8.x@tmp/private_key_1462783989089245327.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 658 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS