Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-clgmp is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-clgmp"
  namespace: "uomo"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.uomo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-clgmp"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-clgmp"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.uomo.svc.cluster.local/uomo/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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-uomo"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-clgmp (basic) in workspace /home/jenkins/agent/workspace/uomo-0.8
[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-xZ6bcjgwLTBz/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/uomo-0.8@tmp/private_key_11706411793163686580.key (/home/jenkins/agent/workspace/uomo-0.8@tmp/private_key_11706411793163686580.key)
[ssh-agent] Using credentials genie.uomo (ssh://genie.uomo@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-uomo/uomo.git
 > git init /home/jenkins/agent/workspace/uomo-0.8 # timeout=10
Fetching upstream changes from https://github.com/eclipse-uomo/uomo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-uomo/uomo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-uomo/uomo.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/refs/remotes/origin/0.8^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/0.8^{commit} # timeout=10
Checking out Revision 061665bd31984aeae88cfec6fbc80eb21548aa58 (refs/remotes/origin/0.8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 061665bd31984aeae88cfec6fbc80eb21548aa58 # timeout=10
Commit message: "Snapshot to Rel Signed-off-by: Werner Keil <werner.keil@gmx.net>"
 > git rev-list --no-walk 061665bd31984aeae88cfec6fbc80eb21548aa58 # timeout=10
[uomo-0.8] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dversion=0.8.0 -Ddeploy=false -Dmaven.repo.local=/home/jenkins/agent/workspace/uomo-0.8/.repository clean package
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9
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.uomo:org.eclipse.uomo.core:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/oxygen
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (501B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201706281000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201706281000/ (854.27kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201710111001/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201710111001/ (852.46kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180330011457/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180330011457/repository/ (57.89kB)
[INFO] Adding repository https://download.eclipse.org/uomo/dependency/uom-systems/1.3a
[INFO] Fetching content.jar from https://download.eclipse.org/uomo/dependency/uom-systems/1.3a/ (2.29kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Fetching 201804111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB)
[INFO] Fetching 201706281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.98kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.93kB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.71MB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (21.32kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (81.59kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.29kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (37.68kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (140.62kB)
[INFO] Fetching 201710111001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB)
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (229.15kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (49.74kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.81kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.47kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (26.17kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.71kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (21.68kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB)
[INFO] Fetching 201712201001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201712201001/plugins/ (355.27kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (65.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (80.65kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (52.24kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.32kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (1,013.66kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (40.42kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (283.72kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (30.64kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [ossrh-snapshot (https://oss.sonatype.org/content/repositories/snapshots/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (246.29kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.24MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (94.75kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (286.98kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (106.17kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Fetching javax.measure.unit-api_1.0.0.v20170818-1538.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20180330011457/repository/plugins/ (15.88kB)
[INFO] Fetching systems.uom.systems-quantity_1.3.0.jar from https://download.eclipse.org/uomo/dependency/uom-systems/1.3a/plugins/ (5.09kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Fetching tech.units.indriya_1.3.0.jar from https://download.eclipse.org/uomo/dependency/uom-systems/1.3a/plugins/ (245.76kB)
[INFO] Fetching tech.uom.lib.uom-lib-common_1.1.0.jar from https://download.eclipse.org/uomo/dependency/uom-systems/1.3a/plugins/ (14.87kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/features/org.eclipse.uomo.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:eclipse-repository:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/releng/eclipse-repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:eclipse-repository:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/releng/eclipse-repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:eclipse-repository:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/releng/eclipse-repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse UOMo                                                       [pom]
[INFO] Eclipse UOMo Bundles                                               [pom]
[INFO] UOMo Core                                               [eclipse-plugin]
[INFO] UOMo Core Tests                                    [eclipse-test-plugin]
[INFO] UOMo XML                                                [eclipse-plugin]
[INFO] UOMo Utilities                                          [eclipse-plugin]
[INFO] UOMo XML Tests                                     [eclipse-test-plugin]
[INFO] UOMo Util Tests                                    [eclipse-test-plugin]
[INFO] UOMo UCUM                                               [eclipse-plugin]
[INFO] UOMo UCUM Tests                                    [eclipse-test-plugin]
[INFO] Eclipse UOMo Feature UI                                 [eclipse-plugin]
[INFO] Eclipse UOMo Features                                              [pom]
[INFO] UOMo Feature                                           [eclipse-feature]
[INFO] Eclipse UOMo Karaf Features                                        [pom]
[INFO] Eclipse UOMo Target Platform Feature                           [feature]
[INFO] Eclipse UOMo Examples                                              [pom]
[INFO] Eclipse UOMo Units Examples                                        [pom]
[INFO] UOMo Units Console Examples                                        [jar]
[INFO] Eclipse UOMo UCUM Examples                                         [pom]
[INFO] UOMo UCUM Console Examples                                         [jar]
[INFO] Eclipse UOMo                                                       [pom]
[INFO] Eclipse UOMo Target Definition                                     [pom]
[INFO] Eclipse UOMo Repository                             [eclipse-repository]
[INFO] 
[INFO] -----------------< org.eclipse.uomo:org.eclipse.uomo >------------------
[INFO] Building Eclipse UOMo 0.8.0                                       [1/23]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.bundles >--------------
[INFO] Building Eclipse UOMo Bundles 0.8.0                               [2/23]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.bundles ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.bundles ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.core >---------------
[INFO] Building UOMo Core 0.8.0                                          [3/23]
[INFO]   from bundles/org.eclipse.uomo.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.core ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.core ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core/target/org.eclipse.uomo.core-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.core.tests >------------
[INFO] Building UOMo Core Tests 0.8.0                                    [4/23]
[INFO]   from bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.core.tests ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.core.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.core.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.core.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.core.tests/target/org.eclipse.uomo.core.tests-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.xml >----------------
[INFO] Building UOMo XML 0.8.0                                           [5/23]
[INFO]   from bundles/org.eclipse.uomo.xml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.xml ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.xml ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.xml ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.xml ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml/target/org.eclipse.uomo.xml-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.util >---------------
[INFO] Building UOMo Utilities 0.8.0                                     [6/23]
[INFO]   from bundles/org.eclipse.uomo.util/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.util ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.util ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.util ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.util ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- jar:2.2:test-jar (default) @ org.eclipse.uomo.util ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-0.8.0-tests.jar
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.xml.tests >-------------
[INFO] Building UOMo XML Tests 0.8.0                                     [7/23]
[INFO]   from bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.xml.tests ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.xml.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.xml.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.xml.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.xml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.xml.tests/target/org.eclipse.uomo.xml.tests-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.util.tests >------------
[INFO] Building UOMo Util Tests 0.8.0                                    [8/23]
[INFO]   from bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.util.tests ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.util.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.util.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.util.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.util.tests/target/org.eclipse.uomo.util.tests-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.ucum >---------------
[INFO] Building UOMo UCUM 0.8.0                                          [9/23]
[INFO]   from bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ucum ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.ucum ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.ucum ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.ucum ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ucum ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum/target/org.eclipse.uomo.ucum-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.ucum.tests >------------
[INFO] Building UOMo UCUM Tests 0.8.0                                   [10/23]
[INFO]   from bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ucum.tests ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.ucum.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.ucum.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.ucum.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ucum.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ucum.tests/target/org.eclipse.uomo.ucum.tests-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] ----------------< org.eclipse.uomo:org.eclipse.uomo.ui >----------------
[INFO] Building Eclipse UOMo Feature UI 0.8.0                           [11/23]
[INFO]   from bundles/org.eclipse.uomo.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ui ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- tycho-compiler:1.6.0:compile (default-compile) @ org.eclipse.uomo.ui ---
[WARNING] The effective compiler target level 1.8 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.8.0 @ /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/bundles/org.eclipse.uomo.ui/target/org.eclipse.uomo.ui-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.features >-------------
[INFO] Building Eclipse UOMo Features 0.8.0                             [12/23]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.features ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.features ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.feature >--------------
[INFO] Building UOMo Feature 0.8.0                                      [13/23]
[INFO]   from features/org.eclipse.uomo.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.uomo.feature ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-id (default-validate-id) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:validate-version (default-validate-version) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:package-feature (default-package-feature) @ org.eclipse.uomo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/features/org.eclipse.uomo.feature/target/org.eclipse.uomo.feature-0.8.0.jar
[INFO] 
[INFO] --- tycho-p2:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-p2:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] ------------------< org.eclipse.uomo:karaf-features >-------------------
[INFO] Building Eclipse UOMo Karaf Features 0.8.0                       [14/23]
[INFO]   from features/karaf/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ karaf-features ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ karaf-features ---
[INFO] 
[INFO] ----------------------< org.eclipse.uomo:esh-tp >-----------------------
[INFO] Building Eclipse UOMo Target Platform Feature 0.8.0              [15/23]
[INFO]   from features/karaf/esh-tp/pom.xml
[INFO] ------------------------------[ feature ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ esh-tp ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ esh-tp ---
[INFO] 
[INFO] --- karaf:4.2.2:features-generate-descriptor (default-features-generate-descriptor) @ esh-tp ---
[INFO] Generation not enabled
[INFO] Attaching artifact
[INFO] 
[INFO] --- karaf:4.2.2:verify (default-verify) @ esh-tp ---
[INFO] Using repositories: https://oss.sonatype.org/content/repositories/snapshots/@id=ossrh-snapshot@snapshots,https://oss.sonatype.org/content/repositories/snapshots@id=sonatype-nexus-snapshots@noreleases@snapshots,https://repo.eclipse.org/content/repositories/maven_central/@id=eclipse.maven.central.mirror
[INFO] Features verified: 0, failures: 0, ignored: 0
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.examples >-------------
[INFO] Building Eclipse UOMo Examples 0.8.0                             [16/23]
[INFO]   from examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units >---
[INFO] Building Eclipse UOMo Units Examples 0.8.0                       [17/23]
[INFO]   from examples/units/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.units ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.units ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units.console >--
[INFO] Building UOMo Units Console Examples 0.8.0                       [18/23]
[INFO]   from examples/units/org.eclipse.uomo.examples.units.console/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.units.console ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.units.console ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.examples.units.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ org.eclipse.uomo.examples.units.console ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/uomo-0.8/examples/units/org.eclipse.uomo.examples.units.console/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.examples.units.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ org.eclipse.uomo.examples.units.console ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/uomo-0.8/examples/units/org.eclipse.uomo.examples.units.console/target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.uomo.examples.units.console ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.uomo.examples.units.console.EqualsTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.057 s -- in org.eclipse.uomo.examples.units.console.EqualsTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:2.4:jar (default-jar) @ org.eclipse.uomo.examples.units.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/examples/units/org.eclipse.uomo.examples.units.console/target/org.eclipse.uomo.examples.units.console-0.8.0.jar
[INFO] 
[INFO] ---< org.eclipse.uomo.examples.ucum:org.eclipse.uomo.examples.ucum >----
[INFO] Building Eclipse UOMo UCUM Examples 0.8.0                        [19/23]
[INFO]   from examples/ucum/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.ucum ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.ucum ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.ucum:org.eclipse.uomo.examples.ucum.console >--
[INFO] Building UOMo UCUM Console Examples 0.8.0                        [20/23]
[INFO]   from examples/ucum/org.eclipse.uomo.examples.ucum.console/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.examples.ucum.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/uomo-0.8/examples/ucum/org.eclipse.uomo.examples.ucum.console/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.examples.ucum.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/examples/ucum/org.eclipse.uomo.examples.ucum.console/src/test/resources
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:2.4:jar (default-jar) @ org.eclipse.uomo.examples.ucum.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.8/examples/ucum/org.eclipse.uomo.examples.ucum.console/target/org.eclipse.uomo.examples.ucum.console-0.8.0.jar
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.releng >--------------
[INFO] Building Eclipse UOMo 0.8.0                                      [21/23]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.releng ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.releng ---
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.target >--------------
[INFO] Building Eclipse UOMo Target Definition 0.8.0                    [22/23]
[INFO]   from releng/org.eclipse.uomo.target/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.target ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.target ---
[INFO] 
[INFO] ----------------< org.eclipse.uomo:eclipse-repository >-----------------
[INFO] Building Eclipse UOMo Repository 0.8.0                           [23/23]
[INFO]   from releng/eclipse-repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'pomDependencies' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.6.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-packaging:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse-repository ---
[INFO] The project's OSGi version is 0.8.0
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ eclipse-repository ---
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ eclipse-repository ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ eclipse-repository ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.8/releng/eclipse-repository/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.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 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:1.6.0:publish-products (default-publish-products) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:1.6.0:publish-categories (default-publish-categories) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:1.6.0:attach-artifacts (default-attach-artifacts) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:1.6.0:assemble-repository (default-assemble-repository) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:1.6.0:archive-repository (default-archive-repository) @ eclipse-repository ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/uomo-0.8/releng/eclipse-repository/target/eclipse-repository-0.8.0.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse UOMo 0.8.0:
[INFO] 
[INFO] Eclipse UOMo ....................................... SUCCESS [  1.950 s]
[INFO] Eclipse UOMo Bundles ............................... SUCCESS [  0.010 s]
[INFO] UOMo Core .......................................... SUCCESS [  3.963 s]
[INFO] UOMo Core Tests .................................... SUCCESS [  0.303 s]
[INFO] UOMo XML ........................................... SUCCESS [  1.177 s]
[INFO] UOMo Utilities ..................................... SUCCESS [  3.841 s]
[INFO] UOMo XML Tests ..................................... SUCCESS [  0.528 s]
[INFO] UOMo Util Tests .................................... SUCCESS [  0.554 s]
[INFO] UOMo UCUM .......................................... SUCCESS [  0.761 s]
[INFO] UOMo UCUM Tests .................................... SUCCESS [  0.303 s]
[INFO] Eclipse UOMo Feature UI ............................ SUCCESS [  0.133 s]
[INFO] Eclipse UOMo Features .............................. SUCCESS [  0.006 s]
[INFO] UOMo Feature ....................................... SUCCESS [  0.116 s]
[INFO] Eclipse UOMo Karaf Features ........................ SUCCESS [  0.007 s]
[INFO] Eclipse UOMo Target Platform Feature ............... SUCCESS [  1.004 s]
[INFO] Eclipse UOMo Examples .............................. SUCCESS [  0.007 s]
[INFO] Eclipse UOMo Units Examples ........................ SUCCESS [  0.007 s]
[INFO] UOMo Units Console Examples ........................ SUCCESS [  7.211 s]
[INFO] Eclipse UOMo UCUM Examples ......................... SUCCESS [  0.005 s]
[INFO] UOMo UCUM Console Examples ......................... SUCCESS [  0.296 s]
[INFO] Eclipse UOMo ....................................... SUCCESS [  0.006 s]
[INFO] Eclipse UOMo Target Definition ..................... SUCCESS [  0.008 s]
[INFO] Eclipse UOMo Repository ............................ SUCCESS [  2.269 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:50 min
[INFO] Finished at: 2024-03-28T06:53:12Z
[INFO] ------------------------------------------------------------------------
[uomo-0.8] $ /bin/sh -xe /tmp/jenkins2892339376883156566.sh
+ '[' false = true ']'
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS