Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-56q84 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-56q84"
  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-56q84"
    - 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-56q84"
    - 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-56q84 (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-l8jLaQMvJpXU/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_15491395845611121071.key (/home/jenkins/agent/workspace/uomo-0.7@tmp/private_key_15491395845611121071.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] Reactor Summary for Eclipse UOMo 0.7.1:
[INFO] 
[INFO] Eclipse UOMo ....................................... SUCCESS [  1.497 s]
[INFO] Eclipse UOMo Bundles ............................... SUCCESS [  0.006 s]
[INFO] UOMo Core .......................................... SUCCESS [  2.562 s]
[INFO] UOMo Core Tests .................................... SUCCESS [  0.173 s]
[INFO] UOMo Units of Measurement .......................... SUCCESS [ 33.346 s]
[INFO] UOMo Units of Measurement Tests .................... SUCCESS [  0.300 s]
[INFO] UOMo Units ICU ..................................... SUCCESS [  0.271 s]
[INFO] UOMo XML ........................................... SUCCESS [  7.008 s]
[INFO] UOMo Utilities ..................................... SUCCESS [  2.063 s]
[INFO] UOMo XML Tests ..................................... SUCCESS [  0.253 s]
[INFO] UOMo Util Tests .................................... SUCCESS [  0.172 s]
[INFO] UOMo UCUM .......................................... SUCCESS [  0.312 s]
[INFO] UOMo UCUM Tests .................................... SUCCESS [  0.186 s]
[INFO] UOMo Business ...................................... SUCCESS [  0.214 s]
[INFO] Eclipse UOMo Feature UI ............................ SUCCESS [  0.071 s]
[INFO] Eclipse UOMo Features .............................. SUCCESS [  0.005 s]
[INFO] UOMo Feature ....................................... SUCCESS [  0.156 s]
[INFO] Eclipse UOMo Examples .............................. SUCCESS [  0.036 s]
[INFO] Eclipse UOMo Business Examples ..................... SUCCESS [  0.005 s]
[INFO] UOMo Business Console Examples ..................... FAILURE [ 18.864 s]
[INFO] Eclipse UOMo Units Examples ........................ SKIPPED
[INFO] UOMo Units Console Examples ........................ SKIPPED
[INFO] UOMo Units Android Examples ........................ SKIPPED
[INFO] UOMo Units Android Example Webapp .................. SKIPPED
[INFO] UOMo Units Android Example Player .................. SKIPPED
[INFO] Eclipse UOMo UCUM Examples ......................... SKIPPED
[INFO] UOMo UCUM Console Examples ......................... SKIPPED
[INFO] Eclipse UOMo ....................................... SKIPPED
[INFO] Eclipse UOMo Target Definition ..................... SKIPPED
[INFO] Eclipse UOMo Repository ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:17 min
[INFO] Finished at: 2024-04-16T08:02:41Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project org.eclipse.uomo.examples.business.console: Could not resolve dependencies for project org.eclipse.uomo.examples.business:org.eclipse.uomo.examples.business.console:jar:0.7.1: Failed to collect dependencies at org.unitsofmeasurement:unit-api:jar:0.6.1: Failed to read artifact descriptor for org.unitsofmeasurement:unit-api:jar:0.6.1: The following artifacts could not be resolved: org.unitsofmeasurement:unit-api:pom:0.6.1 (absent): Could not transfer artifact org.unitsofmeasurement:unit-api:pom:0.6.1 from/to maven-geotoolkit.org (https://maven.geotoolkit.org/): status code: 502, reason phrase: Bad Gateway (502) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.uomo.examples.business.console
Build step 'Invoke top-level Maven targets' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Sending e-mails to: uomo@catmedia.us
Finished: FAILURE