Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-4mn94 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4mn94"
  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-4mn94"
    - 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-4mn94"
    - 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-4mn94 (basic) in workspace /home/jenkins/agent/workspace/uomo-0.7
[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-KCmVT1P9vXCk/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/uomo-0.7@tmp/private_key_12700790290144892586.key (/home/jenkins/agent/workspace/uomo-0.7@tmp/private_key_12700790290144892586.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.7 # 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.7^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/0.7^{commit} # timeout=10
Checking out Revision 1c2933af9e7fb48075e62fc0ed68f714759bc7a8 (refs/remotes/origin/0.7)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1c2933af9e7fb48075e62fc0ed68f714759bc7a8 # timeout=10
Commit message: "571573: Remove Bintray/JCenter"
 > git rev-list --no-walk 1c2933af9e7fb48075e62fc0ed68f714759bc7a8 # timeout=10
[uomo-0.7] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dversion=0.7.1 -Ddeploy=false -Dmaven.repo.local=/home/jenkins/agent/workspace/uomo-0.7/.repository clean package -B
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/openj9-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.uomo:org.eclipse.uomo.core:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/ (138.13kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository/ (134B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository/ (134B)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170818183741/repository/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170818183741/repository/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170818183741/repository/ (51.28kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170818183741/repository/ (51.28kB)
[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] Adding repository http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400
[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] Adding repository http://download.eclipse.org/uomo/third-party/repository
[INFO] Fetching content.jar from http://download.eclipse.org/uomo/third-party/repository/ (1.4kB)
[INFO] Fetching content.jar from http://download.eclipse.org/uomo/third-party/repository/ (1.4kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core/pom.xml
[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.osgi_3.11.2.v20161107-1947.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (435.65kB)
[INFO] Fetching org.eclipse.osgi_3.11.2.v20161107-1947.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/plugins/ (435.65kB)
[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.2-201611241400/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.2-201611241400/plugins/ (40.14kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.core.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core.tests/pom.xml
[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.2-201611241400/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.2-201611241400/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.2-201611241400/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.2-201611241400/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.2-201611241400/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.2-201611241400/plugins/ (71.51kB)
[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.2-201611241400/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.2-201611241400/plugins/ (51.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.2-201611241400/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.2-201611241400/plugins/ (46.37kB)
[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.2-201611241400/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.2-201611241400/plugins/ (35.25kB)
[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.2-201611241400/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.2-201611241400/plugins/ (40.76kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/ (63B)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (283.72kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (19.33kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (19.33kB)
[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.uomo:org.eclipse.uomo.core.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.units:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units/pom.xml
[INFO] Fetching javax.measure.unit-api_1.0.0.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (27.13kB)
[INFO] Fetching javax.measure.unit-api_1.0.0.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (27.13kB)
[INFO] Fetching si.uom.si-quantity_0.8.0.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (8.42kB)
[INFO] Fetching si.uom.si-quantity_0.8.0.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (8.42kB)
[INFO] Fetching tec.uom.lib.uom-lib-common_1.0.2.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (14.51kB)
[INFO] Fetching tec.uom.lib.uom-lib-common_1.0.2.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (14.51kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.units.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.units.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.icu:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.icu:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/pom.xml
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170818183741/repository/plugins/ (8.71MB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170818183741/repository/plugins/ (8.71MB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.icu:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20120526062928/repository/ (63B)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (63.51kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (63.51kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (402.74kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (402.74kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (40.46kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (40.46kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (113.16kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (113.16kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201205030909.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (105.93kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201205030909.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/plugins/ (105.93kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.xml.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.util.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Fetching systems.uom.systems-quantity_0.8.0.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (5.07kB)
[INFO] Fetching systems.uom.systems-quantity_0.8.0.jar from http://download.eclipse.org/uomo/third-party/repository/plugins/ (5.07kB)
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ucum.tests:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.business:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.business:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.business:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.ui:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/features/org.eclipse.uomo.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:org.eclipse.uomo.feature:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/features/org.eclipse.uomo.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.uomo:eclipse-repository:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/releng/eclipse-repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.uomo:eclipse-repository:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/releng/eclipse-repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.uomo:eclipse-repository:0.7.1 @ /home/jenkins/agent/workspace/uomo-0.7/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 Units of Measurement                               [eclipse-plugin]
[INFO] UOMo Units of Measurement Tests                    [eclipse-test-plugin]
[INFO] UOMo Units ICU                                          [eclipse-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] UOMo Business                                           [eclipse-plugin]
[INFO] Eclipse UOMo Feature UI                                 [eclipse-plugin]
[INFO] Eclipse UOMo Features                                              [pom]
[INFO] UOMo Feature                                           [eclipse-feature]
[INFO] Eclipse UOMo Examples                                              [pom]
[INFO] Eclipse UOMo Business Examples                                     [pom]
[INFO] UOMo Business Console Examples                                     [jar]
[INFO] Eclipse UOMo Units Examples                                        [pom]
[INFO] UOMo Units Console Examples                                        [jar]
[INFO] UOMo Units Android Examples                                        [pom]
[INFO] UOMo Units Android Example Webapp                                  [war]
[INFO] UOMo Units Android Example Player                                  [pom]
[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.7.1                                       [1/30]
[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.7.1                               [2/30]
[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.7.1                                          [3/30]
[INFO]   from bundles/org.eclipse.uomo.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.core ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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 4 resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.core ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.7/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.7/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.7/bundles/org.eclipse.uomo.core/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.core ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core/target/org.eclipse.uomo.core-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7.1                                    [4/30]
[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.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.core.tests ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.7/bundles/org.eclipse.uomo.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.core.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/uomo-0.7/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.7/bundles/org.eclipse.uomo.core.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.core.tests/target/org.eclipse.uomo.core.tests-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.core.tests ---
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.units >---------------
[INFO] Building UOMo Units of Measurement 0.7.1                          [5/30]
[INFO]   from bundles/org.eclipse.uomo.units/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.units ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.units ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.units ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-version (default-validate-version) @ org.eclipse.uomo.units ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.units ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.units ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.units ---
[INFO] Compiling 99 source files to /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.units ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.units ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.units ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units/target/org.eclipse.uomo.units-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.units ---
[INFO] 
[INFO] -----------< org.eclipse.uomo:org.eclipse.uomo.units.tests >------------
[INFO] Building UOMo Units of Measurement Tests 0.7.1                    [6/30]
[INFO]   from bundles/org.eclipse.uomo.units.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.units.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.units.tests ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.units.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-version (default-validate-version) @ org.eclipse.uomo.units.tests ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.units.tests ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.units.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.units.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.units.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.units.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.units.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.units.tests/target/org.eclipse.uomo.units.tests-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.units.tests ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.icu >----------------
[INFO] Building UOMo Units ICU 0.7.1                                     [7/30]
[INFO]   from bundles/org.eclipse.uomo.icu/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.icu ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-version (default-validate-version) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.icu ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.icu ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.icu ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.icu ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.icu/target/org.eclipse.uomo.icu-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.icu ---
[INFO] 
[INFO] ---------------< org.eclipse.uomo:org.eclipse.uomo.xml >----------------
[INFO] Building UOMo XML 0.7.1                                           [8/30]
[INFO]   from bundles/org.eclipse.uomo.xml/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.xml ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.0.0:compile (default-compile) @ org.eclipse.uomo.xml ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.7/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.7/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.7/bundles/org.eclipse.uomo.xml/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.xml ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml/target/org.eclipse.uomo.xml-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7.1                                     [9/30]
[INFO]   from bundles/org.eclipse.uomo.util/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.util ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.0.0:compile (default-compile) @ org.eclipse.uomo.util ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.7/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.7/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.7/bundles/org.eclipse.uomo.util/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.util ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7/bundles/org.eclipse.uomo.util/target/org.eclipse.uomo.util-0.7.1-tests.jar
[INFO] 
[INFO] ------------< org.eclipse.uomo:org.eclipse.uomo.xml.tests >-------------
[INFO] Building UOMo XML Tests 0.7.1                                    [10/30]
[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.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.xml.tests ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.7/bundles/org.eclipse.uomo.xml.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.0.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.7/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.7/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.7/bundles/org.eclipse.uomo.xml.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.xml.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.xml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.xml.tests/target/org.eclipse.uomo.xml.tests-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7.1                                   [11/30]
[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.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.util.tests ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.7/bundles/org.eclipse.uomo.util.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.util.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/uomo-0.7/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.7/bundles/org.eclipse.uomo.util.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.util.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.util.tests/target/org.eclipse.uomo.util.tests-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7.1                                         [12/30]
[INFO]   from bundles/org.eclipse.uomo.ucum/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ucum ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.0.0:compile (default-compile) @ org.eclipse.uomo.ucum ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.7/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.7/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.7/bundles/org.eclipse.uomo.ucum/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.ucum ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ucum ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum/target/org.eclipse.uomo.ucum-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7.1                                   [13/30]
[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.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.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.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ucum.tests ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.7/bundles/org.eclipse.uomo.ucum.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.ucum.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/uomo-0.7/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.7/bundles/org.eclipse.uomo.ucum.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ucum.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ucum.tests/target/org.eclipse.uomo.ucum.tests-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.ucum.tests ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.business >-------------
[INFO] Building UOMo Business 0.7.1                                     [14/30]
[INFO]   from bundles/org.eclipse.uomo.business/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.business ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.business ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.business ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-version (default-validate-version) @ org.eclipse.uomo.business ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.business ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.business ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-compiler:1.0.0:compile (default-compile) @ org.eclipse.uomo.business ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.business ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.business ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.business ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.business/target/org.eclipse.uomo.business-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.business ---
[INFO] 
[INFO] ----------------< org.eclipse.uomo:org.eclipse.uomo.ui >----------------
[INFO] Building Eclipse UOMo Feature UI 0.7.1                           [15/30]
[INFO]   from bundles/org.eclipse.uomo.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.uomo.ui ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.0.0:compile (default-compile) @ org.eclipse.uomo.ui ---
[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.7/bundles/org.eclipse.uomo.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.ui ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.uomo.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/bundles/org.eclipse.uomo.ui/target/org.eclipse.uomo.ui-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.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.7.1                             [16/30]
[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.7.1                                      [17/30]
[INFO]   from features/org.eclipse.uomo.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.uomo.feature ---
[INFO] The project's OSGi version is 0.7.1
[INFO] 
[INFO] --- tycho-packaging:1.0.0:validate-id (default-validate-id) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.0.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.0.0:target-platform (default-target-platform) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:package-feature (default-package-feature) @ org.eclipse.uomo.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/features/org.eclipse.uomo.feature/target/org.eclipse.uomo.feature-0.7.1.jar
[INFO] 
[INFO] --- tycho-p2:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] --- tycho-p2:1.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.uomo.feature ---
[INFO] 
[INFO] -------------< org.eclipse.uomo:org.eclipse.uomo.examples >-------------
[INFO] Building Eclipse UOMo Examples 0.7.1                             [18/30]
[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.business:org.eclipse.uomo.examples.business >--
[INFO] Building Eclipse UOMo Business Examples 0.7.1                    [19/30]
[INFO]   from examples/business/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.business ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.business ---
[INFO] 
[INFO] --< org.eclipse.uomo.examples.business:org.eclipse.uomo.examples.business.console >--
[INFO] Building UOMo Business Console Examples 0.7.1                    [20/30]
[INFO]   from examples/business/org.eclipse.uomo.examples.business.console/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.business.console ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.business.console ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.uomo.examples.business.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ org.eclipse.uomo.examples.business.console ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/uomo-0.7/examples/business/org.eclipse.uomo.examples.business.console/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.uomo.examples.business.console ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/examples/business/org.eclipse.uomo.examples.business.console/src/test/resources
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ org.eclipse.uomo.examples.business.console ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.uomo.examples.business.console ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:2.4:jar (default-jar) @ org.eclipse.uomo.examples.business.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/uomo-0.7/examples/business/org.eclipse.uomo.examples.business.console/target/org.eclipse.uomo.examples.business.console-0.7.1.jar
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units >---
[INFO] Building Eclipse UOMo Units Examples 0.7.1                       [21/30]
[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.7.1                       [22/30]
[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 26 source files to /home/jenkins/agent/workspace/uomo-0.7/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 3 source files to /home/jenkins/agent/workspace/uomo-0.7/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.077 s -- in org.eclipse.uomo.examples.units.console.EqualsTest
[INFO] Running org.eclipse.uomo.examples.units.types.PlanetsTest
Error reading Unit names: java.lang.ClassNotFoundException: org.eclipse.uomo.units.impl.system.CommonUnits
Error reading Unit names: java.lang.NoSuchFieldException: AMPERE_TURN
Error reading Unit names: java.lang.NoSuchFieldException: ROENTGEN
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.eclipse.uomo.examples.units.types.PlanetsTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 3, 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.7/examples/units/org.eclipse.uomo.examples.units.console/target/org.eclipse.uomo.examples.units.console-0.7.1.jar
[INFO] 
[INFO] --< org.eclipse.uomo.examples.units:org.eclipse.uomo.examples.units.android >--
[INFO] Building UOMo Units Android Examples 0.7.1                       [23/30]
[INFO]   from examples/units/org.eclipse.uomo.examples.units.android/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.uomo.examples.units.android ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ org.eclipse.uomo.examples.units.android ---
[INFO] 
[INFO] ----------------< org.eclipse.uomo.examples.units:web >-----------------
[INFO] Building UOMo Units Android Example Webapp 0.7.1                 [24/30]
[INFO]   from examples/units/org.eclipse.uomo.examples.units.android/web/pom.xml
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ web ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ web ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ web ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/examples/units/org.eclipse.uomo.examples.units.android/web/src/main/resources
[INFO] 
[INFO] --- compiler:2.3.2:compile (default-compile) @ web ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/uomo-0.7/examples/units/org.eclipse.uomo.examples.units.android/web/target/classes
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ web ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/uomo-0.7/examples/units/org.eclipse.uomo.examples.units.android/web/src/test/resources
[INFO] 
[INFO] --- compiler:2.3.2:testCompile (default-testCompile) @ web ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ web ---
[INFO] No tests to run.
[INFO] 
[INFO] --- war:3.4.0:war (default-war) @ web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [web] in [/home/jenkins/agent/workspace/uomo-0.7/examples/units/org.eclipse.uomo.examples.units.android/web/target/android-web]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/uomo-0.7/examples/units/org.eclipse.uomo.examples.units.android/web/src/main/webapp]
[INFO] Building war: /home/jenkins/agent/workspace/uomo-0.7/examples/units/org.eclipse.uomo.examples.units.android/web/target/android-web.war
[INFO] 
[INFO] ---------------< org.eclipse.uomo.examples.units:player >---------------
[INFO] Building UOMo Units Android Example Player 0.7.1                 [25/30]
[INFO]   from examples/units/org.eclipse.uomo.examples.units.android/player/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ player ---
[INFO] 
[INFO] --- enforcer:1.2:enforce (enforce-maven) @ player ---
[INFO] 
[INFO] ---< org.eclipse.uomo.examples.ucum:org.eclipse.uomo.examples.ucum >----
[INFO] Building Eclipse UOMo UCUM Examples 0.7.1                        [26/30]
[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.7.1                        [27/30]
[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.7/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.7/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.7/examples/ucum/org.eclipse.uomo.examples.ucum.console/target/org.eclipse.uomo.examples.ucum.console-0.7.1.jar
[INFO] 
[INFO] --------------< org.eclipse.uomo:org.eclipse.uomo.releng >--------------
[INFO] Building Eclipse UOMo 0.7.1                                      [28/30]
[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.7.1                    [29/30]
[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.7.1                           [30/30]
[INFO]   from releng/eclipse-repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:1.0.0:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-packaging:1.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ eclipse-repository ---
[INFO] The project's OSGi version is 0.7.1
[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.7/releng/eclipse-repository/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ eclipse-repository ---
[INFO] 
[INFO] --- tycho-p2-publisher:1.0.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.0.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.0.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.0.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.0.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.7/releng/eclipse-repository/target/eclipse-repository-0.7.1.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse UOMo 0.7.1:
[INFO] 
[INFO] Eclipse UOMo ....................................... SUCCESS [  1.397 s]
[INFO] Eclipse UOMo Bundles ............................... SUCCESS [  0.010 s]
[INFO] UOMo Core .......................................... SUCCESS [  3.429 s]
[INFO] UOMo Core Tests .................................... SUCCESS [  0.193 s]
[INFO] UOMo Units of Measurement .......................... SUCCESS [ 33.676 s]
[INFO] UOMo Units of Measurement Tests .................... SUCCESS [  0.391 s]
[INFO] UOMo Units ICU ..................................... SUCCESS [  0.305 s]
[INFO] UOMo XML ........................................... SUCCESS [  6.797 s]
[INFO] UOMo Utilities ..................................... SUCCESS [  2.366 s]
[INFO] UOMo XML Tests ..................................... SUCCESS [  0.240 s]
[INFO] UOMo Util Tests .................................... SUCCESS [  0.208 s]
[INFO] UOMo UCUM .......................................... SUCCESS [  0.320 s]
[INFO] UOMo UCUM Tests .................................... SUCCESS [  0.163 s]
[INFO] UOMo Business ...................................... SUCCESS [  0.213 s]
[INFO] Eclipse UOMo Feature UI ............................ SUCCESS [  0.041 s]
[INFO] Eclipse UOMo Features .............................. SUCCESS [  0.004 s]
[INFO] UOMo Feature ....................................... SUCCESS [  0.166 s]
[INFO] Eclipse UOMo Examples .............................. SUCCESS [  0.009 s]
[INFO] Eclipse UOMo Business Examples ..................... SUCCESS [  0.003 s]
[INFO] UOMo Business Console Examples ..................... SUCCESS [ 25.562 s]
[INFO] Eclipse UOMo Units Examples ........................ SUCCESS [  0.007 s]
[INFO] UOMo Units Console Examples ........................ SUCCESS [  3.312 s]
[INFO] UOMo Units Android Examples ........................ SUCCESS [  0.007 s]
[INFO] UOMo Units Android Example Webapp .................. SUCCESS [ 15.159 s]
[INFO] UOMo Units Android Example Player .................. SUCCESS [ 56.036 s]
[INFO] Eclipse UOMo UCUM Examples ......................... SUCCESS [  0.004 s]
[INFO] UOMo UCUM Console Examples ......................... SUCCESS [  0.480 s]
[INFO] Eclipse UOMo ....................................... SUCCESS [  0.003 s]
[INFO] Eclipse UOMo Target Definition ..................... SUCCESS [  0.003 s]
[INFO] Eclipse UOMo Repository ............................ SUCCESS [  2.198 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:20 min
[INFO] Finished at: 2024-04-24T08:03:53Z
[INFO] ------------------------------------------------------------------------
[uomo-0.7] $ /bin/sh -xe /tmp/jenkins14890416268217886138.sh
+ '[' false = true ']'
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS